COLOR #E1E9DD

HEX: #E1E9DD RGB: (225,233,221)

Color info

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

RGB color model

#E1E9DD color RGB value is (225,233,221).

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

RGB channels and saturation

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

225
233
221

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

Portions of RGB colors in percentages

R + G + B = 225 + 233 + 221 = 679 (100%)
R 225 of 679 ~ 33.14%
G 233 of 679 ~ 34.32%
B 221 of 679 ~ 32.55'%

%33.14
%34.32
%32.55

CMYK color model

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

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

CMYK: (3,0,5,9)
C3M0Y5K9 (3%, 0%, 5%, 9%)
(0.03 / 0.00 / 0.05 / 0.09)

CMYK percentages

%3.43
%0
%5.15
%8.63

Codes

Color #E1E9DD in popluar color models

E1 E9 DD
RGB 225 233 221
HSL 100° 21.43% 89.02%
HSB/HSV 100° 5.15% 91.37%
CMYK 3.43% 0.00% 5.15%
8.63%

Color #E1E9DD in popluar number systems.

HEX E1 E9 DD
Decimal 225 233 221
Binary 11100001 11101001 11011101
Octal 341 351 335

Shades and tints

Shades of #E1E9DD

#E1E9DD
(225,233,221)
#CDD4C9
(205,212,201)
#B9BFB5
(185,191,181)
#A5AAA1
(165,170,161)
#91958D
(145,149,141)
#7D8079
(125,128,121)
#696B65
(105,107,101)
#555651
(85,86,81)
#41413D
(65,65,61)
#2D2C29
(45,44,41)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #E1E9DD

#E1E9DD
(225,233,221)
#E3EBE0
(227,235,224)
#E5EDE3
(229,237,227)
#E7EFE6
(231,239,230)
#E9F1E9
(233,241,233)
#EBF3EC
(235,243,236)
#EDF5EF
(237,245,239)
#EFF7F2
(239,247,242)
#F1F9F5
(241,249,245)
#F3FBF8
(243,251,248)
#F5FDFB
(245,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E9DD; }

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

This text font color is #E1E9DD.

Background Color

.myBgColor { background-color: #E1E9DD; }

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

This div background color is #E1E9DD.

Border color

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

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

This div border color is #E1E9DD.

Opacity

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

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

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

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

This text has shadow with #E1E9DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1E9DD.

Preview

Color preview on black background

This text has color #E1E9DD on black background.


Color preview on white background

This text has color #E1E9DD on white background.


Black color preview on #E1E9DD background

This text has black color on #E1E9DD background.


White color preview on #E1E9DD background

This text has white color on #E1E9DD background.


Related colors

Complementary color

Complementary color for #hex is #1E1622.


I love getcolorcode.com

Triadic colors

1 #DDE1E9 and #E9DDE1 with #E1E9DD are triadic colors.

2 #DDE9E1 and #E9E1DD with #E1E9DD are triadic colors.