COLOR #DEE4F7

HEX: #DEE4F7
RGB: (222,228,247)

Color info

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

RGB color model

#DEE4F7 color RGB value is (222,228,247).

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

RGB channels and saturation

R 222 of 255 = 87%
G 228 of 255 = 89%
B 247 of 255 = 97%

222
228
247

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

Portions of RGB colors in percentages

R + G + B =
222 + 228 + 247 = 697 (100%)
R 222 of 697 ~ 31.85%
G 228 of 697 ~ 32.71%
B 247 of 697 ~ 35.44%

%31.85
%32.71
%35.44

CMYK color model

#DEE4F7 color CMYK value is (10,8,0,3).

  • cyan value is 10.12%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(10,8,0,3)
C10M8Y0K3 
(10%,8%,0%,3%)
(0.10/0.08/0.00/0.03)	

CMYK percentages

%10.12
%7.69
%0
%3.14

Codes

Color #DEE4F7 in popluar color models

DEE4F7
RGB222228247
HSL226°60.98%91.96%
HSB/HSV226°10.12%96.86%
CMYK10.12%7.69%0.00%
3.14%

Color #DEE4F7 in popluar number systems.

HEXDEE4F7
Decimal222228247
Binary110111101110010011110111
Octal336344367

Shades and tints

Shades of #DEE4F7

#DEE4F7
(222,228,247)
#CAD0E1
(202,208,225)
#B6BCCB
(182,188,203)
#A2A8B5
(162,168,181)
#8E949F
(142,148,159)
#7A8089
(122,128,137)
#666C73
(102,108,115)
#52585D
(82,88,93)
#3E4447
(62,68,71)
#2A3031
(42,48,49)
#161C1B
(22,28,27)
#000000
(0,0,0)

Tints of #DEE4F7

#DEE4F7
(222,228,247)
#E1E6F7
(225,230,247)
#E4E8F7
(228,232,247)
#E7EAF7
(231,234,247)
#EAECF7
(234,236,247)
#EDEEF7
(237,238,247)
#F0F0F7
(240,240,247)
#F3F2F7
(243,242,247)
#F6F4F7
(246,244,247)
#F9F6F7
(249,246,247)
#FCF8F7
(252,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE4F7; }

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

This text font color is #DEE4F7.


Background Color

.myBgColor { background-color: #DEE4F7; }

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

This div background color is #DEE4F7.


Border color

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

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

This div border color is #DEE4F7.


Opacity

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

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

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

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

This text has shadow with #DEE4F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE4F7 on black background.


Color preview on white background

This text has color #DEE4F7 on white background.



Black color preview on #DEE4F7 background

This text has black color on #DEE4F7 background.


White color preview on #DEE4F7 background

This text has white color on #DEE4F7 background.