COLOR #E8D3E9

HEX: #E8D3E9 RGB: (232,211,233)

Color info

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

RGB color model

#E8D3E9 color RGB value is (232,211,233).

RGB: (232,211,233) (91%, 83%, 91%)

RGB channels and saturation

R 232 of 255 = 91%
G 211 of 255 = 83%
B 233 of 255 = 91%

232
211
233

R + G + B ~ 88%. #E8D3E9 is light color.

Portions of RGB colors in percentages

R + G + B = 232 + 211 + 233 = 676 (100%)
R 232 of 676 ~ 34.32%
G 211 of 676 ~ 31.21%
B 233 of 676 ~ 34.47'%

%34.32
%31.21
%34.47

CMYK color model

#E8D3E9 color CMYK value is (0,9,0,9).

  • cyan value is 0.43%
  • magenta value is 9.44%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (0,9,0,9) C0M9Y0K9 (0%,9%,0%,9%) (0.00/0.09/0.00/0.09) 

CMYK percentages

%0.43
%9.44
%0
%8.63

Codes

Color #E8D3E9 in popluar color models

E8 D3 E9
RGB 232 211 233
HSL 297° 33.33% 87.06%
HSB/HSV 297° 9.44% 91.37%
CMYK 0.43% 9.44% 0.00%
8.63%

Color #E8D3E9 in popluar number systems.

HEX E8 D3 E9
Decimal 232 211 233
Binary 11101000 11010011 11101001
Octal 350 323 351

Shades and tints

Shades of #E8D3E9

#E8D3E9
(232,211,233)
#D3C0D4
(211,192,212)
#BEADBF
(190,173,191)
#A99AAA
(169,154,170)
#948795
(148,135,149)
#7F7480
(127,116,128)
#6A616B
(106,97,107)
#554E56
(85,78,86)
#403B41
(64,59,65)
#2B282C
(43,40,44)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #E8D3E9

#E8D3E9
(232,211,233)
#EAD7EB
(234,215,235)
#ECDBED
(236,219,237)
#EEDFEF
(238,223,239)
#F0E3F1
(240,227,241)
#F2E7F3
(242,231,243)
#F4EBF5
(244,235,245)
#F6EFF7
(246,239,247)
#F8F3F9
(248,243,249)
#FAF7FB
(250,247,251)
#FCFBFD
(252,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D3E9; }

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

This text font color is #E8D3E9.

Background Color

.myBgColor { background-color: #E8D3E9; }

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

This div background color is #E8D3E9.

Border color

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

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

This div border color is #E8D3E9.

Opacity

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

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

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

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

This text has shadow with #E8D3E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8D3E9.

Preview

Color preview on black background

This text has color #E8D3E9 on black background.


Color preview on white background

This text has color #E8D3E9 on white background.


Black color preview on #E8D3E9 background

This text has black color on #E8D3E9 background.


White color preview on #E8D3E9 background

This text has white color on #E8D3E9 background.


Related colors

Complementary color

Complementary color for #hex is #172C16.


I love getcolorcode.com

Triadic colors

1 #E9E8D3 and #D3E9E8 with #E8D3E9 are triadic colors.

2 #E9D3E8 and #D3E8E9 with #E8D3E9 are triadic colors.