COLOR #E1D5E1

HEX: #E1D5E1
RGB: (225,213,225)

Color info

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

RGB color model

#E1D5E1 color RGB value is (225,213,225).

  • red value is 225;
  • green value is 213;
  • blue value is 225.
RGB:
(225,213,225)
(88%,84%,88%)

RGB channels and saturation

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

225
213
225

R + G + B ~ 87%. #E1D5E1 is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 213 + 225 = 663 (100%)
R 225 of 663 ~ 33.94%
G 213 of 663 ~ 32.13%
B 225 of 663 ~ 33.94%

%33.94
%32.13
%33.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(0,5,0,12)
C0M5Y0K12 
(0%,5%,0%,12%)
(0.00/0.05/0.00/0.12)	

CMYK percentages

%0
%5.33
%0
%11.76

Codes

Color #E1D5E1 in popluar color models

E1D5E1
RGB225213225
HSL300°16.67%85.88%
HSB/HSV300°5.33%88.24%
CMYK0.00%5.33%0.00%
11.76%

Color #E1D5E1 in popluar number systems.

HEXE1D5E1
Decimal225213225
Binary111000011101010111100001
Octal341325341

Shades and tints

Shades of #E1D5E1

#E1D5E1
(225,213,225)
#CDC2CD
(205,194,205)
#B9AFB9
(185,175,185)
#A59CA5
(165,156,165)
#918991
(145,137,145)
#7D767D
(125,118,125)
#696369
(105,99,105)
#555055
(85,80,85)
#413D41
(65,61,65)
#2D2A2D
(45,42,45)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #E1D5E1

#E1D5E1
(225,213,225)
#E3D8E3
(227,216,227)
#E5DBE5
(229,219,229)
#E7DEE7
(231,222,231)
#E9E1E9
(233,225,233)
#EBE4EB
(235,228,235)
#EDE7ED
(237,231,237)
#EFEAEF
(239,234,239)
#F1EDF1
(241,237,241)
#F3F0F3
(243,240,243)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D5E1; }

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

This text font color is #E1D5E1.


Background Color

.myBgColor { background-color: #E1D5E1; }

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

This div background color is #E1D5E1.


Border color

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

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

This div border color is #E1D5E1.


Opacity

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

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

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

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

This text has shadow with #E1D5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D5E1 on black background.


Color preview on white background

This text has color #E1D5E1 on white background.



Black color preview on #E1D5E1 background

This text has black color on #E1D5E1 background.


White color preview on #E1D5E1 background

This text has white color on #E1D5E1 background.