Color Hex Logo

#dee2db Color Hex

#DEE2DB
(222,226,219)
0 Favorites   0 Comments

Color spaces of #dee2db

RGB 222226219
HSL0.260.110.87
HSV94°89°
CMYK 0.020.000.03   0.11
XYZ70.106775.036877.8064
Yxy75.03680.31450.3366
Hunter Lab86.6238-7.12737.3817
CIE-Lab89.4102-2.59172.9359

#dee2db color RGB value is (222,226,219).

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

The process color (four color CMYK) of #dee2db color hex is 0.02, 0.00, 0.03, 0.11. Web safe color of #dee2db is #cccccc. Color #dee2db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100010 11011011
Octal 336 342 333
Decimal 222 226 219
Hex DE E2 DB

RGB Percentages of Color #dee2db

%33.28
%33.88
%32.83

CMYK Percentages of Color #dee2db

%2
%0
%3
%11

Triadic Colors of #dee2db

#dee2db #dbdee2 #e2dbde

Analogous Colors of #dee2db

#dee2db #dbe2dc #e2e2db

Monochromatic Colors of #dee2db

#dee2db

Complementary Color

#dee2db #dfdbe2

#dee2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee2db Color CSS Codes

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

#dee2db Text Font Color

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

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


#dee2db Background Color

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

This div background color is #dee2db


#dee2db Border Color

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

This div border color is #dee2db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee2db


Comments

No comments written yet.

Please login to write comment.