Color Hex Logo

#ddc9f8 Color Hex

#DDC9F8
(221,201,248)
0 Favorites   0 Comments

Color spaces of #ddc9f8

RGB 221201248
HSL0.740.770.88
HSV266°19°97°
CMYK 0.110.190.00   0.03
XYZ67.648763.922897.5798
Yxy63.92280.29520.2790
Hunter Lab79.951711.1167-16.3963
CIE-Lab83.925615.7064-20.5395

#ddc9f8 color RGB value is (221,201,248).

#ddc9f8 hex color red value is 221, green value is 201 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #ddc9f8 hue: 0.74 , saturation: 0.77 and the lightness value of ddc9f8 is 0.88.

The process color (four color CMYK) of #ddc9f8 color hex is 0.11, 0.19, 0.00, 0.03. Web safe color of #ddc9f8 is #ccccff. Color #ddc9f8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001001 11111000
Octal 335 311 370
Decimal 221 201 248
Hex DD C9 F8

RGB Percentages of Color #ddc9f8

%32.99
%30.00
%37.01

CMYK Percentages of Color #ddc9f8

%11
%19
%0
%3

Triadic Colors of #ddc9f8

#ddc9f8 #f8ddc9 #c9f8dd

Analogous Colors of #ddc9f8

#ddc9f8 #f5c9f8 #c9cdf8

Monochromatic Colors of #ddc9f8

#ddc9f8

Complementary Color

#ddc9f8 #e4f8c9

#ddc9f8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc9f8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc9f8 Color CSS Codes

.mybgcolor {background-color:#ddc9f8; } 
.myforecolor {color:#ddc9f8; }
.mybordercolor {border:3px solid #ddc9f8; }

#ddc9f8 Text Font Color

<p style="color:#ddc9f8">Text here</p>

This sample text font color is #ddc9f8
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddc9f8 Background Color

<div style="background-color:#ddc9f8">
Div content here</div>

This div background color is #ddc9f8


#ddc9f8 Border Color

<div style="border:3px solid #ddc9f8">
Div here</div>

This div border color is #ddc9f8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,201,248, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddc9f8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddc9f8;
  -webkit-box-shadow: 1px 1px 3px 2px #ddc9f8;
  box-shadow:         1px 1px 3px 2px #ddc9f8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,201,248, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddc9f8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddc9f8;
  -webkit-box-shadow: 1px 1px 3px 2px #ddc9f8;
  box-shadow:         1px 1px 3px 2px #ddc9f8;">
Div content here</div>

This div box has shadow with color #ddc9f8


Comments

No comments written yet.

Please login to write comment.