COLOR #E1DECD

HEX: #E1DECD RGB: (225,222,205)

Color info

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

RGB color model

#E1DECD color RGB value is (225,222,205).

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

RGB channels and saturation

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

225
222
205

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

Portions of RGB colors in percentages

R + G + B = 225 + 222 + 205 = 652 (100%)
R 225 of 652 ~ 34.51%
G 222 of 652 ~ 34.05%
B 205 of 652 ~ 31.44'%

%34.51
%34.05
%31.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.33%
  • yellow value is 8.89%
  • 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
%8.89
%11.76

Codes

Color #E1DECD in popluar color models

E1 DE CD
RGB 225 222 205
HSL 51° 25.00% 84.31%
HSB/HSV 51° 8.89% 88.24%
CMYK 0.00% 1.33% 8.89%
11.76%

Color #E1DECD in popluar number systems.

HEX E1 DE CD
Decimal 225 222 205
Binary 11100001 11011110 11001101
Octal 341 336 315

Shades and tints

Shades of #E1DECD

#E1DECD
(225,222,205)
#CDCABB
(205,202,187)
#B9B6A9
(185,182,169)
#A5A297
(165,162,151)
#918E85
(145,142,133)
#7D7A73
(125,122,115)
#696661
(105,102,97)
#55524F
(85,82,79)
#413E3D
(65,62,61)
#2D2A2B
(45,42,43)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #E1DECD

#E1DECD
(225,222,205)
#E3E1D1
(227,225,209)
#E5E4D5
(229,228,213)
#E7E7D9
(231,231,217)
#E9EADD
(233,234,221)
#EBEDE1
(235,237,225)
#EDF0E5
(237,240,229)
#EFF3E9
(239,243,233)
#F1F6ED
(241,246,237)
#F3F9F1
(243,249,241)
#F5FCF5
(245,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DECD; }

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

This text font color is #E1DECD.

Background Color

.myBgColor { background-color: #E1DECD; }

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

This div background color is #E1DECD.

Border color

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

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

This div border color is #E1DECD.

Opacity

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

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

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

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

This text has shadow with #E1DECD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DECD.

Preview

Color preview on black background

This text has color #E1DECD on black background.


Color preview on white background

This text has color #E1DECD on white background.


Black color preview on #E1DECD background

This text has black color on #E1DECD background.


White color preview on #E1DECD background

This text has white color on #E1DECD background.


Related colors

Complementary color

Complementary color for #hex is #1E2132.


I love getcolorcode.com

Triadic colors

1 #CDE1DE and #DECDE1 with #E1DECD are triadic colors.

2 #CDDEE1 and #DEE1CD with #E1DECD are triadic colors.