COLOR #E8D8EB

HEX: #E8D8EB RGB: (232,216,235)

Color info

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

RGB color model

#E8D8EB color RGB value is (232,216,235).

RGB: (232,216,235) (91%, 85%, 92%)

RGB channels and saturation

R 232 of 255 = 91%
G 216 of 255 = 85%
B 235 of 255 = 92%

232
216
235

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

Portions of RGB colors in percentages

R + G + B = 232 + 216 + 235 = 683 (100%)
R 232 of 683 ~ 33.97%
G 216 of 683 ~ 31.63%
B 235 of 683 ~ 34.41'%

%33.97
%31.63
%34.41

CMYK color model

#E8D8EB color CMYK value is (1,8,0,8).

  • cyan value is 1.28%
  • magenta value is 8.09%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (1,8,0,8)
C1M8Y0K8 (1%, 8%, 0%, 8%)
(0.01 / 0.08 / 0.00 / 0.08)

CMYK percentages

%1.28
%8.09
%0
%7.84

Codes

Color #E8D8EB in popluar color models

E8 D8 EB
RGB 232 216 235
HSL 291° 32.20% 88.43%
HSB/HSV 291° 8.09% 92.16%
CMYK 1.28% 8.09% 0.00%
7.84%

Color #E8D8EB in popluar number systems.

HEX E8 D8 EB
Decimal 232 216 235
Binary 11101000 11011000 11101011
Octal 350 330 353

Shades and tints

Shades of #E8D8EB

#E8D8EB
(232,216,235)
#D3C5D6
(211,197,214)
#BEB2C1
(190,178,193)
#A99FAC
(169,159,172)
#948C97
(148,140,151)
#7F7982
(127,121,130)
#6A666D
(106,102,109)
#555358
(85,83,88)
#404043
(64,64,67)
#2B2D2E
(43,45,46)
#161A19
(22,26,25)
#000000
(0,0,0)

Tints of #E8D8EB

#E8D8EB
(232,216,235)
#EADBEC
(234,219,236)
#ECDEED
(236,222,237)
#EEE1EE
(238,225,238)
#F0E4EF
(240,228,239)
#F2E7F0
(242,231,240)
#F4EAF1
(244,234,241)
#F6EDF2
(246,237,242)
#F8F0F3
(248,240,243)
#FAF3F4
(250,243,244)
#FCF6F5
(252,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D8EB; }

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

This text font color is #E8D8EB.

Background Color

.myBgColor { background-color: #E8D8EB; }

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

This div background color is #E8D8EB.

Border color

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

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

This div border color is #E8D8EB.

Opacity

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

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

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

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

This text has shadow with #E8D8EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8D8EB.

Preview

Color preview on black background

This text has color #E8D8EB on black background.


Color preview on white background

This text has color #E8D8EB on white background.


Black color preview on #E8D8EB background

This text has black color on #E8D8EB background.


White color preview on #E8D8EB background

This text has white color on #E8D8EB background.


Related colors

Complementary color

Complementary color for #hex is #172714.


I love getcolorcode.com

Triadic colors

1 #EBE8D8 and #D8EBE8 with #E8D8EB are triadic colors.

2 #EBD8E8 and #D8E8EB with #E8D8EB are triadic colors.