COLOR #DEE8FF

HEX: #DEE8FF
RGB: (222,232,255)

Color info

#DEE8FF contains red, green and blue colors in about the same proportion. Web safe color of #DEE8FF is #CCFFFF (or #CFF).

RGB color model

#DEE8FF color RGB value is (222,232,255).

  • red value is 222;
  • green value is 232;
  • blue value is 255.
RGB:
(222,232,255)
(87%,91%,100%)

RGB channels and saturation

R 222 of 255 = 87%
G 232 of 255 = 91%
B 255 of 255 = 100%

222
232
255

R + G + B ~ 93%. #DEE8FF is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 232 + 255 = 709 (100%)
R 222 of 709 ~ 31.31%
G 232 of 709 ~ 32.72%
B 255 of 709 ~ 35.97%

%31.31
%32.72
%35.97

CMYK color model

#DEE8FF color CMYK value is (13,9,0,0).

  • cyan value is 12.94%
  • magenta value is 9.02%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(13,9,0,0)
C13M9Y0K0 
(13%,9%,0%,0%)
(0.13/0.09/0.00/0.00)	

CMYK percentages

%12.94
%9.02
%0
%0

Codes

Color #DEE8FF in popluar color models

DEE8FF
RGB222232255
HSL222°100.00%93.53%
HSB/HSV222°12.94%100.00%
CMYK12.94%9.02%0.00%
0.00%

Color #DEE8FF in popluar number systems.

HEXDEE8FF
Decimal222232255
Binary110111101110100011111111
Octal336350377

Shades and tints

Shades of #DEE8FF

#DEE8FF
(222,232,255)
#CAD3E8
(202,211,232)
#B6BED1
(182,190,209)
#A2A9BA
(162,169,186)
#8E94A3
(142,148,163)
#7A7F8C
(122,127,140)
#666A75
(102,106,117)
#52555E
(82,85,94)
#3E4047
(62,64,71)
#2A2B30
(42,43,48)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #DEE8FF

#DEE8FF
(222,232,255)
#E1EAFF
(225,234,255)
#E4ECFF
(228,236,255)
#E7EEFF
(231,238,255)
#EAF0FF
(234,240,255)
#EDF2FF
(237,242,255)
#F0F4FF
(240,244,255)
#F3F6FF
(243,246,255)
#F6F8FF
(246,248,255)
#F9FAFF
(249,250,255)
#FCFCFF
(252,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE8FF color. Also use rgb(222,232,255) instead hex code.

Text Font Color

.myTextColor { color: #DEE8FF; }

<p style="color:#DEE8FF">This sample text font color is #DEE8FF.</p>

This text font color is #DEE8FF.


Background Color

.myBgColor { background-color: #DEE8FF; }

<div style="background-color:#DEE8FF">Inner text</div>

This div background color is #DEE8FF.


Border color

.myBorderColor { border: 1px solid #DEE8FF; }

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

This div border color is #DEE8FF.


Opacity

.myOpacity80 { color: #DEE8FF; opacity: 0.8; }

<p style="color:#DEE8FF;opacity:0.8;">80%</p>

Text with #DEE8FF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DEE8FF;}

<p style="text-shadow: 3px 3px 1px #DEE8FF">Text here.</p>

This text has shadow with #DEE8FF color.

.textShadow {text-shadow: 3px 3px 1px #DEE8FF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DEE8FF, 5px 5px 20px red">Text here.</p>

This text has shadow with #DEE8FF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DEE8FF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DEE8FF, Direction=45, Strength=4)">Text</p>

This text has shadow with #DEE8FF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #DEE8FF;
  -webkit-box-shadow:	1px 1px 3px 2px #DEE8FF;
  box-shadow:		1px 1px 3px 2px #DEE8FF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DEE8FF;
-webkit-box-shadow: 1px 1px 3px 2px #DEE8FF;
box-shadow:1px 1px 3px 2px #DEE8FF;">
Div content here</div>
This div box has shadow with color #DEE8FF.

Preview

Color preview on black background

This text has color #DEE8FF on black background.


Color preview on white background

This text has color #DEE8FF on white background.



Black color preview on #DEE8FF background

This text has black color on #DEE8FF background.


White color preview on #DEE8FF background

This text has white color on #DEE8FF background.