COLOR #E2E0DD

HEX: #E2E0DD RGB: (226,224,221)

Color info

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

RGB color model

#E2E0DD color RGB value is (226,224,221).

RGB: (226,224,221) (89%, 88%, 87%)

RGB channels and saturation

R 226 of 255 = 89%
G 224 of 255 = 88%
B 221 of 255 = 87%

226
224
221

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

Portions of RGB colors in percentages

R + G + B = 226 + 224 + 221 = 671 (100%)
R 226 of 671 ~ 33.68%
G 224 of 671 ~ 33.38%
B 221 of 671 ~ 32.94'%

%33.68
%33.38
%32.94

CMYK color model

#E2E0DD color CMYK value is (0,1,2,11).

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

CMYK: (0,1,2,11)
C0M1Y2K11 (0%, 1%, 2%, 11%)
(0.00 / 0.01 / 0.02 / 0.11)

CMYK percentages

%0
%0.88
%2.21
%11.37

Codes

Color #E2E0DD in popluar color models

E2 E0 DD
RGB 226 224 221
HSL 36° 7.94% 87.65%
HSB/HSV 36° 2.21% 88.63%
CMYK 0.00% 0.88% 2.21%
11.37%

Color #E2E0DD in popluar number systems.

HEX E2 E0 DD
Decimal 226 224 221
Binary 11100010 11100000 11011101
Octal 342 340 335

Shades and tints

Shades of #E2E0DD

#E2E0DD
(226,224,221)
#CECCC9
(206,204,201)
#BAB8B5
(186,184,181)
#A6A4A1
(166,164,161)
#92908D
(146,144,141)
#7E7C79
(126,124,121)
#6A6865
(106,104,101)
#565451
(86,84,81)
#42403D
(66,64,61)
#2E2C29
(46,44,41)
#1A1815
(26,24,21)
#000000
(0,0,0)

Tints of #E2E0DD

#E2E0DD
(226,224,221)
#E4E2E0
(228,226,224)
#E6E4E3
(230,228,227)
#E8E6E6
(232,230,230)
#EAE8E9
(234,232,233)
#ECEAEC
(236,234,236)
#EEECEF
(238,236,239)
#F0EEF2
(240,238,242)
#F2F0F5
(242,240,245)
#F4F2F8
(244,242,248)
#F6F4FB
(246,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E0DD; }

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

This text font color is #E2E0DD.

Background Color

.myBgColor { background-color: #E2E0DD; }

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

This div background color is #E2E0DD.

Border color

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

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

This div border color is #E2E0DD.

Opacity

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

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

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

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

This text has shadow with #E2E0DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2E0DD.

Preview

Color preview on black background

This text has color #E2E0DD on black background.


Color preview on white background

This text has color #E2E0DD on white background.


Black color preview on #E2E0DD background

This text has black color on #E2E0DD background.


White color preview on #E2E0DD background

This text has white color on #E2E0DD background.


Related colors

Complementary color

Complementary color for #hex is #1D1F22.


I love getcolorcode.com

Triadic colors

1 #DDE2E0 and #E0DDE2 with #E2E0DD are triadic colors.

2 #DDE0E2 and #E0E2DD with #E2E0DD are triadic colors.