COLOR #E1D3DC

HEX: #E1D3DC
RGB: (225,211,220)

Color info

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

RGB color model

#E1D3DC color RGB value is (225,211,220).

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

RGB channels and saturation

R 225 of 255 = 88%
G 211 of 255 = 83%
B 220 of 255 = 86%

225
211
220

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

Portions of RGB colors in percentages

R + G + B =
225 + 211 + 220 = 656 (100%)
R 225 of 656 ~ 34.3%
G 211 of 656 ~ 32.16%
B 220 of 656 ~ 33.54%

%34.3
%32.16
%33.54

CMYK color model

#E1D3DC color CMYK value is (0,6,2,12).

  • cyan value is 0.00%
  • magenta value is 6.22%
  • yellow value is 2.22%
  • key color value is 11.76%
CMYK:
(0,6,2,12)
C0M6Y2K12 
(0%,6%,2%,12%)
(0.00/0.06/0.02/0.12)	

CMYK percentages

%0
%6.22
%2.22
%11.76

Codes

Color #E1D3DC in popluar color models

E1D3DC
RGB225211220
HSL321°18.92%85.49%
HSB/HSV321°6.22%88.24%
CMYK0.00%6.22%2.22%
11.76%

Color #E1D3DC in popluar number systems.

HEXE1D3DC
Decimal225211220
Binary111000011101001111011100
Octal341323334

Shades and tints

Shades of #E1D3DC

#E1D3DC
(225,211,220)
#CDC0C8
(205,192,200)
#B9ADB4
(185,173,180)
#A59AA0
(165,154,160)
#91878C
(145,135,140)
#7D7478
(125,116,120)
#696164
(105,97,100)
#554E50
(85,78,80)
#413B3C
(65,59,60)
#2D2828
(45,40,40)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #E1D3DC

#E1D3DC
(225,211,220)
#E3D7DF
(227,215,223)
#E5DBE2
(229,219,226)
#E7DFE5
(231,223,229)
#E9E3E8
(233,227,232)
#EBE7EB
(235,231,235)
#EDEBEE
(237,235,238)
#EFEFF1
(239,239,241)
#F1F3F4
(241,243,244)
#F3F7F7
(243,247,247)
#F5FBFA
(245,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D3DC; }

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

This text font color is #E1D3DC.


Background Color

.myBgColor { background-color: #E1D3DC; }

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

This div background color is #E1D3DC.


Border color

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

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

This div border color is #E1D3DC.


Opacity

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

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

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

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

This text has shadow with #E1D3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D3DC on black background.


Color preview on white background

This text has color #E1D3DC on white background.



Black color preview on #E1D3DC background

This text has black color on #E1D3DC background.


White color preview on #E1D3DC background

This text has white color on #E1D3DC background.