COLOR #E8D8E9

HEX: #E8D8E9 RGB: (232,216,233)

Color info

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

RGB color model

#E8D8E9 color RGB value is (232,216,233).

RGB: (232,216,233) (91%, 85%, 91%)

RGB channels and saturation

R 232 of 255 = 91%
G 216 of 255 = 85%
B 233 of 255 = 91%

232
216
233

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

Portions of RGB colors in percentages

R + G + B = 232 + 216 + 233 = 681 (100%)
R 232 of 681 ~ 34.07%
G 216 of 681 ~ 31.72%
B 233 of 681 ~ 34.21'%

%34.07
%31.72
%34.21

CMYK color model

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

  • cyan value is 0.43%
  • magenta value is 7.30%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (0,7,0,9) C0M7Y0K9 (0%,7%,0%,9%) (0.00/0.07/0.00/0.09) 

CMYK percentages

%0.43
%7.3
%0
%8.63

Codes

Color #E8D8E9 in popluar color models

E8 D8 E9
RGB 232 216 233
HSL 296° 27.87% 88.04%
HSB/HSV 296° 7.30% 91.37%
CMYK 0.43% 7.30% 0.00%
8.63%

Color #E8D8E9 in popluar number systems.

HEX E8 D8 E9
Decimal 232 216 233
Binary 11101000 11011000 11101001
Octal 350 330 351

Shades and tints

Shades of #E8D8E9

#E8D8E9
(232,216,233)
#D3C5D4
(211,197,212)
#BEB2BF
(190,178,191)
#A99FAA
(169,159,170)
#948C95
(148,140,149)
#7F7980
(127,121,128)
#6A666B
(106,102,107)
#555356
(85,83,86)
#404041
(64,64,65)
#2B2D2C
(43,45,44)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #E8D8E9

#E8D8E9
(232,216,233)
#EADBEB
(234,219,235)
#ECDEED
(236,222,237)
#EEE1EF
(238,225,239)
#F0E4F1
(240,228,241)
#F2E7F3
(242,231,243)
#F4EAF5
(244,234,245)
#F6EDF7
(246,237,247)
#F8F0F9
(248,240,249)
#FAF3FB
(250,243,251)
#FCF6FD
(252,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D8E9 color. Also use rgb(232,216,233) instead hex code.

Text Font Color

.myTextColor { color: #E8D8E9; }

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

This text font color is #E8D8E9.

Background Color

.myBgColor { background-color: #E8D8E9; }

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

This div background color is #E8D8E9.

Border color

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

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

This div border color is #E8D8E9.

Opacity

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

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

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

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

This text has shadow with #E8D8E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8D8E9.

Preview

Color preview on black background

This text has color #E8D8E9 on black background.


Color preview on white background

This text has color #E8D8E9 on white background.


Black color preview on #E8D8E9 background

This text has black color on #E8D8E9 background.


White color preview on #E8D8E9 background

This text has white color on #E8D8E9 background.


Related colors

Complementary color

Complementary color for #hex is #172716.


I love getcolorcode.com

Triadic colors

1 #E9E8D8 and #D8E9E8 with #E8D8E9 are triadic colors.

2 #E9D8E8 and #D8E8E9 with #E8D8E9 are triadic colors.