COLOR #DEE4F6

HEX: #DEE4F6
RGB: (222,228,246)

Color info

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

RGB color model

#DEE4F6 color RGB value is (222,228,246).

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

RGB channels and saturation

R 222 of 255 = 87%
G 228 of 255 = 89%
B 246 of 255 = 96%

222
228
246

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

Portions of RGB colors in percentages

R + G + B =
222 + 228 + 246 = 696 (100%)
R 222 of 696 ~ 31.9%
G 228 of 696 ~ 32.76%
B 246 of 696 ~ 35.34%

%31.9
%32.76
%35.34

CMYK color model

#DEE4F6 color CMYK value is (10,7,0,4).

  • cyan value is 9.76%
  • magenta value is 7.32%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(10,7,0,4)
C10M7Y0K4 
(10%,7%,0%,4%)
(0.10/0.07/0.00/0.04)	

CMYK percentages

%9.76
%7.32
%0
%3.53

Codes

Color #DEE4F6 in popluar color models

DEE4F6
RGB222228246
HSL225°57.14%91.76%
HSB/HSV225°9.76%96.47%
CMYK9.76%7.32%0.00%
3.53%

Color #DEE4F6 in popluar number systems.

HEXDEE4F6
Decimal222228246
Binary110111101110010011110110
Octal336344366

Shades and tints

Shades of #DEE4F6

#DEE4F6
(222,228,246)
#CAD0E0
(202,208,224)
#B6BCCA
(182,188,202)
#A2A8B4
(162,168,180)
#8E949E
(142,148,158)
#7A8088
(122,128,136)
#666C72
(102,108,114)
#52585C
(82,88,92)
#3E4446
(62,68,70)
#2A3030
(42,48,48)
#161C1A
(22,28,26)
#000000
(0,0,0)

Tints of #DEE4F6

#DEE4F6
(222,228,246)
#E1E6F6
(225,230,246)
#E4E8F6
(228,232,246)
#E7EAF6
(231,234,246)
#EAECF6
(234,236,246)
#EDEEF6
(237,238,246)
#F0F0F6
(240,240,246)
#F3F2F6
(243,242,246)
#F6F4F6
(246,244,246)
#F9F6F6
(249,246,246)
#FCF8F6
(252,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE4F6; }

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

This text font color is #DEE4F6.


Background Color

.myBgColor { background-color: #DEE4F6; }

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

This div background color is #DEE4F6.


Border color

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

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

This div border color is #DEE4F6.


Opacity

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

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

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

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

This text has shadow with #DEE4F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE4F6 on black background.


Color preview on white background

This text has color #DEE4F6 on white background.



Black color preview on #DEE4F6 background

This text has black color on #DEE4F6 background.


White color preview on #DEE4F6 background

This text has white color on #DEE4F6 background.