COLOR #DEE6F9

HEX: #DEE6F9
RGB: (222,230,249)

Color info

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

RGB color model

#DEE6F9 color RGB value is (222,230,249).

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

RGB channels and saturation

R 222 of 255 = 87%
G 230 of 255 = 90%
B 249 of 255 = 98%

222
230
249

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

Portions of RGB colors in percentages

R + G + B =
222 + 230 + 249 = 701 (100%)
R 222 of 701 ~ 31.67%
G 230 of 701 ~ 32.81%
B 249 of 701 ~ 35.52%

%31.67
%32.81
%35.52

CMYK color model

#DEE6F9 color CMYK value is (11,8,0,2).

  • cyan value is 10.84%
  • magenta value is 7.63%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(11,8,0,2)
C11M8Y0K2 
(11%,8%,0%,2%)
(0.11/0.08/0.00/0.02)	

CMYK percentages

%10.84
%7.63
%0
%2.35

Codes

Color #DEE6F9 in popluar color models

DEE6F9
RGB222230249
HSL222°69.23%92.35%
HSB/HSV222°10.84%97.65%
CMYK10.84%7.63%0.00%
2.35%

Color #DEE6F9 in popluar number systems.

HEXDEE6F9
Decimal222230249
Binary110111101110011011111001
Octal336346371

Shades and tints

Shades of #DEE6F9

#DEE6F9
(222,230,249)
#CAD2E3
(202,210,227)
#B6BECD
(182,190,205)
#A2AAB7
(162,170,183)
#8E96A1
(142,150,161)
#7A828B
(122,130,139)
#666E75
(102,110,117)
#525A5F
(82,90,95)
#3E4649
(62,70,73)
#2A3233
(42,50,51)
#161E1D
(22,30,29)
#000000
(0,0,0)

Tints of #DEE6F9

#DEE6F9
(222,230,249)
#E1E8F9
(225,232,249)
#E4EAF9
(228,234,249)
#E7ECF9
(231,236,249)
#EAEEF9
(234,238,249)
#EDF0F9
(237,240,249)
#F0F2F9
(240,242,249)
#F3F4F9
(243,244,249)
#F6F6F9
(246,246,249)
#F9F8F9
(249,248,249)
#FCFAF9
(252,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE6F9; }

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

This text font color is #DEE6F9.


Background Color

.myBgColor { background-color: #DEE6F9; }

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

This div background color is #DEE6F9.


Border color

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

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

This div border color is #DEE6F9.


Opacity

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

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

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

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

This text has shadow with #DEE6F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE6F9 on black background.


Color preview on white background

This text has color #DEE6F9 on white background.



Black color preview on #DEE6F9 background

This text has black color on #DEE6F9 background.


White color preview on #DEE6F9 background

This text has white color on #DEE6F9 background.