COLOR #E1DCDA

HEX: #E1DCDA
RGB: (225,220,218)

Color info

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

RGB color model

#E1DCDA color RGB value is (225,220,218).

  • red value is 225;
  • green value is 220;
  • blue value is 218.
RGB:
(225,220,218)
(88%,86%,85%)

RGB channels and saturation

R 225 of 255 = 88%
G 220 of 255 = 86%
B 218 of 255 = 85%

225
220
218

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

Portions of RGB colors in percentages

R + G + B =
225 + 220 + 218 = 663 (100%)
R 225 of 663 ~ 33.94%
G 220 of 663 ~ 33.18%
B 218 of 663 ~ 32.88%

%33.94
%33.18
%32.88

CMYK color model

#E1DCDA color CMYK value is (0,2,3,12).

  • cyan value is 0.00%
  • magenta value is 2.22%
  • yellow value is 3.11%
  • key color value is 11.76%
CMYK:
(0,2,3,12)
C0M2Y3K12 
(0%,2%,3%,12%)
(0.00/0.02/0.03/0.12)	

CMYK percentages

%0
%2.22
%3.11
%11.76

Codes

Color #E1DCDA in popluar color models

E1DCDA
RGB225220218
HSL17°10.45%86.86%
HSB/HSV17°3.11%88.24%
CMYK0.00%2.22%3.11%
11.76%

Color #E1DCDA in popluar number systems.

HEXE1DCDA
Decimal225220218
Binary111000011101110011011010
Octal341334332

Shades and tints

Shades of #E1DCDA

#E1DCDA
(225,220,218)
#CDC8C7
(205,200,199)
#B9B4B4
(185,180,180)
#A5A0A1
(165,160,161)
#918C8E
(145,140,142)
#7D787B
(125,120,123)
#696468
(105,100,104)
#555055
(85,80,85)
#413C42
(65,60,66)
#2D282F
(45,40,47)
#19141C
(25,20,28)
#000000
(0,0,0)

Tints of #E1DCDA

#E1DCDA
(225,220,218)
#E3DFDD
(227,223,221)
#E5E2E0
(229,226,224)
#E7E5E3
(231,229,227)
#E9E8E6
(233,232,230)
#EBEBE9
(235,235,233)
#EDEEEC
(237,238,236)
#EFF1EF
(239,241,239)
#F1F4F2
(241,244,242)
#F3F7F5
(243,247,245)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DCDA; }

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

This text font color is #E1DCDA.


Background Color

.myBgColor { background-color: #E1DCDA; }

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

This div background color is #E1DCDA.


Border color

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

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

This div border color is #E1DCDA.


Opacity

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

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

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

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

This text has shadow with #E1DCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DCDA on black background.


Color preview on white background

This text has color #E1DCDA on white background.



Black color preview on #E1DCDA background

This text has black color on #E1DCDA background.


White color preview on #E1DCDA background

This text has white color on #E1DCDA background.