COLOR #E1DECC

HEX: #E1DECC RGB: (225,222,204)

Color info

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

RGB color model

#E1DECC color RGB value is (225,222,204).

RGB: (225,222,204) (88%, 87%, 80%)

RGB channels and saturation

R 225 of 255 = 88%
G 222 of 255 = 87%
B 204 of 255 = 80%

225
222
204

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

Portions of RGB colors in percentages

R + G + B = 225 + 222 + 204 = 651 (100%)
R 225 of 651 ~ 34.56%
G 222 of 651 ~ 34.1%
B 204 of 651 ~ 31.34'%

%34.56
%34.1
%31.34

CMYK color model

#E1DECC color CMYK value is (0,1,9,12).

  • cyan value is 0.00%
  • magenta value is 1.33%
  • yellow value is 9.33%
  • key color value is 11.76%

CMYK: (0,1,9,12)
C0M1Y9K12 (0%, 1%, 9%, 12%)
(0.00 / 0.01 / 0.09 / 0.12)

CMYK percentages

%0
%1.33
%9.33
%11.76

Codes

Color #E1DECC in popluar color models

E1 DE CC
RGB 225 222 204
HSL 51° 25.93% 84.12%
HSB/HSV 51° 9.33% 88.24%
CMYK 0.00% 1.33% 9.33%
11.76%

Color #E1DECC in popluar number systems.

HEX E1 DE CC
Decimal 225 222 204
Binary 11100001 11011110 11001100
Octal 341 336 314

Shades and tints

Shades of #E1DECC

#E1DECC
(225,222,204)
#CDCABA
(205,202,186)
#B9B6A8
(185,182,168)
#A5A296
(165,162,150)
#918E84
(145,142,132)
#7D7A72
(125,122,114)
#696660
(105,102,96)
#55524E
(85,82,78)
#413E3C
(65,62,60)
#2D2A2A
(45,42,42)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #E1DECC

#E1DECC
(225,222,204)
#E3E1D0
(227,225,208)
#E5E4D4
(229,228,212)
#E7E7D8
(231,231,216)
#E9EADC
(233,234,220)
#EBEDE0
(235,237,224)
#EDF0E4
(237,240,228)
#EFF3E8
(239,243,232)
#F1F6EC
(241,246,236)
#F3F9F0
(243,249,240)
#F5FCF4
(245,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DECC color. Also use rgb(225,222,204) instead hex code.

Text Font Color

.myTextColor { color: #E1DECC; }

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

This text font color is #E1DECC.

Background Color

.myBgColor { background-color: #E1DECC; }

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

This div background color is #E1DECC.

Border color

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

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

This div border color is #E1DECC.

Opacity

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

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

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

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

This text has shadow with #E1DECC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DECC.

Preview

Color preview on black background

This text has color #E1DECC on black background.


Color preview on white background

This text has color #E1DECC on white background.


Black color preview on #E1DECC background

This text has black color on #E1DECC background.


White color preview on #E1DECC background

This text has white color on #E1DECC background.


Related colors

Complementary color

Complementary color for #hex is #1E2133.


I love getcolorcode.com

Triadic colors

1 #CCE1DE and #DECCE1 with #E1DECC are triadic colors.

2 #CCDEE1 and #DEE1CC with #E1DECC are triadic colors.