COLOR #E1DCD5

HEX: #E1DCD5 RGB: (225,220,213)

Color info

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

RGB color model

#E1DCD5 color RGB value is (225,220,213).

RGB: (225,220,213) (88%, 86%, 84%)

RGB channels and saturation

R 225 of 255 = 88%
G 220 of 255 = 86%
B 213 of 255 = 84%

225
220
213

R + G + B ~ 86%. #E1DCD5 is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 220 + 213 = 658 (100%)
R 225 of 658 ~ 34.19%
G 220 of 658 ~ 33.43%
B 213 of 658 ~ 32.37'%

%34.19
%33.43
%32.37

CMYK color model

#E1DCD5 color CMYK value is (0,2,5,12).

  • cyan value is 0.00%
  • magenta value is 2.22%
  • yellow value is 5.33%
  • key color value is 11.76%

CMYK: (0,2,5,12)
C0M2Y5K12 (0%, 2%, 5%, 12%)
(0.00 / 0.02 / 0.05 / 0.12)

CMYK percentages

%0
%2.22
%5.33
%11.76

Codes

Color #E1DCD5 in popluar color models

E1 DC D5
RGB 225 220 213
HSL 35° 16.67% 85.88%
HSB/HSV 35° 5.33% 88.24%
CMYK 0.00% 2.22% 5.33%
11.76%

Color #E1DCD5 in popluar number systems.

HEX E1 DC D5
Decimal 225 220 213
Binary 11100001 11011100 11010101
Octal 341 334 325

Shades and tints

Shades of #E1DCD5

#E1DCD5
(225,220,213)
#CDC8C2
(205,200,194)
#B9B4AF
(185,180,175)
#A5A09C
(165,160,156)
#918C89
(145,140,137)
#7D7876
(125,120,118)
#696463
(105,100,99)
#555050
(85,80,80)
#413C3D
(65,60,61)
#2D282A
(45,40,42)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #E1DCD5

#E1DCD5
(225,220,213)
#E3DFD8
(227,223,216)
#E5E2DB
(229,226,219)
#E7E5DE
(231,229,222)
#E9E8E1
(233,232,225)
#EBEBE4
(235,235,228)
#EDEEE7
(237,238,231)
#EFF1EA
(239,241,234)
#F1F4ED
(241,244,237)
#F3F7F0
(243,247,240)
#F5FAF3
(245,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DCD5 color. Also use rgb(225,220,213) instead hex code.

Text Font Color

.myTextColor { color: #E1DCD5; }

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

This text font color is #E1DCD5.

Background Color

.myBgColor { background-color: #E1DCD5; }

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

This div background color is #E1DCD5.

Border color

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

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

This div border color is #E1DCD5.

Opacity

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

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

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

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

This text has shadow with #E1DCD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DCD5.

Preview

Color preview on black background

This text has color #E1DCD5 on black background.


Color preview on white background

This text has color #E1DCD5 on white background.


Black color preview on #E1DCD5 background

This text has black color on #E1DCD5 background.


White color preview on #E1DCD5 background

This text has white color on #E1DCD5 background.


Related colors

Complementary color

Complementary color for #hex is #1E232A.


I love getcolorcode.com

Triadic colors

1 #D5E1DC and #DCD5E1 with #E1DCD5 are triadic colors.

2 #D5DCE1 and #DCE1D5 with #E1DCD5 are triadic colors.