Color Hex Logo

#dee2d5 Color Hex

#DEE2D5
(222,226,213)
0 Favorites   0 Comments

Color spaces of #dee2d5

RGB 222226213
HSL0.220.180.86
HSV78°89°
CMYK 0.020.000.06   0.11
XYZ69.330874.726473.7203
Yxy74.72640.31840.3431
Hunter Lab86.4444-8.11599.9483
CIE-Lab89.2647-3.63725.8715

#dee2d5 color RGB value is (222,226,213).

#dee2d5 hex color red value is 222, green value is 226 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #dee2d5 hue: 0.22 , saturation: 0.18 and the lightness value of dee2d5 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100010 11010101
Octal 336 342 325
Decimal 222 226 213
Hex DE E2 D5

RGB Percentages of Color #dee2d5

%33.59
%34.19
%32.22

CMYK Percentages of Color #dee2d5

%2
%0
%6
%11

Triadic Colors of #dee2d5

#dee2d5 #d5dee2 #e2d5de

Analogous Colors of #dee2d5

#dee2d5 #d8e2d5 #e2e0d5

Monochromatic Colors of #dee2d5

#dee2d5

Complementary Color

#dee2d5 #d9d5e2

#dee2d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee2d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee2d5 Color CSS Codes

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

#dee2d5 Text Font Color

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

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


#dee2d5 Background Color

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

This div background color is #dee2d5


#dee2d5 Border Color

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

This div border color is #dee2d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee2d5


Comments

No comments written yet.

Please login to write comment.