COLOR #E9D3FC

HEX: #E9D3FC RGB: (233,211,252)

Color info

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

RGB color model

#E9D3FC color RGB value is (233,211,252).

RGB: (233,211,252) (91%, 83%, 99%)

RGB channels and saturation

R 233 of 255 = 91%
G 211 of 255 = 83%
B 252 of 255 = 99%

233
211
252

R + G + B ~ 91%. #E9D3FC is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 211 + 252 = 696 (100%)
R 233 of 696 ~ 33.48%
G 211 of 696 ~ 30.32%
B 252 of 696 ~ 36.21'%

%33.48
%30.32
%36.21

CMYK color model

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

  • cyan value is 7.54%
  • magenta value is 16.27%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (8,16,0,1)
C8M16Y0K1 (8%, 16%, 0%, 1%)
(0.08 / 0.16 / 0.00 / 0.01)

CMYK percentages

%7.54
%16.27
%0
%1.18

Codes

Color #E9D3FC in popluar color models

E9 D3 FC
RGB 233 211 252
HSL 272° 87.23% 90.78%
HSB/HSV 272° 16.27% 98.82%
CMYK 7.54% 16.27% 0.00%
1.18%

Color #E9D3FC in popluar number systems.

HEX E9 D3 FC
Decimal 233 211 252
Binary 11101001 11010011 11111100
Octal 351 323 374

Shades and tints

Shades of #E9D3FC

#E9D3FC
(233,211,252)
#D4C0E6
(212,192,230)
#BFADD0
(191,173,208)
#AA9ABA
(170,154,186)
#9587A4
(149,135,164)
#80748E
(128,116,142)
#6B6178
(107,97,120)
#564E62
(86,78,98)
#413B4C
(65,59,76)
#2C2836
(44,40,54)
#171520
(23,21,32)
#000000
(0,0,0)

Tints of #E9D3FC

#E9D3FC
(233,211,252)
#EBD7FC
(235,215,252)
#EDDBFC
(237,219,252)
#EFDFFC
(239,223,252)
#F1E3FC
(241,227,252)
#F3E7FC
(243,231,252)
#F5EBFC
(245,235,252)
#F7EFFC
(247,239,252)
#F9F3FC
(249,243,252)
#FBF7FC
(251,247,252)
#FDFBFC
(253,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D3FC; }

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

This text font color is #E9D3FC.

Background Color

.myBgColor { background-color: #E9D3FC; }

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

This div background color is #E9D3FC.

Border color

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

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

This div border color is #E9D3FC.

Opacity

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

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

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

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

This text has shadow with #E9D3FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9D3FC.

Preview

Color preview on black background

This text has color #E9D3FC on black background.


Color preview on white background

This text has color #E9D3FC on white background.


Black color preview on #E9D3FC background

This text has black color on #E9D3FC background.


White color preview on #E9D3FC background

This text has white color on #E9D3FC background.


Related colors

Complementary color

Complementary color for #hex is #162C03.


I love getcolorcode.com

Triadic colors

1 #FCE9D3 and #D3FCE9 with #E9D3FC are triadic colors.

2 #FCD3E9 and #D3E9FC with #E9D3FC are triadic colors.