COLOR #E8D7F4

HEX: #E8D7F4 RGB: (232,215,244)

Color info

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

RGB color model

#E8D7F4 color RGB value is (232,215,244).

RGB: (232,215,244) (91%, 84%, 96%)

RGB channels and saturation

R 232 of 255 = 91%
G 215 of 255 = 84%
B 244 of 255 = 96%

232
215
244

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

Portions of RGB colors in percentages

R + G + B = 232 + 215 + 244 = 691 (100%)
R 232 of 691 ~ 33.57%
G 215 of 691 ~ 31.11%
B 244 of 691 ~ 35.31'%

%33.57
%31.11
%35.31

CMYK color model

#E8D7F4 color CMYK value is (5,12,0,4).

  • cyan value is 4.92%
  • magenta value is 11.89%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK: (5,12,0,4) C5M12Y0K4 (5%,12%,0%,4%) (0.05/0.12/0.00/0.04) 

CMYK percentages

%4.92
%11.89
%0
%4.31

Codes

Color #E8D7F4 in popluar color models

E8 D7 F4
RGB 232 215 244
HSL 275° 56.86% 90.00%
HSB/HSV 275° 11.89% 95.69%
CMYK 4.92% 11.89% 0.00%
4.31%

Color #E8D7F4 in popluar number systems.

HEX E8 D7 F4
Decimal 232 215 244
Binary 11101000 11010111 11110100
Octal 350 327 364

Shades and tints

Shades of #E8D7F4

#E8D7F4
(232,215,244)
#D3C4DE
(211,196,222)
#BEB1C8
(190,177,200)
#A99EB2
(169,158,178)
#948B9C
(148,139,156)
#7F7886
(127,120,134)
#6A6570
(106,101,112)
#55525A
(85,82,90)
#403F44
(64,63,68)
#2B2C2E
(43,44,46)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #E8D7F4

#E8D7F4
(232,215,244)
#EADAF5
(234,218,245)
#ECDDF6
(236,221,246)
#EEE0F7
(238,224,247)
#F0E3F8
(240,227,248)
#F2E6F9
(242,230,249)
#F4E9FA
(244,233,250)
#F6ECFB
(246,236,251)
#F8EFFC
(248,239,252)
#FAF2FD
(250,242,253)
#FCF5FE
(252,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D7F4 color. Also use rgb(232,215,244) instead hex code.

Text Font Color

.myTextColor { color: #E8D7F4; }

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

This text font color is #E8D7F4.

Background Color

.myBgColor { background-color: #E8D7F4; }

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

This div background color is #E8D7F4.

Border color

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

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

This div border color is #E8D7F4.

Opacity

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

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

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

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

This text has shadow with #E8D7F4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8D7F4.

Preview

Color preview on black background

This text has color #E8D7F4 on black background.


Color preview on white background

This text has color #E8D7F4 on white background.


Black color preview on #E8D7F4 background

This text has black color on #E8D7F4 background.


White color preview on #E8D7F4 background

This text has white color on #E8D7F4 background.


Related colors

Complementary color

Complementary color for #hex is #17280B.


I love getcolorcode.com

Triadic colors

1 #F4E8D7 and #D7F4E8 with #E8D7F4 are triadic colors.

2 #F4D7E8 and #D7E8F4 with #E8D7F4 are triadic colors.