COLOR #E9D9EB

HEX: #E9D9EB RGB: (233,217,235)

Color info

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

RGB color model

#E9D9EB color RGB value is (233,217,235).

RGB: (233,217,235) (91%, 85%, 92%)

RGB channels and saturation

R 233 of 255 = 91%
G 217 of 255 = 85%
B 235 of 255 = 92%

233
217
235

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

Portions of RGB colors in percentages

R + G + B = 233 + 217 + 235 = 685 (100%)
R 233 of 685 ~ 34.01%
G 217 of 685 ~ 31.68%
B 235 of 685 ~ 34.31'%

%34.01
%31.68
%34.31

CMYK color model

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

  • cyan value is 0.85%
  • magenta value is 7.66%
  • 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

%0.85
%7.66
%0
%7.84

Codes

Color #E9D9EB in popluar color models

E9 D9 EB
RGB 233 217 235
HSL 293° 31.03% 88.63%
HSB/HSV 293° 7.66% 92.16%
CMYK 0.85% 7.66% 0.00%
7.84%

Color #E9D9EB in popluar number systems.

HEX E9 D9 EB
Decimal 233 217 235
Binary 11101001 11011001 11101011
Octal 351 331 353

Shades and tints

Shades of #E9D9EB

#E9D9EB
(233,217,235)
#D4C6D6
(212,198,214)
#BFB3C1
(191,179,193)
#AAA0AC
(170,160,172)
#958D97
(149,141,151)
#807A82
(128,122,130)
#6B676D
(107,103,109)
#565458
(86,84,88)
#414143
(65,65,67)
#2C2E2E
(44,46,46)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #E9D9EB

#E9D9EB
(233,217,235)
#EBDCEC
(235,220,236)
#EDDFED
(237,223,237)
#EFE2EE
(239,226,238)
#F1E5EF
(241,229,239)
#F3E8F0
(243,232,240)
#F5EBF1
(245,235,241)
#F7EEF2
(247,238,242)
#F9F1F3
(249,241,243)
#FBF4F4
(251,244,244)
#FDF7F5
(253,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D9EB color. Also use rgb(233,217,235) instead hex code.

Text Font Color

.myTextColor { color: #E9D9EB; }

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

This text font color is #E9D9EB.

Background Color

.myBgColor { background-color: #E9D9EB; }

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

This div background color is #E9D9EB.

Border color

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

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

This div border color is #E9D9EB.

Opacity

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

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

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

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

This text has shadow with #E9D9EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9D9EB.

Preview

Color preview on black background

This text has color #E9D9EB on black background.


Color preview on white background

This text has color #E9D9EB on white background.


Black color preview on #E9D9EB background

This text has black color on #E9D9EB background.


White color preview on #E9D9EB background

This text has white color on #E9D9EB background.


Related colors

Complementary color

Complementary color for #hex is #162614.


I love getcolorcode.com

Triadic colors

1 #EBE9D9 and #D9EBE9 with #E9D9EB are triadic colors.

2 #EBD9E9 and #D9E9EB with #E9D9EB are triadic colors.