COLOR #E9D7EE

HEX: #E9D7EE RGB: (233,215,238)

Color info

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

RGB color model

#E9D7EE color RGB value is (233,215,238).

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

RGB channels and saturation

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

233
215
238

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

Portions of RGB colors in percentages

R + G + B = 233 + 215 + 238 = 686 (100%)
R 233 of 686 ~ 33.97%
G 215 of 686 ~ 31.34%
B 238 of 686 ~ 34.69'%

%33.97
%31.34
%34.69

CMYK color model

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

  • cyan value is 2.10%
  • magenta value is 9.66%
  • 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
%9.66
%0
%6.67

Codes

Color #E9D7EE in popluar color models

E9 D7 EE
RGB 233 215 238
HSL 287° 40.35% 88.82%
HSB/HSV 287° 9.66% 93.33%
CMYK 2.10% 9.66% 0.00%
6.67%

Color #E9D7EE in popluar number systems.

HEX E9 D7 EE
Decimal 233 215 238
Binary 11101001 11010111 11101110
Octal 351 327 356

Shades and tints

Shades of #E9D7EE

#E9D7EE
(233,215,238)
#D4C4D9
(212,196,217)
#BFB1C4
(191,177,196)
#AA9EAF
(170,158,175)
#958B9A
(149,139,154)
#807885
(128,120,133)
#6B6570
(107,101,112)
#56525B
(86,82,91)
#413F46
(65,63,70)
#2C2C31
(44,44,49)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #E9D7EE

#E9D7EE
(233,215,238)
#EBDAEF
(235,218,239)
#EDDDF0
(237,221,240)
#EFE0F1
(239,224,241)
#F1E3F2
(241,227,242)
#F3E6F3
(243,230,243)
#F5E9F4
(245,233,244)
#F7ECF5
(247,236,245)
#F9EFF6
(249,239,246)
#FBF2F7
(251,242,247)
#FDF5F8
(253,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D7EE; }

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

This text font color is #E9D7EE.

Background Color

.myBgColor { background-color: #E9D7EE; }

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

This div background color is #E9D7EE.

Border color

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

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

This div border color is #E9D7EE.

Opacity

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

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

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

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

This text has shadow with #E9D7EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9D7EE.

Preview

Color preview on black background

This text has color #E9D7EE on black background.


Color preview on white background

This text has color #E9D7EE on white background.


Black color preview on #E9D7EE background

This text has black color on #E9D7EE background.


White color preview on #E9D7EE background

This text has white color on #E9D7EE background.


Related colors

Complementary color

Complementary color for #hex is #162811.


I love getcolorcode.com

Triadic colors

1 #EEE9D7 and #D7EEE9 with #E9D7EE are triadic colors.

2 #EED7E9 and #D7E9EE with #E9D7EE are triadic colors.