COLOR #DEE9FA

HEX: #DEE9FA
RGB: (222,233,250)

Color info

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

RGB color model

#DEE9FA color RGB value is (222,233,250).

  • red value is 222;
  • green value is 233;
  • blue value is 250.
RGB:
(222,233,250)
(87%,91%,98%)

RGB channels and saturation

R 222 of 255 = 87%
G 233 of 255 = 91%
B 250 of 255 = 98%

222
233
250

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

Portions of RGB colors in percentages

R + G + B =
222 + 233 + 250 = 705 (100%)
R 222 of 705 ~ 31.49%
G 233 of 705 ~ 33.05%
B 250 of 705 ~ 35.46%

%31.49
%33.05
%35.46

CMYK color model

#DEE9FA color CMYK value is (11,7,0,2).

  • cyan value is 11.20%
  • magenta value is 6.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(11,7,0,2)
C11M7Y0K2 
(11%,7%,0%,2%)
(0.11/0.07/0.00/0.02)	

CMYK percentages

%11.2
%6.8
%0
%1.96

Codes

Color #DEE9FA in popluar color models

DEE9FA
RGB222233250
HSL216°73.68%92.55%
HSB/HSV216°11.20%98.04%
CMYK11.20%6.80%0.00%
1.96%

Color #DEE9FA in popluar number systems.

HEXDEE9FA
Decimal222233250
Binary110111101110100111111010
Octal336351372

Shades and tints

Shades of #DEE9FA

#DEE9FA
(222,233,250)
#CAD4E4
(202,212,228)
#B6BFCE
(182,191,206)
#A2AAB8
(162,170,184)
#8E95A2
(142,149,162)
#7A808C
(122,128,140)
#666B76
(102,107,118)
#525660
(82,86,96)
#3E414A
(62,65,74)
#2A2C34
(42,44,52)
#16171E
(22,23,30)
#000000
(0,0,0)

Tints of #DEE9FA

#DEE9FA
(222,233,250)
#E1EBFA
(225,235,250)
#E4EDFA
(228,237,250)
#E7EFFA
(231,239,250)
#EAF1FA
(234,241,250)
#EDF3FA
(237,243,250)
#F0F5FA
(240,245,250)
#F3F7FA
(243,247,250)
#F6F9FA
(246,249,250)
#F9FBFA
(249,251,250)
#FCFDFA
(252,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE9FA color. Also use rgb(222,233,250) instead hex code.

Text Font Color

.myTextColor { color: #DEE9FA; }

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

This text font color is #DEE9FA.


Background Color

.myBgColor { background-color: #DEE9FA; }

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

This div background color is #DEE9FA.


Border color

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

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

This div border color is #DEE9FA.


Opacity

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

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

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

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

This text has shadow with #DEE9FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE9FA on black background.


Color preview on white background

This text has color #DEE9FA on white background.



Black color preview on #DEE9FA background

This text has black color on #DEE9FA background.


White color preview on #DEE9FA background

This text has white color on #DEE9FA background.