COLOR #DEE8FA

HEX: #DEE8FA
RGB: (222,232,250)

Color info

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

RGB color model

#DEE8FA color RGB value is (222,232,250).

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

RGB channels and saturation

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

222
232
250

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

Portions of RGB colors in percentages

R + G + B =
222 + 232 + 250 = 704 (100%)
R 222 of 704 ~ 31.53%
G 232 of 704 ~ 32.95%
B 250 of 704 ~ 35.51%

%31.53
%32.95
%35.51

CMYK color model

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

  • cyan value is 11.20%
  • magenta value is 7.20%
  • 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
%7.2
%0
%1.96

Codes

Color #DEE8FA in popluar color models

DEE8FA
RGB222232250
HSL219°73.68%92.55%
HSB/HSV219°11.20%98.04%
CMYK11.20%7.20%0.00%
1.96%

Color #DEE8FA in popluar number systems.

HEXDEE8FA
Decimal222232250
Binary110111101110100011111010
Octal336350372

Shades and tints

Shades of #DEE8FA

#DEE8FA
(222,232,250)
#CAD3E4
(202,211,228)
#B6BECE
(182,190,206)
#A2A9B8
(162,169,184)
#8E94A2
(142,148,162)
#7A7F8C
(122,127,140)
#666A76
(102,106,118)
#525560
(82,85,96)
#3E404A
(62,64,74)
#2A2B34
(42,43,52)
#16161E
(22,22,30)
#000000
(0,0,0)

Tints of #DEE8FA

#DEE8FA
(222,232,250)
#E1EAFA
(225,234,250)
#E4ECFA
(228,236,250)
#E7EEFA
(231,238,250)
#EAF0FA
(234,240,250)
#EDF2FA
(237,242,250)
#F0F4FA
(240,244,250)
#F3F6FA
(243,246,250)
#F6F8FA
(246,248,250)
#F9FAFA
(249,250,250)
#FCFCFA
(252,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE8FA; }

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

This text font color is #DEE8FA.


Background Color

.myBgColor { background-color: #DEE8FA; }

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

This div background color is #DEE8FA.


Border color

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

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

This div border color is #DEE8FA.


Opacity

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

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

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

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

This text has shadow with #DEE8FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE8FA on black background.


Color preview on white background

This text has color #DEE8FA on white background.



Black color preview on #DEE8FA background

This text has black color on #DEE8FA background.


White color preview on #DEE8FA background

This text has white color on #DEE8FA background.