COLOR #E2DDCC

HEX: #E2DDCC RGB: (226,221,204)

Color info

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

RGB color model

#E2DDCC color RGB value is (226,221,204).

RGB: (226,221,204) (89%, 87%, 80%)

RGB channels and saturation

R 226 of 255 = 89%
G 221 of 255 = 87%
B 204 of 255 = 80%

226
221
204

R + G + B ~ 85%. #E2DDCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 221 + 204 = 651 (100%)
R 226 of 651 ~ 34.72%
G 221 of 651 ~ 33.95%
B 204 of 651 ~ 31.34'%

%34.72
%33.95
%31.34

CMYK color model

#E2DDCC color CMYK value is (0,2,10,11).

  • cyan value is 0.00%
  • magenta value is 2.21%
  • yellow value is 9.73%
  • key color value is 11.37%
CMYK: (0,2,10,11) C0M2Y10K11 (0%,2%,10%,11%) (0.00/0.02/0.10/0.11) 

CMYK percentages

%0
%2.21
%9.73
%11.37

Codes

Color #E2DDCC in popluar color models

E2 DD CC
RGB 226 221 204
HSL 46° 27.50% 84.31%
HSB/HSV 46° 9.73% 88.63%
CMYK 0.00% 2.21% 9.73%
11.37%

Color #E2DDCC in popluar number systems.

HEX E2 DD CC
Decimal 226 221 204
Binary 11100010 11011101 11001100
Octal 342 335 314

Shades and tints

Shades of #E2DDCC

#E2DDCC
(226,221,204)
#CEC9BA
(206,201,186)
#BAB5A8
(186,181,168)
#A6A196
(166,161,150)
#928D84
(146,141,132)
#7E7972
(126,121,114)
#6A6560
(106,101,96)
#56514E
(86,81,78)
#423D3C
(66,61,60)
#2E292A
(46,41,42)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #E2DDCC

#E2DDCC
(226,221,204)
#E4E0D0
(228,224,208)
#E6E3D4
(230,227,212)
#E8E6D8
(232,230,216)
#EAE9DC
(234,233,220)
#ECECE0
(236,236,224)
#EEEFE4
(238,239,228)
#F0F2E8
(240,242,232)
#F2F5EC
(242,245,236)
#F4F8F0
(244,248,240)
#F6FBF4
(246,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DDCC; }

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

This text font color is #E2DDCC.

Background Color

.myBgColor { background-color: #E2DDCC; }

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

This div background color is #E2DDCC.

Border color

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

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

This div border color is #E2DDCC.

Opacity

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

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

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

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

This text has shadow with #E2DDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2DDCC.

Preview

Color preview on black background

This text has color #E2DDCC on black background.


Color preview on white background

This text has color #E2DDCC on white background.


Black color preview on #E2DDCC background

This text has black color on #E2DDCC background.


White color preview on #E2DDCC background

This text has white color on #E2DDCC background.


Related colors

Complementary color

Complementary color for #hex is #1D2233.


I love getcolorcode.com

Triadic colors

1 #CCE2DD and #DDCCE2 with #E2DDCC are triadic colors.

2 #CCDDE2 and #DDE2CC with #E2DDCC are triadic colors.