COLOR #E9DCFA

HEX: #E9DCFA RGB: (233,220,250)

Color info

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

RGB color model

#E9DCFA color RGB value is (233,220,250).

RGB: (233,220,250) (91%, 86%, 98%)

RGB channels and saturation

R 233 of 255 = 91%
G 220 of 255 = 86%
B 250 of 255 = 98%

233
220
250

R + G + B ~ 92%. #E9DCFA is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 220 + 250 = 703 (100%)
R 233 of 703 ~ 33.14%
G 220 of 703 ~ 31.29%
B 250 of 703 ~ 35.56'%

%33.14
%31.29
%35.56

CMYK color model

#E9DCFA color CMYK value is (7,12,0,2).

  • cyan value is 6.80%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (7,12,0,2)
C7M12Y0K2 (7%, 12%, 0%, 2%)
(0.07 / 0.12 / 0.00 / 0.02)

CMYK percentages

%6.8
%12
%0
%1.96

Codes

Color #E9DCFA in popluar color models

E9 DC FA
RGB 233 220 250
HSL 266° 75.00% 92.16%
HSB/HSV 266° 12.00% 98.04%
CMYK 6.80% 12.00% 0.00%
1.96%

Color #E9DCFA in popluar number systems.

HEX E9 DC FA
Decimal 233 220 250
Binary 11101001 11011100 11111010
Octal 351 334 372

Shades and tints

Shades of #E9DCFA

#E9DCFA
(233,220,250)
#D4C8E4
(212,200,228)
#BFB4CE
(191,180,206)
#AAA0B8
(170,160,184)
#958CA2
(149,140,162)
#80788C
(128,120,140)
#6B6476
(107,100,118)
#565060
(86,80,96)
#413C4A
(65,60,74)
#2C2834
(44,40,52)
#17141E
(23,20,30)
#000000
(0,0,0)

Tints of #E9DCFA

#E9DCFA
(233,220,250)
#EBDFFA
(235,223,250)
#EDE2FA
(237,226,250)
#EFE5FA
(239,229,250)
#F1E8FA
(241,232,250)
#F3EBFA
(243,235,250)
#F5EEFA
(245,238,250)
#F7F1FA
(247,241,250)
#F9F4FA
(249,244,250)
#FBF7FA
(251,247,250)
#FDFAFA
(253,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9DCFA color. Also use rgb(233,220,250) instead hex code.

Text Font Color

.myTextColor { color: #E9DCFA; }

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

This text font color is #E9DCFA.

Background Color

.myBgColor { background-color: #E9DCFA; }

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

This div background color is #E9DCFA.

Border color

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

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

This div border color is #E9DCFA.

Opacity

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

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

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

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

This text has shadow with #E9DCFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9DCFA.

Preview

Color preview on black background

This text has color #E9DCFA on black background.


Color preview on white background

This text has color #E9DCFA on white background.


Black color preview on #E9DCFA background

This text has black color on #E9DCFA background.


White color preview on #E9DCFA background

This text has white color on #E9DCFA background.


Related colors

Complementary color

Complementary color for #hex is #162305.


I love getcolorcode.com

Triadic colors

1 #FAE9DC and #DCFAE9 with #E9DCFA are triadic colors.

2 #FADCE9 and #DCE9FA with #E9DCFA are triadic colors.