COLOR #DEE9E4

HEX: #DEE9E4 RGB: (222,233,228)

Color info

#DEE9E4 contains red, green and blue colors in about the same proportion. Web safe color of #DEE9E4 is #CCFFCC (or #CFC).

RGB color model

#DEE9E4 color RGB value is (222,233,228).

RGB: (222,233,228) (87%, 91%, 89%)

RGB channels and saturation

R 222 of 255 = 87%
G 233 of 255 = 91%
B 228 of 255 = 89%

222
233
228

R + G + B ~ 89%. #DEE9E4 is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 233 + 228 = 683 (100%)
R 222 of 683 ~ 32.5%
G 233 of 683 ~ 34.11%
B 228 of 683 ~ 33.38'%

%32.5
%34.11
%33.38

CMYK color model

#DEE9E4 color CMYK value is (5,0,2,9).

  • cyan value is 4.72%
  • magenta value is 0.00%
  • yellow value is 2.15%
  • key color value is 8.63%

CMYK: (5,0,2,9)
C5M0Y2K9 (5%, 0%, 2%, 9%)
(0.05 / 0.00 / 0.02 / 0.09)

CMYK percentages

%4.72
%0
%2.15
%8.63

Codes

Color #DEE9E4 in popluar color models

DE E9 E4
RGB 222 233 228
HSL 153° 20.00% 89.22%
HSB/HSV 153° 4.72% 91.37%
CMYK 4.72% 0.00% 2.15%
8.63%

Color #DEE9E4 in popluar number systems.

HEX DE E9 E4
Decimal 222 233 228
Binary 11011110 11101001 11100100
Octal 336 351 344

Shades and tints

Shades of #DEE9E4

#DEE9E4
(222,233,228)
#CAD4D0
(202,212,208)
#B6BFBC
(182,191,188)
#A2AAA8
(162,170,168)
#8E9594
(142,149,148)
#7A8080
(122,128,128)
#666B6C
(102,107,108)
#525658
(82,86,88)
#3E4144
(62,65,68)
#2A2C30
(42,44,48)
#16171C
(22,23,28)
#000000
(0,0,0)

Tints of #DEE9E4

#DEE9E4
(222,233,228)
#E1EBE6
(225,235,230)
#E4EDE8
(228,237,232)
#E7EFEA
(231,239,234)
#EAF1EC
(234,241,236)
#EDF3EE
(237,243,238)
#F0F5F0
(240,245,240)
#F3F7F2
(243,247,242)
#F6F9F4
(246,249,244)
#F9FBF6
(249,251,246)
#FCFDF8
(252,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE9E4; }

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

This text font color is #DEE9E4.

Background Color

.myBgColor { background-color: #DEE9E4; }

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

This div background color is #DEE9E4.

Border color

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

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

This div border color is #DEE9E4.

Opacity

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

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

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

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

This text has shadow with #DEE9E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEE9E4.

Preview

Color preview on black background

This text has color #DEE9E4 on black background.


Color preview on white background

This text has color #DEE9E4 on white background.


Black color preview on #DEE9E4 background

This text has black color on #DEE9E4 background.


White color preview on #DEE9E4 background

This text has white color on #DEE9E4 background.


Related colors

Complementary color

Complementary color for #hex is #21161B.


I love getcolorcode.com

Triadic colors

1 #E4DEE9 and #E9E4DE with #DEE9E4 are triadic colors.

2 #E4E9DE and #E9DEE4 with #DEE9E4 are triadic colors.