Color Hex Logo

#d9deed Color Hex

#D9DEED
(217,222,237)
0 Favorites   0 Comments

Color spaces of #d9deed

RGB 217222237
HSL0.630.360.89
HSV225°93°
CMYK 0.080.060.00   0.07
XYZ70.022673.108790.5416
Yxy73.10870.29970.3129
Hunter Lab85.5036-3.4500-2.9309
CIE-Lab88.49951.1530-7.9012

#d9deed color RGB value is (217,222,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011110 11101101
Octal 331 336 355
Decimal 217 222 237
Hex D9 DE ED

RGB Percentages of Color #d9deed

%32.10
%32.84
%35.06

CMYK Percentages of Color #d9deed

%8
%6
%0
%7

Triadic Colors of #d9deed

#d9deed #edd9de #deedd9

Analogous Colors of #d9deed

#d9deed #ded9ed #d9e8ed

Monochromatic Colors of #d9deed

#d9deed

Complementary Color

#d9deed #ede8d9

#d9deed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9deed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9deed Color CSS Codes

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

#d9deed Text Font Color

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

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


#d9deed Background Color

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

This div background color is #d9deed


#d9deed Border Color

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

This div border color is #d9deed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9deed


Comments

No comments written yet.

Please login to write comment.