COLOR #E1D2D4

HEX: #E1D2D4
RGB: (225,210,212)

Color info

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

RGB color model

#E1D2D4 color RGB value is (225,210,212).

  • red value is 225;
  • green value is 210;
  • blue value is 212.
RGB:
(225,210,212)
(88%,82%,83%)

RGB channels and saturation

R 225 of 255 = 88%
G 210 of 255 = 82%
B 212 of 255 = 83%

225
210
212

R + G + B ~ 84%. #E1D2D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 210 + 212 = 647 (100%)
R 225 of 647 ~ 34.78%
G 210 of 647 ~ 32.46%
B 212 of 647 ~ 32.77%

%34.78
%32.46
%32.77

CMYK color model

#E1D2D4 color CMYK value is (0,7,6,12).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 5.78%
  • key color value is 11.76%
CMYK:
(0,7,6,12)
C0M7Y6K12 
(0%,7%,6%,12%)
(0.00/0.07/0.06/0.12)	

CMYK percentages

%0
%6.67
%5.78
%11.76

Codes

Color #E1D2D4 in popluar color models

E1D2D4
RGB225210212
HSL352°20.00%85.29%
HSB/HSV352°6.67%88.24%
CMYK0.00%6.67%5.78%
11.76%

Color #E1D2D4 in popluar number systems.

HEXE1D2D4
Decimal225210212
Binary111000011101001011010100
Octal341322324

Shades and tints

Shades of #E1D2D4

#E1D2D4
(225,210,212)
#CDBFC1
(205,191,193)
#B9ACAE
(185,172,174)
#A5999B
(165,153,155)
#918688
(145,134,136)
#7D7375
(125,115,117)
#696062
(105,96,98)
#554D4F
(85,77,79)
#413A3C
(65,58,60)
#2D2729
(45,39,41)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #E1D2D4

#E1D2D4
(225,210,212)
#E3D6D7
(227,214,215)
#E5DADA
(229,218,218)
#E7DEDD
(231,222,221)
#E9E2E0
(233,226,224)
#EBE6E3
(235,230,227)
#EDEAE6
(237,234,230)
#EFEEE9
(239,238,233)
#F1F2EC
(241,242,236)
#F3F6EF
(243,246,239)
#F5FAF2
(245,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D2D4 color. Also use rgb(225,210,212) instead hex code.

Text Font Color

.myTextColor { color: #E1D2D4; }

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

This text font color is #E1D2D4.


Background Color

.myBgColor { background-color: #E1D2D4; }

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

This div background color is #E1D2D4.


Border color

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

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

This div border color is #E1D2D4.


Opacity

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

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

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

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

This text has shadow with #E1D2D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D2D4 on black background.


Color preview on white background

This text has color #E1D2D4 on white background.



Black color preview on #E1D2D4 background

This text has black color on #E1D2D4 background.


White color preview on #E1D2D4 background

This text has white color on #E1D2D4 background.