COLOR #E9D9EE

HEX: #E9D9EE
RGB: (233,217,238)

Color info

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

RGB color model

#E9D9EE color RGB value is (233,217,238).

  • red value is 233;
  • green value is 217;
  • blue value is 238.
RGB:
(233,217,238)
(91%,85%,93%)

RGB channels and saturation

R 233 of 255 = 91%
G 217 of 255 = 85%
B 238 of 255 = 93%

233
217
238

R + G + B ~ 90%. #E9D9EE is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 217 + 238 = 688 (100%)
R 233 of 688 ~ 33.87%
G 217 of 688 ~ 31.54%
B 238 of 688 ~ 34.59%

%33.87
%31.54
%34.59

CMYK color model

#E9D9EE color CMYK value is (2,9,0,7).

  • cyan value is 2.10%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(2,9,0,7)
C2M9Y0K7 
(2%,9%,0%,7%)
(0.02/0.09/0.00/0.07)	

CMYK percentages

%2.1
%8.82
%0
%6.67

Codes

Color #E9D9EE in popluar color models

E9D9EE
RGB233217238
HSL286°38.18%89.22%
HSB/HSV286°8.82%93.33%
CMYK2.10%8.82%0.00%
6.67%

Color #E9D9EE in popluar number systems.

HEXE9D9EE
Decimal233217238
Binary111010011101100111101110
Octal351331356

Shades and tints

Shades of #E9D9EE

#E9D9EE
(233,217,238)
#D4C6D9
(212,198,217)
#BFB3C4
(191,179,196)
#AAA0AF
(170,160,175)
#958D9A
(149,141,154)
#807A85
(128,122,133)
#6B6770
(107,103,112)
#56545B
(86,84,91)
#414146
(65,65,70)
#2C2E31
(44,46,49)
#171B1C
(23,27,28)
#000000
(0,0,0)

Tints of #E9D9EE

#E9D9EE
(233,217,238)
#EBDCEF
(235,220,239)
#EDDFF0
(237,223,240)
#EFE2F1
(239,226,241)
#F1E5F2
(241,229,242)
#F3E8F3
(243,232,243)
#F5EBF4
(245,235,244)
#F7EEF5
(247,238,245)
#F9F1F6
(249,241,246)
#FBF4F7
(251,244,247)
#FDF7F8
(253,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D9EE color. Also use rgb(233,217,238) instead hex code.

Text Font Color

.myTextColor { color: #E9D9EE; }

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

This text font color is #E9D9EE.


Background Color

.myBgColor { background-color: #E9D9EE; }

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

This div background color is #E9D9EE.


Border color

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

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

This div border color is #E9D9EE.


Opacity

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

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

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

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

This text has shadow with #E9D9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D9EE on black background.


Color preview on white background

This text has color #E9D9EE on white background.



Black color preview on #E9D9EE background

This text has black color on #E9D9EE background.


White color preview on #E9D9EE background

This text has white color on #E9D9EE background.