COLOR #E1D1ED

HEX: #E1D1ED RGB: (225,209,237)

Color info

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

RGB color model

#E1D1ED color RGB value is (225,209,237).

RGB: (225,209,237) (88%, 82%, 93%)

RGB channels and saturation

R 225 of 255 = 88%
G 209 of 255 = 82%
B 237 of 255 = 93%

225
209
237

R + G + B ~ 88%. #E1D1ED is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 209 + 237 = 671 (100%)
R 225 of 671 ~ 33.53%
G 209 of 671 ~ 31.15%
B 237 of 671 ~ 35.32'%

%33.53
%31.15
%35.32

CMYK color model

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

  • cyan value is 5.06%
  • magenta value is 11.81%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (5,12,0,7)
C5M12Y0K7 (5%, 12%, 0%, 7%)
(0.05 / 0.12 / 0.00 / 0.07)

CMYK percentages

%5.06
%11.81
%0
%7.06

Codes

Color #E1D1ED in popluar color models

E1 D1 ED
RGB 225 209 237
HSL 274° 43.75% 87.45%
HSB/HSV 274° 11.81% 92.94%
CMYK 5.06% 11.81% 0.00%
7.06%

Color #E1D1ED in popluar number systems.

HEX E1 D1 ED
Decimal 225 209 237
Binary 11100001 11010001 11101101
Octal 341 321 355

Shades and tints

Shades of #E1D1ED

#E1D1ED
(225,209,237)
#CDBED8
(205,190,216)
#B9ABC3
(185,171,195)
#A598AE
(165,152,174)
#918599
(145,133,153)
#7D7284
(125,114,132)
#695F6F
(105,95,111)
#554C5A
(85,76,90)
#413945
(65,57,69)
#2D2630
(45,38,48)
#19131B
(25,19,27)
#000000
(0,0,0)

Tints of #E1D1ED

#E1D1ED
(225,209,237)
#E3D5EE
(227,213,238)
#E5D9EF
(229,217,239)
#E7DDF0
(231,221,240)
#E9E1F1
(233,225,241)
#EBE5F2
(235,229,242)
#EDE9F3
(237,233,243)
#EFEDF4
(239,237,244)
#F1F1F5
(241,241,245)
#F3F5F6
(243,245,246)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D1ED; }

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

This text font color is #E1D1ED.

Background Color

.myBgColor { background-color: #E1D1ED; }

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

This div background color is #E1D1ED.

Border color

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

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

This div border color is #E1D1ED.

Opacity

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

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

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

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

This text has shadow with #E1D1ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D1ED.

Preview

Color preview on black background

This text has color #E1D1ED on black background.


Color preview on white background

This text has color #E1D1ED on white background.


Black color preview on #E1D1ED background

This text has black color on #E1D1ED background.


White color preview on #E1D1ED background

This text has white color on #E1D1ED background.


Related colors

Complementary color

Complementary color for #hex is #1E2E12.


I love getcolorcode.com

Triadic colors

1 #EDE1D1 and #D1EDE1 with #E1D1ED are triadic colors.

2 #EDD1E1 and #D1E1ED with #E1D1ED are triadic colors.