COLOR #E0E9DD

HEX: #E0E9DD RGB: (224,233,221)

Color info

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

RGB color model

#E0E9DD color RGB value is (224,233,221).

RGB: (224,233,221) (88%, 91%, 87%)

RGB channels and saturation

R 224 of 255 = 88%
G 233 of 255 = 91%
B 221 of 255 = 87%

224
233
221

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

Portions of RGB colors in percentages

R + G + B = 224 + 233 + 221 = 678 (100%)
R 224 of 678 ~ 33.04%
G 233 of 678 ~ 34.37%
B 221 of 678 ~ 32.6'%

%33.04
%34.37
%32.6

CMYK color model

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

  • cyan value is 3.86%
  • magenta value is 0.00%
  • yellow value is 5.15%
  • key color value is 8.63%

CMYK: (4,0,5,9)
C4M0Y5K9 (4%, 0%, 5%, 9%)
(0.04 / 0.00 / 0.05 / 0.09)

CMYK percentages

%3.86
%0
%5.15
%8.63

Codes

Color #E0E9DD in popluar color models

E0 E9 DD
RGB 224 233 221
HSL 105° 21.43% 89.02%
HSB/HSV 105° 5.15% 91.37%
CMYK 3.86% 0.00% 5.15%
8.63%

Color #E0E9DD in popluar number systems.

HEX E0 E9 DD
Decimal 224 233 221
Binary 11100000 11101001 11011101
Octal 340 351 335

Shades and tints

Shades of #E0E9DD

#E0E9DD
(224,233,221)
#CCD4C9
(204,212,201)
#B8BFB5
(184,191,181)
#A4AAA1
(164,170,161)
#90958D
(144,149,141)
#7C8079
(124,128,121)
#686B65
(104,107,101)
#545651
(84,86,81)
#40413D
(64,65,61)
#2C2C29
(44,44,41)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #E0E9DD

#E0E9DD
(224,233,221)
#E2EBE0
(226,235,224)
#E4EDE3
(228,237,227)
#E6EFE6
(230,239,230)
#E8F1E9
(232,241,233)
#EAF3EC
(234,243,236)
#ECF5EF
(236,245,239)
#EEF7F2
(238,247,242)
#F0F9F5
(240,249,245)
#F2FBF8
(242,251,248)
#F4FDFB
(244,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E9DD; }

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

This text font color is #E0E9DD.

Background Color

.myBgColor { background-color: #E0E9DD; }

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

This div background color is #E0E9DD.

Border color

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

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

This div border color is #E0E9DD.

Opacity

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

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

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

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

This text has shadow with #E0E9DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0E9DD.

Preview

Color preview on black background

This text has color #E0E9DD on black background.


Color preview on white background

This text has color #E0E9DD on white background.


Black color preview on #E0E9DD background

This text has black color on #E0E9DD background.


White color preview on #E0E9DD background

This text has white color on #E0E9DD background.


Related colors

Complementary color

Complementary color for #hex is #1F1622.


I love getcolorcode.com

Triadic colors

1 #DDE0E9 and #E9DDE0 with #E0E9DD are triadic colors.

2 #DDE9E0 and #E9E0DD with #E0E9DD are triadic colors.