Color Hex Logo

#dee7ff Color Hex

#DEE7FF
(222,231,255)
0 Favorites   0 Comments

Color spaces of #dee7ff

RGB 222231255
HSL0.621.000.94
HSV224°13°100°
CMYK 0.130.090.00   0.00
XYZ76.750179.9014105.9851
Yxy79.90140.29220.3042
Hunter Lab89.3876-3.1643-7.7277
CIE-Lab91.64061.6360-12.6225

#dee7ff color RGB value is (222,231,255).

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

The process color (four color CMYK) of #dee7ff color hex is 0.13, 0.09, 0.00, 0.00. Web safe color of #dee7ff is #ccffff. Color #dee7ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100111 11111111
Octal 336 347 377
Decimal 222 231 255
Hex DE E7 FF

RGB Percentages of Color #dee7ff

%31.36
%32.63
%36.02

CMYK Percentages of Color #dee7ff

%13
%9
%0
%0

Triadic Colors of #dee7ff

#dee7ff #ffdee7 #e7ffde

Analogous Colors of #dee7ff

#dee7ff #e6deff #def8ff

Monochromatic Colors of #dee7ff

#dee7ff

Complementary Color

#dee7ff #fff6de

#dee7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee7ff Color CSS Codes

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

#dee7ff Text Font Color

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

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


#dee7ff Background Color

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

This div background color is #dee7ff


#dee7ff Border Color

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

This div border color is #dee7ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,231,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 #dee7ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee7ff

Related Colors

#dee7ff Color Palettes


Comments

No comments written yet.

Please login to write comment.