Color Hex Logo

#d9deec Color Hex

#D9DEEC
(217,222,236)
0 Favorites   0 Comments

Color spaces of #d9deec

RGB 217222236
HSL0.620.330.89
HSV224°93°
CMYK 0.080.060.00   0.07
XYZ69.876973.050489.7741
Yxy73.05040.30030.3139
Hunter Lab85.4695-3.6363-2.4474
CIE-Lab88.47170.9593-7.4162

#d9deec color RGB value is (217,222,236).

#d9deec hex color red value is 217, green value is 222 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d9deec hue: 0.62 , saturation: 0.33 and the lightness value of d9deec is 0.89.

The process color (four color CMYK) of #d9deec color hex is 0.08, 0.06, 0.00, 0.07. Web safe color of #d9deec is #ccccff. Color #d9deec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011110 11101100
Octal 331 336 354
Decimal 217 222 236
Hex D9 DE EC

RGB Percentages of Color #d9deec

%32.15
%32.89
%34.96

CMYK Percentages of Color #d9deec

%8
%6
%0
%7

Triadic Colors of #d9deec

#d9deec #ecd9de #deecd9

Analogous Colors of #d9deec

#d9deec #ded9ec #d9e8ec

Monochromatic Colors of #d9deec

#d9deec

Complementary Color

#d9deec #ece7d9

#d9deec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9deec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9deec Color CSS Codes

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

#d9deec Text Font Color

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

This sample text font color is #d9deec
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.


#d9deec Background Color

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

This div background color is #d9deec


#d9deec Border Color

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

This div border color is #d9deec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,222,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9deec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9deec;
  -webkit-box-shadow: 1px 1px 3px 2px #d9deec;
  box-shadow:         1px 1px 3px 2px #d9deec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,222,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9deec

#d9deec Color Palettes


Comments

No comments written yet.

Please login to write comment.