COLOR #E9DCEF

HEX: #E9DCEF
RGB: (233,220,239)

Color info

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

RGB color model

#E9DCEF color RGB value is (233,220,239).

  • red value is 233;
  • green value is 220;
  • blue value is 239.
RGB:
(233,220,239)
(91%,86%,94%)

RGB channels and saturation

R 233 of 255 = 91%
G 220 of 255 = 86%
B 239 of 255 = 94%

233
220
239

R + G + B ~ 90%. #E9DCEF is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 220 + 239 = 692 (100%)
R 233 of 692 ~ 33.67%
G 220 of 692 ~ 31.79%
B 239 of 692 ~ 34.54%

%33.67
%31.79
%34.54

CMYK color model

#E9DCEF color CMYK value is (3,8,0,6).

  • cyan value is 2.51%
  • magenta value is 7.95%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(3,8,0,6)
C3M8Y0K6 
(3%,8%,0%,6%)
(0.03/0.08/0.00/0.06)	

CMYK percentages

%2.51
%7.95
%0
%6.27

Codes

Color #E9DCEF in popluar color models

E9DCEF
RGB233220239
HSL281°37.25%90.00%
HSB/HSV281°7.95%93.73%
CMYK2.51%7.95%0.00%
6.27%

Color #E9DCEF in popluar number systems.

HEXE9DCEF
Decimal233220239
Binary111010011101110011101111
Octal351334357

Shades and tints

Shades of #E9DCEF

#E9DCEF
(233,220,239)
#D4C8DA
(212,200,218)
#BFB4C5
(191,180,197)
#AAA0B0
(170,160,176)
#958C9B
(149,140,155)
#807886
(128,120,134)
#6B6471
(107,100,113)
#56505C
(86,80,92)
#413C47
(65,60,71)
#2C2832
(44,40,50)
#17141D
(23,20,29)
#000000
(0,0,0)

Tints of #E9DCEF

#E9DCEF
(233,220,239)
#EBDFF0
(235,223,240)
#EDE2F1
(237,226,241)
#EFE5F2
(239,229,242)
#F1E8F3
(241,232,243)
#F3EBF4
(243,235,244)
#F5EEF5
(245,238,245)
#F7F1F6
(247,241,246)
#F9F4F7
(249,244,247)
#FBF7F8
(251,247,248)
#FDFAF9
(253,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DCEF; }

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

This text font color is #E9DCEF.


Background Color

.myBgColor { background-color: #E9DCEF; }

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

This div background color is #E9DCEF.


Border color

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

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

This div border color is #E9DCEF.


Opacity

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

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

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

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

This text has shadow with #E9DCEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DCEF on black background.


Color preview on white background

This text has color #E9DCEF on white background.



Black color preview on #E9DCEF background

This text has black color on #E9DCEF background.


White color preview on #E9DCEF background

This text has white color on #E9DCEF background.