COLOR #DEE0DD

HEX: #DEE0DD RGB: (222,224,221)

Color info

#DEE0DD contains red, green and blue colors in about the same proportion. Web safe color of #DEE0DD is #CCCCCC (or #CCC).

RGB color model

#DEE0DD color RGB value is (222,224,221).

RGB: (222,224,221) (87%, 88%, 87%)

RGB channels and saturation

R 222 of 255 = 87%
G 224 of 255 = 88%
B 221 of 255 = 87%

222
224
221

R + G + B ~ 87%. #DEE0DD is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 224 + 221 = 667 (100%)
R 222 of 667 ~ 33.28%
G 224 of 667 ~ 33.58%
B 221 of 667 ~ 33.13'%

%33.28
%33.58
%33.13

CMYK color model

#DEE0DD color CMYK value is (1,0,1,12).

  • cyan value is 0.89%
  • magenta value is 0.00%
  • yellow value is 1.34%
  • key color value is 12.16%

CMYK: (1,0,1,12)
C1M0Y1K12 (1%, 0%, 1%, 12%)
(0.01 / 0.00 / 0.01 / 0.12)

CMYK percentages

%0.89
%0
%1.34
%12.16

Codes

Color #DEE0DD in popluar color models

DE E0 DD
RGB 222 224 221
HSL 100° 4.62% 87.25%
HSB/HSV 100° 1.34% 87.84%
CMYK 0.89% 0.00% 1.34%
12.16%

Color #DEE0DD in popluar number systems.

HEX DE E0 DD
Decimal 222 224 221
Binary 11011110 11100000 11011101
Octal 336 340 335

Shades and tints

Shades of #DEE0DD

#DEE0DD
(222,224,221)
#CACCC9
(202,204,201)
#B6B8B5
(182,184,181)
#A2A4A1
(162,164,161)
#8E908D
(142,144,141)
#7A7C79
(122,124,121)
#666865
(102,104,101)
#525451
(82,84,81)
#3E403D
(62,64,61)
#2A2C29
(42,44,41)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #DEE0DD

#DEE0DD
(222,224,221)
#E1E2E0
(225,226,224)
#E4E4E3
(228,228,227)
#E7E6E6
(231,230,230)
#EAE8E9
(234,232,233)
#EDEAEC
(237,234,236)
#F0ECEF
(240,236,239)
#F3EEF2
(243,238,242)
#F6F0F5
(246,240,245)
#F9F2F8
(249,242,248)
#FCF4FB
(252,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE0DD; }

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

This text font color is #DEE0DD.

Background Color

.myBgColor { background-color: #DEE0DD; }

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

This div background color is #DEE0DD.

Border color

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

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

This div border color is #DEE0DD.

Opacity

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

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

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

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

This text has shadow with #DEE0DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEE0DD.

Preview

Color preview on black background

This text has color #DEE0DD on black background.


Color preview on white background

This text has color #DEE0DD on white background.


Black color preview on #DEE0DD background

This text has black color on #DEE0DD background.


White color preview on #DEE0DD background

This text has white color on #DEE0DD background.


Related colors

Complementary color

Complementary color for #hex is #211F22.


I love getcolorcode.com

Triadic colors

1 #DDDEE0 and #E0DDDE with #DEE0DD are triadic colors.

2 #DDE0DE and #E0DEDD with #DEE0DD are triadic colors.