COLOR #DEE9DD

HEX: #DEE9DD
RGB: (222,233,221)

Color info

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

RGB color model

#DEE9DD color RGB value is (222,233,221).

  • red value is 222;
  • green value is 233;
  • blue value is 221.
RGB:
(222,233,221)
(87%,91%,87%)

RGB channels and saturation

R 222 of 255 = 87%
G 233 of 255 = 91%
B 221 of 255 = 87%

222
233
221

R + G + B ~ 88%. #DEE9DD is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 233 + 221 = 676 (100%)
R 222 of 676 ~ 32.84%
G 233 of 676 ~ 34.47%
B 221 of 676 ~ 32.69%

%32.84
%34.47
%32.69

CMYK color model

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

  • cyan value is 4.72%
  • magenta value is 0.00%
  • yellow value is 5.15%
  • key color value is 8.63%
CMYK:
(5,0,5,9)
C5M0Y5K9 
(5%,0%,5%,9%)
(0.05/0.00/0.05/0.09)	

CMYK percentages

%4.72
%0
%5.15
%8.63

Codes

Color #DEE9DD in popluar color models

DEE9DD
RGB222233221
HSL115°21.43%89.02%
HSB/HSV115°5.15%91.37%
CMYK4.72%0.00%5.15%
8.63%

Color #DEE9DD in popluar number systems.

HEXDEE9DD
Decimal222233221
Binary110111101110100111011101
Octal336351335

Shades and tints

Shades of #DEE9DD

#DEE9DD
(222,233,221)
#CAD4C9
(202,212,201)
#B6BFB5
(182,191,181)
#A2AAA1
(162,170,161)
#8E958D
(142,149,141)
#7A8079
(122,128,121)
#666B65
(102,107,101)
#525651
(82,86,81)
#3E413D
(62,65,61)
#2A2C29
(42,44,41)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #DEE9DD

#DEE9DD
(222,233,221)
#E1EBE0
(225,235,224)
#E4EDE3
(228,237,227)
#E7EFE6
(231,239,230)
#EAF1E9
(234,241,233)
#EDF3EC
(237,243,236)
#F0F5EF
(240,245,239)
#F3F7F2
(243,247,242)
#F6F9F5
(246,249,245)
#F9FBF8
(249,251,248)
#FCFDFB
(252,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE9DD; }

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

This text font color is #DEE9DD.


Background Color

.myBgColor { background-color: #DEE9DD; }

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

This div background color is #DEE9DD.


Border color

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

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

This div border color is #DEE9DD.


Opacity

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

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

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

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

This text has shadow with #DEE9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE9DD on black background.


Color preview on white background

This text has color #DEE9DD on white background.



Black color preview on #DEE9DD background

This text has black color on #DEE9DD background.


White color preview on #DEE9DD background

This text has white color on #DEE9DD background.