COLOR #E9DCEE

HEX: #E9DCEE
RGB: (233,220,238)

Color info

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

RGB color model

#E9DCEE color RGB value is (233,220,238).

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

RGB channels and saturation

R 233 of 255 = 91%
G 220 of 255 = 86%
B 238 of 255 = 93%

233
220
238

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

Portions of RGB colors in percentages

R + G + B =
233 + 220 + 238 = 691 (100%)
R 233 of 691 ~ 33.72%
G 220 of 691 ~ 31.84%
B 238 of 691 ~ 34.44%

%33.72
%31.84
%34.44

CMYK color model

#E9DCEE color CMYK value is (2,8,0,7).

  • cyan value is 2.10%
  • magenta value is 7.56%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (2,8,0,7) C2M8Y0K7 (2%,8%,0%,7%) (0.02/0.08/0.00/0.07)

CMYK percentages

%2.1
%7.56
%0
%6.67

Codes

Color #E9DCEE in popluar color models

E9DCEE
RGB233220238
HSL283°34.62%89.80%
HSB/HSV283°7.56%93.33%
CMYK2.10%7.56%0.00%
6.67%

Color #E9DCEE in popluar number systems.

HEXE9DCEE
Decimal233220238
Binary111010011101110011101110
Octal351334356

Shades and tints

Shades of #E9DCEE

#E9DCEE
(233,220,238)
#D4C8D9
(212,200,217)
#BFB4C4
(191,180,196)
#AAA0AF
(170,160,175)
#958C9A
(149,140,154)
#807885
(128,120,133)
#6B6470
(107,100,112)
#56505B
(86,80,91)
#413C46
(65,60,70)
#2C2831
(44,40,49)
#17141C
(23,20,28)
#000000
(0,0,0)

Tints of #E9DCEE

#E9DCEE
(233,220,238)
#EBDFEF
(235,223,239)
#EDE2F0
(237,226,240)
#EFE5F1
(239,229,241)
#F1E8F2
(241,232,242)
#F3EBF3
(243,235,243)
#F5EEF4
(245,238,244)
#F7F1F5
(247,241,245)
#F9F4F6
(249,244,246)
#FBF7F7
(251,247,247)
#FDFAF8
(253,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DCEE; }

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

This text font color is #E9DCEE.


Background Color

.myBgColor { background-color: #E9DCEE; }

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

This div background color is #E9DCEE.


Border color

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

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

This div border color is #E9DCEE.


Opacity

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

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

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

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

This text has shadow with #E9DCEE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E9DCEE on black background.


Color preview on white background

This text has color #E9DCEE on white background.



Black color preview on #E9DCEE background

This text has black color on #E9DCEE background.


White color preview on #E9DCEE background

This text has white color on #E9DCEE background.