COLOR #E8D9EE

HEX: #E8D9EE
RGB: (232,217,238)

Color info

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

RGB color model

#E8D9EE color RGB value is (232,217,238).

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

RGB channels and saturation

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

232
217
238

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

Portions of RGB colors in percentages

R + G + B =
232 + 217 + 238 = 687 (100%)
R 232 of 687 ~ 33.77%
G 217 of 687 ~ 31.59%
B 238 of 687 ~ 34.64%

%33.77
%31.59
%34.64

CMYK color model

#E8D9EE color CMYK value is (3,9,0,7).

  • cyan value is 2.52%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(3,9,0,7)
C3M9Y0K7 
(3%,9%,0%,7%)
(0.03/0.09/0.00/0.07)	

CMYK percentages

%2.52
%8.82
%0
%6.67

Codes

Color #E8D9EE in popluar color models

E8D9EE
RGB232217238
HSL283°38.18%89.22%
HSB/HSV283°8.82%93.33%
CMYK2.52%8.82%0.00%
6.67%

Color #E8D9EE in popluar number systems.

HEXE8D9EE
Decimal232217238
Binary111010001101100111101110
Octal350331356

Shades and tints

Shades of #E8D9EE

#E8D9EE
(232,217,238)
#D3C6D9
(211,198,217)
#BEB3C4
(190,179,196)
#A9A0AF
(169,160,175)
#948D9A
(148,141,154)
#7F7A85
(127,122,133)
#6A6770
(106,103,112)
#55545B
(85,84,91)
#404146
(64,65,70)
#2B2E31
(43,46,49)
#161B1C
(22,27,28)
#000000
(0,0,0)

Tints of #E8D9EE

#E8D9EE
(232,217,238)
#EADCEF
(234,220,239)
#ECDFF0
(236,223,240)
#EEE2F1
(238,226,241)
#F0E5F2
(240,229,242)
#F2E8F3
(242,232,243)
#F4EBF4
(244,235,244)
#F6EEF5
(246,238,245)
#F8F1F6
(248,241,246)
#FAF4F7
(250,244,247)
#FCF7F8
(252,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D9EE; }

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

This text font color is #E8D9EE.


Background Color

.myBgColor { background-color: #E8D9EE; }

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

This div background color is #E8D9EE.


Border color

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

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

This div border color is #E8D9EE.


Opacity

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

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

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

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

This text has shadow with #E8D9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D9EE on black background.


Color preview on white background

This text has color #E8D9EE on white background.



Black color preview on #E8D9EE background

This text has black color on #E8D9EE background.


White color preview on #E8D9EE background

This text has white color on #E8D9EE background.