Color Hex Logo

#dee2eb Color Hex

#DEE2EB
(222,226,235)
0 Favorites   0 Comments

Color spaces of #dee2eb

RGB 222226235
HSL0.620.250.90
HSV222°92°
CMYK 0.060.040.00   0.08
XYZ72.316075.920589.4399
Yxy75.92050.30430.3194
Hunter Lab87.1324-4.33460.1325
CIE-Lab89.82240.3281-4.8544

#dee2eb color RGB value is (222,226,235).

#dee2eb hex color red value is 222, green value is 226 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dee2eb hue: 0.62 , saturation: 0.25 and the lightness value of dee2eb is 0.90.

The process color (four color CMYK) of #dee2eb color hex is 0.06, 0.04, 0.00, 0.08. Web safe color of #dee2eb is #ccccff. Color #dee2eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100010 11101011
Octal 336 342 353
Decimal 222 226 235
Hex DE E2 EB

RGB Percentages of Color #dee2eb

%32.50
%33.09
%34.41

CMYK Percentages of Color #dee2eb

%6
%4
%0
%8

Triadic Colors of #dee2eb

#dee2eb #ebdee2 #e2ebde

Analogous Colors of #dee2eb

#dee2eb #e1deeb #dee9eb

Monochromatic Colors of #dee2eb

#dee2eb

Complementary Color

#dee2eb #ebe7de

#dee2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee2eb Color CSS Codes

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

#dee2eb Text Font Color

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

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


#dee2eb Background Color

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

This div background color is #dee2eb


#dee2eb Border Color

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

This div border color is #dee2eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee2eb

#dee2eb Color Palettes


Comments

No comments written yet.

Please login to write comment.