Color Hex Logo

#d1deed Color Hex

#D1DEED
(209,222,237)
2 Favorites   0 Comments

Color spaces of #d1deed

RGB 209222237
HSL0.590.440.87
HSV212°12°93°
CMYK 0.120.060.00   0.07
XYZ67.701871.912390.4330
Yxy71.91230.29430.3126
Hunter Lab84.8011-5.8947-3.8668
CIE-Lab87.9264-1.4216-8.8142

#d1deed color RGB value is (209,222,237).

#d1deed hex color red value is 209, green value is 222 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d1deed hue: 0.59 , saturation: 0.44 and the lightness value of d1deed is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011110 11101101
Octal 321 336 355
Decimal 209 222 237
Hex D1 DE ED

RGB Percentages of Color #d1deed

%31.29
%33.23
%35.48

CMYK Percentages of Color #d1deed

%12
%6
%0
%7

Triadic Colors of #d1deed

#d1deed #edd1de #deedd1

Analogous Colors of #d1deed

#d1deed #d2d1ed #d1eced

Monochromatic Colors of #d1deed

#d1deed

Complementary Color

#d1deed #ede0d1

#d1deed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1deed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1deed Color CSS Codes

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

#d1deed Text Font Color

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

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


#d1deed Background Color

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

This div background color is #d1deed


#d1deed Border Color

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

This div border color is #d1deed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,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 #d1deed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1deed


Comments

No comments written yet.

Please login to write comment.