COLOR #E9DCEB

HEX: #E9DCEB
RGB: (233,220,235)

Color info

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

RGB color model

#E9DCEB color RGB value is (233,220,235).

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

RGB channels and saturation

R 233 of 255 = 91%
G 220 of 255 = 86%
B 235 of 255 = 92%

233
220
235

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

Portions of RGB colors in percentages

R + G + B =
233 + 220 + 235 = 688 (100%)
R 233 of 688 ~ 33.87%
G 220 of 688 ~ 31.98%
B 235 of 688 ~ 34.16%

%33.87
%31.98
%34.16

CMYK color model

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

  • cyan value is 0.85%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(1,6,0,8)
C1M6Y0K8 
(1%,6%,0%,8%)
(0.01/0.06/0.00/0.08)	

CMYK percentages

%0.85
%6.38
%0
%7.84

Codes

Color #E9DCEB in popluar color models

E9DCEB
RGB233220235
HSL292°27.27%89.22%
HSB/HSV292°6.38%92.16%
CMYK0.85%6.38%0.00%
7.84%

Color #E9DCEB in popluar number systems.

HEXE9DCEB
Decimal233220235
Binary111010011101110011101011
Octal351334353

Shades and tints

Shades of #E9DCEB

#E9DCEB
(233,220,235)
#D4C8D6
(212,200,214)
#BFB4C1
(191,180,193)
#AAA0AC
(170,160,172)
#958C97
(149,140,151)
#807882
(128,120,130)
#6B646D
(107,100,109)
#565058
(86,80,88)
#413C43
(65,60,67)
#2C282E
(44,40,46)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #E9DCEB

#E9DCEB
(233,220,235)
#EBDFEC
(235,223,236)
#EDE2ED
(237,226,237)
#EFE5EE
(239,229,238)
#F1E8EF
(241,232,239)
#F3EBF0
(243,235,240)
#F5EEF1
(245,238,241)
#F7F1F2
(247,241,242)
#F9F4F3
(249,244,243)
#FBF7F4
(251,247,244)
#FDFAF5
(253,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DCEB; }

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

This text font color is #E9DCEB.


Background Color

.myBgColor { background-color: #E9DCEB; }

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

This div background color is #E9DCEB.


Border color

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

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

This div border color is #E9DCEB.


Opacity

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

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

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

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

This text has shadow with #E9DCEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DCEB on black background.


Color preview on white background

This text has color #E9DCEB on white background.



Black color preview on #E9DCEB background

This text has black color on #E9DCEB background.


White color preview on #E9DCEB background

This text has white color on #E9DCEB background.