COLOR #E9D1ED

HEX: #E9D1ED RGB: (233,209,237)

Color info

#E9D1ED contains red, green and blue colors in about the same proportion. Web safe color of #E9D1ED is #FFCCFF (or #FCF).

RGB color model

#E9D1ED color RGB value is (233,209,237).

RGB: (233,209,237) (91%, 82%, 93%)

RGB channels and saturation

R 233 of 255 = 91%
G 209 of 255 = 82%
B 237 of 255 = 93%

233
209
237

R + G + B ~ 89%. #E9D1ED is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 209 + 237 = 679 (100%)
R 233 of 679 ~ 34.32%
G 209 of 679 ~ 30.78%
B 237 of 679 ~ 34.9'%

%34.32
%30.78
%34.9

CMYK color model

#E9D1ED color CMYK value is (2,12,0,7).

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

CMYK: (2,12,0,7)
C2M12Y0K7 (2%, 12%, 0%, 7%)
(0.02 / 0.12 / 0.00 / 0.07)

CMYK percentages

%1.69
%11.81
%0
%7.06

Codes

Color #E9D1ED in popluar color models

E9 D1 ED
RGB 233 209 237
HSL 291° 43.75% 87.45%
HSB/HSV 291° 11.81% 92.94%
CMYK 1.69% 11.81% 0.00%
7.06%

Color #E9D1ED in popluar number systems.

HEX E9 D1 ED
Decimal 233 209 237
Binary 11101001 11010001 11101101
Octal 351 321 355

Shades and tints

Shades of #E9D1ED

#E9D1ED
(233,209,237)
#D4BED8
(212,190,216)
#BFABC3
(191,171,195)
#AA98AE
(170,152,174)
#958599
(149,133,153)
#807284
(128,114,132)
#6B5F6F
(107,95,111)
#564C5A
(86,76,90)
#413945
(65,57,69)
#2C2630
(44,38,48)
#17131B
(23,19,27)
#000000
(0,0,0)

Tints of #E9D1ED

#E9D1ED
(233,209,237)
#EBD5EE
(235,213,238)
#EDD9EF
(237,217,239)
#EFDDF0
(239,221,240)
#F1E1F1
(241,225,241)
#F3E5F2
(243,229,242)
#F5E9F3
(245,233,243)
#F7EDF4
(247,237,244)
#F9F1F5
(249,241,245)
#FBF5F6
(251,245,246)
#FDF9F7
(253,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D1ED; }

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

This text font color is #E9D1ED.

Background Color

.myBgColor { background-color: #E9D1ED; }

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

This div background color is #E9D1ED.

Border color

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

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

This div border color is #E9D1ED.

Opacity

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

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

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

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

This text has shadow with #E9D1ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9D1ED.

Preview

Color preview on black background

This text has color #E9D1ED on black background.


Color preview on white background

This text has color #E9D1ED on white background.


Black color preview on #E9D1ED background

This text has black color on #E9D1ED background.


White color preview on #E9D1ED background

This text has white color on #E9D1ED background.


Related colors

Complementary color

Complementary color for #hex is #162E12.


I love getcolorcode.com

Triadic colors

1 #EDE9D1 and #D1EDE9 with #E9D1ED are triadic colors.

2 #EDD1E9 and #D1E9ED with #E9D1ED are triadic colors.