COLOR #E8D6EB

HEX: #E8D6EB RGB: (232,214,235)

Color info

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

RGB color model

#E8D6EB color RGB value is (232,214,235).

RGB: (232,214,235) (91%, 84%, 92%)

RGB channels and saturation

R 232 of 255 = 91%
G 214 of 255 = 84%
B 235 of 255 = 92%

232
214
235

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

Portions of RGB colors in percentages

R + G + B = 232 + 214 + 235 = 681 (100%)
R 232 of 681 ~ 34.07%
G 214 of 681 ~ 31.42%
B 235 of 681 ~ 34.51'%

%34.07
%31.42
%34.51

CMYK color model

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

  • cyan value is 1.28%
  • magenta value is 8.94%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (1,9,0,8) C1M9Y0K8 (1%,9%,0%,8%) (0.01/0.09/0.00/0.08) 

CMYK percentages

%1.28
%8.94
%0
%7.84

Codes

Color #E8D6EB in popluar color models

E8 D6 EB
RGB 232 214 235
HSL 291° 34.43% 88.04%
HSB/HSV 291° 8.94% 92.16%
CMYK 1.28% 8.94% 0.00%
7.84%

Color #E8D6EB in popluar number systems.

HEX E8 D6 EB
Decimal 232 214 235
Binary 11101000 11010110 11101011
Octal 350 326 353

Shades and tints

Shades of #E8D6EB

#E8D6EB
(232,214,235)
#D3C3D6
(211,195,214)
#BEB0C1
(190,176,193)
#A99DAC
(169,157,172)
#948A97
(148,138,151)
#7F7782
(127,119,130)
#6A646D
(106,100,109)
#555158
(85,81,88)
#403E43
(64,62,67)
#2B2B2E
(43,43,46)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #E8D6EB

#E8D6EB
(232,214,235)
#EAD9EC
(234,217,236)
#ECDCED
(236,220,237)
#EEDFEE
(238,223,238)
#F0E2EF
(240,226,239)
#F2E5F0
(242,229,240)
#F4E8F1
(244,232,241)
#F6EBF2
(246,235,242)
#F8EEF3
(248,238,243)
#FAF1F4
(250,241,244)
#FCF4F5
(252,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D6EB; }

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

This text font color is #E8D6EB.

Background Color

.myBgColor { background-color: #E8D6EB; }

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

This div background color is #E8D6EB.

Border color

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

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

This div border color is #E8D6EB.

Opacity

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

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

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

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

This text has shadow with #E8D6EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8D6EB.

Preview

Color preview on black background

This text has color #E8D6EB on black background.


Color preview on white background

This text has color #E8D6EB on white background.


Black color preview on #E8D6EB background

This text has black color on #E8D6EB background.


White color preview on #E8D6EB background

This text has white color on #E8D6EB background.


Related colors

Complementary color

Complementary color for #hex is #172914.


I love getcolorcode.com

Triadic colors

1 #EBE8D6 and #D6EBE8 with #E8D6EB are triadic colors.

2 #EBD6E8 and #D6E8EB with #E8D6EB are triadic colors.