Color Hex Logo

#dee6d8 Color Hex

#DEE6D8
(222,230,216)
0 Favorites   0 Comments

Color spaces of #dee6d8

RGB 222230216
HSL0.260.220.87
HSV94°90°
CMYK 0.030.000.06   0.10
XYZ70.815777.081176.1115
Yxy77.08110.31610.3441
Hunter Lab87.7958-9.665510.0577
CIE-Lab90.3589-5.16315.8795

#dee6d8 color RGB value is (222,230,216).

#dee6d8 hex color red value is 222, green value is 230 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #dee6d8 hue: 0.26 , saturation: 0.22 and the lightness value of dee6d8 is 0.87.

The process color (four color CMYK) of #dee6d8 color hex is 0.03, 0.00, 0.06, 0.10. Web safe color of #dee6d8 is #ccffcc. Color #dee6d8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100110 11011000
Octal 336 346 330
Decimal 222 230 216
Hex DE E6 D8

RGB Percentages of Color #dee6d8

%33.23
%34.43
%32.34

CMYK Percentages of Color #dee6d8

%3
%0
%6
%10

Triadic Colors of #dee6d8

#dee6d8 #d8dee6 #e6d8de

Analogous Colors of #dee6d8

#dee6d8 #d8e6d9 #e5e6d8

Monochromatic Colors of #dee6d8

#dee6d8

Complementary Color

#dee6d8 #e0d8e6

#dee6d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee6d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee6d8 Color CSS Codes

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

#dee6d8 Text Font Color

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

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


#dee6d8 Background Color

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

This div background color is #dee6d8


#dee6d8 Border Color

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

This div border color is #dee6d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee6d8


Comments

No comments written yet.

Please login to write comment.