Color Hex Logo

#dee6dd Color Hex

#DEE6DD
(222,230,221)
0 Favorites   0 Comments

Color spaces of #dee6dd

RGB 222230221
HSL0.310.150.88
HSV113°90°
CMYK 0.030.000.04   0.10
XYZ71.472277.343779.5685
Yxy77.34370.31290.3387
Hunter Lab87.9453-8.83917.9190
CIE-Lab90.4796-4.28683.4399

#dee6dd color RGB value is (222,230,221).

#dee6dd hex color red value is 222, green value is 230 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dee6dd hue: 0.31 , saturation: 0.15 and the lightness value of dee6dd is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100110 11011101
Octal 336 346 335
Decimal 222 230 221
Hex DE E6 DD

RGB Percentages of Color #dee6dd

%32.99
%34.18
%32.84

CMYK Percentages of Color #dee6dd

%3
%0
%4
%10

Triadic Colors of #dee6dd

#dee6dd #dddee6 #e6ddde

Analogous Colors of #dee6dd

#dee6dd #dde6e1 #e3e6dd

Monochromatic Colors of #dee6dd

#dee6dd

Complementary Color

#dee6dd #e5dde6

#dee6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee6dd Color CSS Codes

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

#dee6dd Text Font Color

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

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


#dee6dd Background Color

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

This div background color is #dee6dd


#dee6dd Border Color

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

This div border color is #dee6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee6dd


Comments

No comments written yet.

Please login to write comment.