COLOR #DEE6FF

HEX: #DEE6FF
RGB: (222,230,255)

Color info

#DEE6FF contains red, green and blue colors in about the same proportion. Web safe color of #DEE6FF is #CCCCFF (or #CCF).

RGB color model

#DEE6FF color RGB value is (222,230,255).

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

RGB channels and saturation

R 222 of 255 = 87%
G 230 of 255 = 90%
B 255 of 255 = 100%

222
230
255

R + G + B ~ 92%. #DEE6FF is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 230 + 255 = 707 (100%)
R 222 of 707 ~ 31.4%
G 230 of 707 ~ 32.53%
B 255 of 707 ~ 36.07%

%31.4
%32.53
%36.07

CMYK color model

#DEE6FF color CMYK value is (13,10,0,0).

  • cyan value is 12.94%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(13,10,0,0)
C13M10Y0K0 
(13%,10%,0%,0%)
(0.13/0.10/0.00/0.00)	

CMYK percentages

%12.94
%9.8
%0
%0

Codes

Color #DEE6FF in popluar color models

DEE6FF
RGB222230255
HSL225°100.00%93.53%
HSB/HSV225°12.94%100.00%
CMYK12.94%9.80%0.00%
0.00%

Color #DEE6FF in popluar number systems.

HEXDEE6FF
Decimal222230255
Binary110111101110011011111111
Octal336346377

Shades and tints

Shades of #DEE6FF

#DEE6FF
(222,230,255)
#CAD2E8
(202,210,232)
#B6BED1
(182,190,209)
#A2AABA
(162,170,186)
#8E96A3
(142,150,163)
#7A828C
(122,130,140)
#666E75
(102,110,117)
#525A5E
(82,90,94)
#3E4647
(62,70,71)
#2A3230
(42,50,48)
#161E19
(22,30,25)
#000000
(0,0,0)

Tints of #DEE6FF

#DEE6FF
(222,230,255)
#E1E8FF
(225,232,255)
#E4EAFF
(228,234,255)
#E7ECFF
(231,236,255)
#EAEEFF
(234,238,255)
#EDF0FF
(237,240,255)
#F0F2FF
(240,242,255)
#F3F4FF
(243,244,255)
#F6F6FF
(246,246,255)
#F9F8FF
(249,248,255)
#FCFAFF
(252,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE6FF; }

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

This text font color is #DEE6FF.


Background Color

.myBgColor { background-color: #DEE6FF; }

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

This div background color is #DEE6FF.


Border color

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

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

This div border color is #DEE6FF.


Opacity

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

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

Text with #DEE6FF 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 #DEE6FF;}

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

This text has shadow with #DEE6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE6FF on black background.


Color preview on white background

This text has color #DEE6FF on white background.



Black color preview on #DEE6FF background

This text has black color on #DEE6FF background.


White color preview on #DEE6FF background

This text has white color on #DEE6FF background.