COLOR #E1D1E7

HEX: #E1D1E7 RGB: (225,209,231)

Color info

#E1D1E7 contains red, green and blue colors in about the same proportion. Web safe color of #E1D1E7 is #CCCCFF (or #CCF).

RGB color model

#E1D1E7 color RGB value is (225,209,231).

RGB: (225,209,231) (88%, 82%, 91%)

RGB channels and saturation

R 225 of 255 = 88%
G 209 of 255 = 82%
B 231 of 255 = 91%

225
209
231

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

Portions of RGB colors in percentages

R + G + B = 225 + 209 + 231 = 665 (100%)
R 225 of 665 ~ 33.83%
G 209 of 665 ~ 31.43%
B 231 of 665 ~ 34.74'%

%33.83
%31.43
%34.74

CMYK color model

#E1D1E7 color CMYK value is (3,10,0,9).

  • cyan value is 2.60%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (3,10,0,9)
C3M10Y0K9 (3%, 10%, 0%, 9%)
(0.03 / 0.10 / 0.00 / 0.09)

CMYK percentages

%2.6
%9.52
%0
%9.41

Codes

Color #E1D1E7 in popluar color models

E1 D1 E7
RGB 225 209 231
HSL 284° 31.43% 86.27%
HSB/HSV 284° 9.52% 90.59%
CMYK 2.60% 9.52% 0.00%
9.41%

Color #E1D1E7 in popluar number systems.

HEX E1 D1 E7
Decimal 225 209 231
Binary 11100001 11010001 11100111
Octal 341 321 347

Shades and tints

Shades of #E1D1E7

#E1D1E7
(225,209,231)
#CDBED2
(205,190,210)
#B9ABBD
(185,171,189)
#A598A8
(165,152,168)
#918593
(145,133,147)
#7D727E
(125,114,126)
#695F69
(105,95,105)
#554C54
(85,76,84)
#41393F
(65,57,63)
#2D262A
(45,38,42)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #E1D1E7

#E1D1E7
(225,209,231)
#E3D5E9
(227,213,233)
#E5D9EB
(229,217,235)
#E7DDED
(231,221,237)
#E9E1EF
(233,225,239)
#EBE5F1
(235,229,241)
#EDE9F3
(237,233,243)
#EFEDF5
(239,237,245)
#F1F1F7
(241,241,247)
#F3F5F9
(243,245,249)
#F5F9FB
(245,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D1E7; }

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

This text font color is #E1D1E7.

Background Color

.myBgColor { background-color: #E1D1E7; }

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

This div background color is #E1D1E7.

Border color

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

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

This div border color is #E1D1E7.

Opacity

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

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

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

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

This text has shadow with #E1D1E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D1E7.

Preview

Color preview on black background

This text has color #E1D1E7 on black background.


Color preview on white background

This text has color #E1D1E7 on white background.


Black color preview on #E1D1E7 background

This text has black color on #E1D1E7 background.


White color preview on #E1D1E7 background

This text has white color on #E1D1E7 background.


Related colors

Complementary color

Complementary color for #hex is #1E2E18.


I love getcolorcode.com

Triadic colors

1 #E7E1D1 and #D1E7E1 with #E1D1E7 are triadic colors.

2 #E7D1E1 and #D1E1E7 with #E1D1E7 are triadic colors.