Color Hex Logo

#dee0dd Color Hex

#DEE0DD
(222,224,221)
2 Favorites   0 Comments

Color spaces of #dee0dd

RGB 222224221
HSL0.280.050.87
HSV100°88°
CMYK 0.010.000.01   0.12
XYZ69.831074.061479.0214
Yxy74.06140.31330.3322
Hunter Lab86.0589-5.76255.7997
CIE-Lab88.9515-1.20741.2191

#dee0dd color RGB value is (222,224,221).

#dee0dd hex color red value is 222, green value is 224 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dee0dd hue: 0.28 , saturation: 0.05 and the lightness value of dee0dd is 0.87.

The process color (four color CMYK) of #dee0dd color hex is 0.01, 0.00, 0.01, 0.12. Web safe color of #dee0dd is #cccccc. Color #dee0dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100000 11011101
Octal 336 340 335
Decimal 222 224 221
Hex DE E0 DD

RGB Percentages of Color #dee0dd

%33.28
%33.58
%33.13

CMYK Percentages of Color #dee0dd

%1
%0
%1
%12

Triadic Colors of #dee0dd

#dee0dd #dddee0 #e0ddde

Analogous Colors of #dee0dd

#dee0dd #dde0de #e0e0dd

Monochromatic Colors of #dee0dd

#dee0dd

Complementary Color

#dee0dd #dfdde0

#dee0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee0dd Color CSS Codes

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

#dee0dd Text Font Color

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

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


#dee0dd Background Color

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

This div background color is #dee0dd


#dee0dd Border Color

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

This div border color is #dee0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee0dd

#dee0dd Color Palettes


Comments

No comments written yet.

Please login to write comment.