COLOR #DEE4F9

HEX: #DEE4F9
RGB: (222,228,249)

Color info

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

RGB color model

#DEE4F9 color RGB value is (222,228,249).

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

RGB channels and saturation

R 222 of 255 = 87%
G 228 of 255 = 89%
B 249 of 255 = 98%

222
228
249

R + G + B ~ 91%. #DEE4F9 is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 228 + 249 = 699 (100%)
R 222 of 699 ~ 31.76%
G 228 of 699 ~ 32.62%
B 249 of 699 ~ 35.62%

%31.76
%32.62
%35.62

CMYK color model

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

  • cyan value is 10.84%
  • magenta value is 8.43%
  • 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
%8.43
%0
%2.35

Codes

Color #DEE4F9 in popluar color models

DEE4F9
RGB222228249
HSL227°69.23%92.35%
HSB/HSV227°10.84%97.65%
CMYK10.84%8.43%0.00%
2.35%

Color #DEE4F9 in popluar number systems.

HEXDEE4F9
Decimal222228249
Binary110111101110010011111001
Octal336344371

Shades and tints

Shades of #DEE4F9

#DEE4F9
(222,228,249)
#CAD0E3
(202,208,227)
#B6BCCD
(182,188,205)
#A2A8B7
(162,168,183)
#8E94A1
(142,148,161)
#7A808B
(122,128,139)
#666C75
(102,108,117)
#52585F
(82,88,95)
#3E4449
(62,68,73)
#2A3033
(42,48,51)
#161C1D
(22,28,29)
#000000
(0,0,0)

Tints of #DEE4F9

#DEE4F9
(222,228,249)
#E1E6F9
(225,230,249)
#E4E8F9
(228,232,249)
#E7EAF9
(231,234,249)
#EAECF9
(234,236,249)
#EDEEF9
(237,238,249)
#F0F0F9
(240,240,249)
#F3F2F9
(243,242,249)
#F6F4F9
(246,244,249)
#F9F6F9
(249,246,249)
#FCF8F9
(252,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE4F9; }

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

This text font color is #DEE4F9.


Background Color

.myBgColor { background-color: #DEE4F9; }

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

This div background color is #DEE4F9.


Border color

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

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

This div border color is #DEE4F9.


Opacity

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

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

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

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

This text has shadow with #DEE4F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE4F9 on black background.


Color preview on white background

This text has color #DEE4F9 on white background.



Black color preview on #DEE4F9 background

This text has black color on #DEE4F9 background.


White color preview on #DEE4F9 background

This text has white color on #DEE4F9 background.