COLOR #E1D1E5

HEX: #E1D1E5 RGB: (225,209,229)

Color info

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

RGB color model

#E1D1E5 color RGB value is (225,209,229).

RGB: (225,209,229) (88%, 82%, 90%)

RGB channels and saturation

R 225 of 255 = 88%
G 209 of 255 = 82%
B 229 of 255 = 90%

225
209
229

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

Portions of RGB colors in percentages

R + G + B = 225 + 209 + 229 = 663 (100%)
R 225 of 663 ~ 33.94%
G 209 of 663 ~ 31.52%
B 229 of 663 ~ 34.54'%

%33.94
%31.52
%34.54

CMYK color model

#E1D1E5 color CMYK value is (2,9,0,10).

  • cyan value is 1.75%
  • magenta value is 8.73%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK: (2,9,0,10) C2M9Y0K10 (2%,9%,0%,10%) (0.02/0.09/0.00/0.10) 

CMYK percentages

%1.75
%8.73
%0
%10.2

Codes

Color #E1D1E5 in popluar color models

E1 D1 E5
RGB 225 209 229
HSL 288° 27.78% 85.88%
HSB/HSV 288° 8.73% 89.80%
CMYK 1.75% 8.73% 0.00%
10.20%

Color #E1D1E5 in popluar number systems.

HEX E1 D1 E5
Decimal 225 209 229
Binary 11100001 11010001 11100101
Octal 341 321 345

Shades and tints

Shades of #E1D1E5

#E1D1E5
(225,209,229)
#CDBED1
(205,190,209)
#B9ABBD
(185,171,189)
#A598A9
(165,152,169)
#918595
(145,133,149)
#7D7281
(125,114,129)
#695F6D
(105,95,109)
#554C59
(85,76,89)
#413945
(65,57,69)
#2D2631
(45,38,49)
#19131D
(25,19,29)
#000000
(0,0,0)

Tints of #E1D1E5

#E1D1E5
(225,209,229)
#E3D5E7
(227,213,231)
#E5D9E9
(229,217,233)
#E7DDEB
(231,221,235)
#E9E1ED
(233,225,237)
#EBE5EF
(235,229,239)
#EDE9F1
(237,233,241)
#EFEDF3
(239,237,243)
#F1F1F5
(241,241,245)
#F3F5F7
(243,245,247)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D1E5; }

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

This text font color is #E1D1E5.

Background Color

.myBgColor { background-color: #E1D1E5; }

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

This div background color is #E1D1E5.

Border color

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

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

This div border color is #E1D1E5.

Opacity

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

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

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

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

This text has shadow with #E1D1E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D1E5.

Preview

Color preview on black background

This text has color #E1D1E5 on black background.


Color preview on white background

This text has color #E1D1E5 on white background.


Black color preview on #E1D1E5 background

This text has black color on #E1D1E5 background.


White color preview on #E1D1E5 background

This text has white color on #E1D1E5 background.


Related colors

Complementary color

Complementary color for #hex is #1E2E1A.


I love getcolorcode.com

Triadic colors

1 #E5E1D1 and #D1E5E1 with #E1D1E5 are triadic colors.

2 #E5D1E1 and #D1E1E5 with #E1D1E5 are triadic colors.