COLOR #E9D6EE

HEX: #E9D6EE RGB: (233,214,238)

Color info

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

RGB color model

#E9D6EE color RGB value is (233,214,238).

RGB: (233,214,238) (91%, 84%, 93%)

RGB channels and saturation

R 233 of 255 = 91%
G 214 of 255 = 84%
B 238 of 255 = 93%

233
214
238

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

Portions of RGB colors in percentages

R + G + B = 233 + 214 + 238 = 685 (100%)
R 233 of 685 ~ 34.01%
G 214 of 685 ~ 31.24%
B 238 of 685 ~ 34.74'%

%34.01
%31.24
%34.74

CMYK color model

#E9D6EE color CMYK value is (2,10,0,7).

  • cyan value is 2.10%
  • magenta value is 10.08%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (2,10,0,7)
C2M10Y0K7 (2%, 10%, 0%, 7%)
(0.02 / 0.10 / 0.00 / 0.07)

CMYK percentages

%2.1
%10.08
%0
%6.67

Codes

Color #E9D6EE in popluar color models

E9 D6 EE
RGB 233 214 238
HSL 288° 41.38% 88.63%
HSB/HSV 288° 10.08% 93.33%
CMYK 2.10% 10.08% 0.00%
6.67%

Color #E9D6EE in popluar number systems.

HEX E9 D6 EE
Decimal 233 214 238
Binary 11101001 11010110 11101110
Octal 351 326 356

Shades and tints

Shades of #E9D6EE

#E9D6EE
(233,214,238)
#D4C3D9
(212,195,217)
#BFB0C4
(191,176,196)
#AA9DAF
(170,157,175)
#958A9A
(149,138,154)
#807785
(128,119,133)
#6B6470
(107,100,112)
#56515B
(86,81,91)
#413E46
(65,62,70)
#2C2B31
(44,43,49)
#17181C
(23,24,28)
#000000
(0,0,0)

Tints of #E9D6EE

#E9D6EE
(233,214,238)
#EBD9EF
(235,217,239)
#EDDCF0
(237,220,240)
#EFDFF1
(239,223,241)
#F1E2F2
(241,226,242)
#F3E5F3
(243,229,243)
#F5E8F4
(245,232,244)
#F7EBF5
(247,235,245)
#F9EEF6
(249,238,246)
#FBF1F7
(251,241,247)
#FDF4F8
(253,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D6EE color. Also use rgb(233,214,238) instead hex code.

Text Font Color

.myTextColor { color: #E9D6EE; }

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

This text font color is #E9D6EE.

Background Color

.myBgColor { background-color: #E9D6EE; }

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

This div background color is #E9D6EE.

Border color

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

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

This div border color is #E9D6EE.

Opacity

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

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

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

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

This text has shadow with #E9D6EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9D6EE.

Preview

Color preview on black background

This text has color #E9D6EE on black background.


Color preview on white background

This text has color #E9D6EE on white background.


Black color preview on #E9D6EE background

This text has black color on #E9D6EE background.


White color preview on #E9D6EE background

This text has white color on #E9D6EE background.


Related colors

Complementary color

Complementary color for #hex is #162911.


I love getcolorcode.com

Triadic colors

1 #EEE9D6 and #D6EEE9 with #E9D6EE are triadic colors.

2 #EED6E9 and #D6E9EE with #E9D6EE are triadic colors.