Color Hex Logo

#d1e8de Color Hex

#D1E8DE
(209,232,222)
0 Favorites   0 Comments

Color spaces of #d1e8de

RGB 209232222
HSL0.430.330.86
HSV154°10°91°
CMYK 0.100.000.04   0.09
XYZ68.335976.542580.2797
Yxy76.54250.30350.3400
Hunter Lab87.4886-13.68166.8374
CIE-Lab90.1106-9.44682.2686

#d1e8de color RGB value is (209,232,222).

#d1e8de hex color red value is 209, green value is 232 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d1e8de hue: 0.43 , saturation: 0.33 and the lightness value of d1e8de is 0.86.

The process color (four color CMYK) of #d1e8de color hex is 0.10, 0.00, 0.04, 0.09. Web safe color of #d1e8de is #ccffcc. Color #d1e8de contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11101000 11011110
Octal 321 350 336
Decimal 209 232 222
Hex D1 E8 DE

RGB Percentages of Color #d1e8de

%31.52
%34.99
%33.48

CMYK Percentages of Color #d1e8de

%10
%0
%4
%9

Triadic Colors of #d1e8de

#d1e8de #ded1e8 #e8ded1

Analogous Colors of #d1e8de

#d1e8de #d1e7e8 #d1e8d3

Monochromatic Colors of #d1e8de

#d1e8de

Complementary Color

#d1e8de #e8d1db

#d1e8de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1e8de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1e8de Color CSS Codes

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

#d1e8de Text Font Color

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

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


#d1e8de Background Color

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

This div background color is #d1e8de


#d1e8de Border Color

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

This div border color is #d1e8de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1e8de


Comments

No comments written yet.

Please login to write comment.