Color Hex Logo

#dee2ee Color Hex

#DEE2EE
(222,226,238)
0 Favorites   0 Comments

Color spaces of #dee2ee

RGB 222226238
HSL0.630.320.90
HSV225°93°
CMYK 0.070.050.00   0.07
XYZ72.753276.095491.7423
Yxy76.09540.30240.3163
Hunter Lab87.2327-3.7858-1.2922
CIE-Lab89.90360.8962-6.3081

#dee2ee color RGB value is (222,226,238).

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

The process color (four color CMYK) of #dee2ee color hex is 0.07, 0.05, 0.00, 0.07. Web safe color of #dee2ee is #ccccff. Color #dee2ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100010 11101110
Octal 336 342 356
Decimal 222 226 238
Hex DE E2 EE

RGB Percentages of Color #dee2ee

%32.36
%32.94
%34.69

CMYK Percentages of Color #dee2ee

%7
%5
%0
%7

Triadic Colors of #dee2ee

#dee2ee #eedee2 #e2eede

Analogous Colors of #dee2ee

#dee2ee #e2deee #deeaee

Monochromatic Colors of #dee2ee

#dee2ee

Complementary Color

#dee2ee #eeeade

#dee2ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee2ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee2ee Color CSS Codes

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

#dee2ee Text Font Color

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

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


#dee2ee Background Color

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

This div background color is #dee2ee


#dee2ee Border Color

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

This div border color is #dee2ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee2ee


Comments

No comments written yet.

Please login to write comment.