COLOR #DEE4EE

HEX: #DEE4EE
RGB: (222,228,238)

Color info

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

RGB color model

#DEE4EE color RGB value is (222,228,238).

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

RGB channels and saturation

R 222 of 255 = 87%
G 228 of 255 = 89%
B 238 of 255 = 93%

222
228
238

R + G + B ~ 90%. #DEE4EE is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 228 + 238 = 688 (100%)
R 222 of 688 ~ 32.27%
G 228 of 688 ~ 33.14%
B 238 of 688 ~ 34.59%

%32.27
%33.14
%34.59

CMYK color model

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

  • cyan value is 6.72%
  • magenta value is 4.20%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(7,4,0,7)
C7M4Y0K7 
(7%,4%,0%,7%)
(0.07/0.04/0.00/0.07)	

CMYK percentages

%6.72
%4.2
%0
%6.67

Codes

Color #DEE4EE in popluar color models

DEE4EE
RGB222228238
HSL218°32.00%90.20%
HSB/HSV218°6.72%93.33%
CMYK6.72%4.20%0.00%
6.67%

Color #DEE4EE in popluar number systems.

HEXDEE4EE
Decimal222228238
Binary110111101110010011101110
Octal336344356

Shades and tints

Shades of #DEE4EE

#DEE4EE
(222,228,238)
#CAD0D9
(202,208,217)
#B6BCC4
(182,188,196)
#A2A8AF
(162,168,175)
#8E949A
(142,148,154)
#7A8085
(122,128,133)
#666C70
(102,108,112)
#52585B
(82,88,91)
#3E4446
(62,68,70)
#2A3031
(42,48,49)
#161C1C
(22,28,28)
#000000
(0,0,0)

Tints of #DEE4EE

#DEE4EE
(222,228,238)
#E1E6EF
(225,230,239)
#E4E8F0
(228,232,240)
#E7EAF1
(231,234,241)
#EAECF2
(234,236,242)
#EDEEF3
(237,238,243)
#F0F0F4
(240,240,244)
#F3F2F5
(243,242,245)
#F6F4F6
(246,244,246)
#F9F6F7
(249,246,247)
#FCF8F8
(252,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE4EE; }

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

This text font color is #DEE4EE.


Background Color

.myBgColor { background-color: #DEE4EE; }

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

This div background color is #DEE4EE.


Border color

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

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

This div border color is #DEE4EE.


Opacity

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

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

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

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

This text has shadow with #DEE4EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE4EE on black background.


Color preview on white background

This text has color #DEE4EE on white background.



Black color preview on #DEE4EE background

This text has black color on #DEE4EE background.


White color preview on #DEE4EE background

This text has white color on #DEE4EE background.