COLOR #E8D9F2

HEX: #E8D9F2
RGB: (232,217,242)

Color info

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

RGB color model

#E8D9F2 color RGB value is (232,217,242).

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

RGB channels and saturation

R 232 of 255 = 91%
G 217 of 255 = 85%
B 242 of 255 = 95%

232
217
242

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

Portions of RGB colors in percentages

R + G + B =
232 + 217 + 242 = 691 (100%)
R 232 of 691 ~ 33.57%
G 217 of 691 ~ 31.4%
B 242 of 691 ~ 35.02%

%33.57
%31.4
%35.02

CMYK color model

#E8D9F2 color CMYK value is (4,10,0,5).

  • cyan value is 4.13%
  • magenta value is 10.33%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(4,10,0,5)
C4M10Y0K5 
(4%,10%,0%,5%)
(0.04/0.10/0.00/0.05)	

CMYK percentages

%4.13
%10.33
%0
%5.1

Codes

Color #E8D9F2 in popluar color models

E8D9F2
RGB232217242
HSL276°49.02%90.00%
HSB/HSV276°10.33%94.90%
CMYK4.13%10.33%0.00%
5.10%

Color #E8D9F2 in popluar number systems.

HEXE8D9F2
Decimal232217242
Binary111010001101100111110010
Octal350331362

Shades and tints

Shades of #E8D9F2

#E8D9F2
(232,217,242)
#D3C6DC
(211,198,220)
#BEB3C6
(190,179,198)
#A9A0B0
(169,160,176)
#948D9A
(148,141,154)
#7F7A84
(127,122,132)
#6A676E
(106,103,110)
#555458
(85,84,88)
#404142
(64,65,66)
#2B2E2C
(43,46,44)
#161B16
(22,27,22)
#000000
(0,0,0)

Tints of #E8D9F2

#E8D9F2
(232,217,242)
#EADCF3
(234,220,243)
#ECDFF4
(236,223,244)
#EEE2F5
(238,226,245)
#F0E5F6
(240,229,246)
#F2E8F7
(242,232,247)
#F4EBF8
(244,235,248)
#F6EEF9
(246,238,249)
#F8F1FA
(248,241,250)
#FAF4FB
(250,244,251)
#FCF7FC
(252,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D9F2; }

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

This text font color is #E8D9F2.


Background Color

.myBgColor { background-color: #E8D9F2; }

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

This div background color is #E8D9F2.


Border color

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

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

This div border color is #E8D9F2.


Opacity

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

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

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

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

This text has shadow with #E8D9F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D9F2 on black background.


Color preview on white background

This text has color #E8D9F2 on white background.



Black color preview on #E8D9F2 background

This text has black color on #E8D9F2 background.


White color preview on #E8D9F2 background

This text has white color on #E8D9F2 background.