Color Hex Logo

#dee2ff Color Hex

#DEE2FF
(222,226,255)
0 Favorites   0 Comments

Color spaces of #dee2ff

RGB 222226255
HSL0.651.000.94
HSV233°13°100°
CMYK 0.130.110.00   0.00
XYZ75.370677.1423105.5252
Yxy77.14230.29210.2990
Hunter Lab87.8307-0.5266-9.7532
CIE-Lab90.38714.2327-14.4966

#dee2ff color RGB value is (222,226,255).

#dee2ff hex color red value is 222, green value is 226 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dee2ff hue: 0.65 , saturation: 1.00 and the lightness value of dee2ff is 0.94.

The process color (four color CMYK) of #dee2ff color hex is 0.13, 0.11, 0.00, 0.00. Web safe color of #dee2ff is #ccccff. Color #dee2ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100010 11111111
Octal 336 342 377
Decimal 222 226 255
Hex DE E2 FF

RGB Percentages of Color #dee2ff

%31.58
%32.15
%36.27

CMYK Percentages of Color #dee2ff

%13
%11
%0
%0

Triadic Colors of #dee2ff

#dee2ff #ffdee2 #e2ffde

Analogous Colors of #dee2ff

#dee2ff #ebdeff #def3ff

Monochromatic Colors of #dee2ff

#dee2ff

Complementary Color

#dee2ff #fffbde

#dee2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee2ff Color CSS Codes

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

#dee2ff Text Font Color

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

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


#dee2ff Background Color

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

This div background color is #dee2ff


#dee2ff Border Color

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

This div border color is #dee2ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee2ff


Comments

No comments written yet.

Please login to write comment.