COLOR #E1D2DB

HEX: #E1D2DB
RGB: (225,210,219)

Color info

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

RGB color model

#E1D2DB color RGB value is (225,210,219).

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

RGB channels and saturation

R 225 of 255 = 88%
G 210 of 255 = 82%
B 219 of 255 = 86%

225
210
219

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

Portions of RGB colors in percentages

R + G + B =
225 + 210 + 219 = 654 (100%)
R 225 of 654 ~ 34.4%
G 210 of 654 ~ 32.11%
B 219 of 654 ~ 33.49%

%34.4
%32.11
%33.49

CMYK color model

#E1D2DB color CMYK value is (0,7,3,12).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 2.67%
  • key color value is 11.76%
CMYK:
(0,7,3,12)
C0M7Y3K12 
(0%,7%,3%,12%)
(0.00/0.07/0.03/0.12)	

CMYK percentages

%0
%6.67
%2.67
%11.76

Codes

Color #E1D2DB in popluar color models

E1D2DB
RGB225210219
HSL324°20.00%85.29%
HSB/HSV324°6.67%88.24%
CMYK0.00%6.67%2.67%
11.76%

Color #E1D2DB in popluar number systems.

HEXE1D2DB
Decimal225210219
Binary111000011101001011011011
Octal341322333

Shades and tints

Shades of #E1D2DB

#E1D2DB
(225,210,219)
#CDBFC8
(205,191,200)
#B9ACB5
(185,172,181)
#A599A2
(165,153,162)
#91868F
(145,134,143)
#7D737C
(125,115,124)
#696069
(105,96,105)
#554D56
(85,77,86)
#413A43
(65,58,67)
#2D2730
(45,39,48)
#19141D
(25,20,29)
#000000
(0,0,0)

Tints of #E1D2DB

#E1D2DB
(225,210,219)
#E3D6DE
(227,214,222)
#E5DAE1
(229,218,225)
#E7DEE4
(231,222,228)
#E9E2E7
(233,226,231)
#EBE6EA
(235,230,234)
#EDEAED
(237,234,237)
#EFEEF0
(239,238,240)
#F1F2F3
(241,242,243)
#F3F6F6
(243,246,246)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D2DB; }

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

This text font color is #E1D2DB.


Background Color

.myBgColor { background-color: #E1D2DB; }

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

This div background color is #E1D2DB.


Border color

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

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

This div border color is #E1D2DB.


Opacity

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

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

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

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

This text has shadow with #E1D2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D2DB on black background.


Color preview on white background

This text has color #E1D2DB on white background.



Black color preview on #E1D2DB background

This text has black color on #E1D2DB background.


White color preview on #E1D2DB background

This text has white color on #E1D2DB background.