COLOR #E2DDDA

HEX: #E2DDDA RGB: (226,221,218)

Color info

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

RGB color model

#E2DDDA color RGB value is (226,221,218).

RGB: (226,221,218) (89%, 87%, 85%)

RGB channels and saturation

R 226 of 255 = 89%
G 221 of 255 = 87%
B 218 of 255 = 85%

226
221
218

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

Portions of RGB colors in percentages

R + G + B = 226 + 221 + 218 = 665 (100%)
R 226 of 665 ~ 33.98%
G 221 of 665 ~ 33.23%
B 218 of 665 ~ 32.78'%

%33.98
%33.23
%32.78

CMYK color model

#E2DDDA color CMYK value is (0,2,4,11).

  • cyan value is 0.00%
  • magenta value is 2.21%
  • yellow value is 3.54%
  • key color value is 11.37%

CMYK: (0,2,4,11)
C0M2Y4K11 (0%, 2%, 4%, 11%)
(0.00 / 0.02 / 0.04 / 0.11)

CMYK percentages

%0
%2.21
%3.54
%11.37

Codes

Color #E2DDDA in popluar color models

E2 DD DA
RGB 226 221 218
HSL 23° 12.12% 87.06%
HSB/HSV 23° 3.54% 88.63%
CMYK 0.00% 2.21% 3.54%
11.37%

Color #E2DDDA in popluar number systems.

HEX E2 DD DA
Decimal 226 221 218
Binary 11100010 11011101 11011010
Octal 342 335 332

Shades and tints

Shades of #E2DDDA

#E2DDDA
(226,221,218)
#CEC9C7
(206,201,199)
#BAB5B4
(186,181,180)
#A6A1A1
(166,161,161)
#928D8E
(146,141,142)
#7E797B
(126,121,123)
#6A6568
(106,101,104)
#565155
(86,81,85)
#423D42
(66,61,66)
#2E292F
(46,41,47)
#1A151C
(26,21,28)
#000000
(0,0,0)

Tints of #E2DDDA

#E2DDDA
(226,221,218)
#E4E0DD
(228,224,221)
#E6E3E0
(230,227,224)
#E8E6E3
(232,230,227)
#EAE9E6
(234,233,230)
#ECECE9
(236,236,233)
#EEEFEC
(238,239,236)
#F0F2EF
(240,242,239)
#F2F5F2
(242,245,242)
#F4F8F5
(244,248,245)
#F6FBF8
(246,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DDDA color. Also use rgb(226,221,218) instead hex code.

Text Font Color

.myTextColor { color: #E2DDDA; }

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

This text font color is #E2DDDA.

Background Color

.myBgColor { background-color: #E2DDDA; }

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

This div background color is #E2DDDA.

Border color

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

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

This div border color is #E2DDDA.

Opacity

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

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

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

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

This text has shadow with #E2DDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2DDDA.

Preview

Color preview on black background

This text has color #E2DDDA on black background.


Color preview on white background

This text has color #E2DDDA on white background.


Black color preview on #E2DDDA background

This text has black color on #E2DDDA background.


White color preview on #E2DDDA background

This text has white color on #E2DDDA background.


Related colors

Complementary color

Complementary color for #hex is #1D2225.


I love getcolorcode.com

Triadic colors

1 #DAE2DD and #DDDAE2 with #E2DDDA are triadic colors.

2 #DADDE2 and #DDE2DA with #E2DDDA are triadic colors.