COLOR #E9D3EC

HEX: #E9D3EC RGB: (233,211,236)

Color info

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

RGB color model

#E9D3EC color RGB value is (233,211,236).

RGB: (233,211,236) (91%, 83%, 93%)

RGB channels and saturation

R 233 of 255 = 91%
G 211 of 255 = 83%
B 236 of 255 = 93%

233
211
236

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

Portions of RGB colors in percentages

R + G + B = 233 + 211 + 236 = 680 (100%)
R 233 of 680 ~ 34.26%
G 211 of 680 ~ 31.03%
B 236 of 680 ~ 34.71'%

%34.26
%31.03
%34.71

CMYK color model

#E9D3EC color CMYK value is (1,11,0,7).

  • cyan value is 1.27%
  • magenta value is 10.59%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (1,11,0,7)
C1M11Y0K7 (1%, 11%, 0%, 7%)
(0.01 / 0.11 / 0.00 / 0.07)

CMYK percentages

%1.27
%10.59
%0
%7.45

Codes

Color #E9D3EC in popluar color models

E9 D3 EC
RGB 233 211 236
HSL 293° 39.68% 87.65%
HSB/HSV 293° 10.59% 92.55%
CMYK 1.27% 10.59% 0.00%
7.45%

Color #E9D3EC in popluar number systems.

HEX E9 D3 EC
Decimal 233 211 236
Binary 11101001 11010011 11101100
Octal 351 323 354

Shades and tints

Shades of #E9D3EC

#E9D3EC
(233,211,236)
#D4C0D7
(212,192,215)
#BFADC2
(191,173,194)
#AA9AAD
(170,154,173)
#958798
(149,135,152)
#807483
(128,116,131)
#6B616E
(107,97,110)
#564E59
(86,78,89)
#413B44
(65,59,68)
#2C282F
(44,40,47)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #E9D3EC

#E9D3EC
(233,211,236)
#EBD7ED
(235,215,237)
#EDDBEE
(237,219,238)
#EFDFEF
(239,223,239)
#F1E3F0
(241,227,240)
#F3E7F1
(243,231,241)
#F5EBF2
(245,235,242)
#F7EFF3
(247,239,243)
#F9F3F4
(249,243,244)
#FBF7F5
(251,247,245)
#FDFBF6
(253,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D3EC color. Also use rgb(233,211,236) instead hex code.

Text Font Color

.myTextColor { color: #E9D3EC; }

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

This text font color is #E9D3EC.

Background Color

.myBgColor { background-color: #E9D3EC; }

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

This div background color is #E9D3EC.

Border color

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

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

This div border color is #E9D3EC.

Opacity

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

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

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

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

This text has shadow with #E9D3EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9D3EC.

Preview

Color preview on black background

This text has color #E9D3EC on black background.


Color preview on white background

This text has color #E9D3EC on white background.


Black color preview on #E9D3EC background

This text has black color on #E9D3EC background.


White color preview on #E9D3EC background

This text has white color on #E9D3EC background.


Related colors

Complementary color

Complementary color for #hex is #162C13.


I love getcolorcode.com

Triadic colors

1 #ECE9D3 and #D3ECE9 with #E9D3EC are triadic colors.

2 #ECD3E9 and #D3E9EC with #E9D3EC are triadic colors.