COLOR #E9DEE8

HEX: #E9DEE8
RGB: (233,222,232)

Color info

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

RGB color model

#E9DEE8 color RGB value is (233,222,232).

  • red value is 233;
  • green value is 222;
  • blue value is 232.
RGB:
(233,222,232)
(91%,87%,91%)

RGB channels and saturation

R 233 of 255 = 91%
G 222 of 255 = 87%
B 232 of 255 = 91%

233
222
232

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

Portions of RGB colors in percentages

R + G + B =
233 + 222 + 232 = 687 (100%)
R 233 of 687 ~ 33.92%
G 222 of 687 ~ 32.31%
B 232 of 687 ~ 33.77%

%33.92
%32.31
%33.77

CMYK color model

#E9DEE8 color CMYK value is (0,5,0,9).

  • cyan value is 0.00%
  • magenta value is 4.72%
  • yellow value is 0.43%
  • key color value is 8.63%
CMYK:
(0,5,0,9)
C0M5Y0K9 
(0%,5%,0%,9%)
(0.00/0.05/0.00/0.09)	

CMYK percentages

%0
%4.72
%0.43
%8.63

Codes

Color #E9DEE8 in popluar color models

E9DEE8
RGB233222232
HSL305°20.00%89.22%
HSB/HSV305°4.72%91.37%
CMYK0.00%4.72%0.43%
8.63%

Color #E9DEE8 in popluar number systems.

HEXE9DEE8
Decimal233222232
Binary111010011101111011101000
Octal351336350

Shades and tints

Shades of #E9DEE8

#E9DEE8
(233,222,232)
#D4CAD3
(212,202,211)
#BFB6BE
(191,182,190)
#AAA2A9
(170,162,169)
#958E94
(149,142,148)
#807A7F
(128,122,127)
#6B666A
(107,102,106)
#565255
(86,82,85)
#413E40
(65,62,64)
#2C2A2B
(44,42,43)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #E9DEE8

#E9DEE8
(233,222,232)
#EBE1EA
(235,225,234)
#EDE4EC
(237,228,236)
#EFE7EE
(239,231,238)
#F1EAF0
(241,234,240)
#F3EDF2
(243,237,242)
#F5F0F4
(245,240,244)
#F7F3F6
(247,243,246)
#F9F6F8
(249,246,248)
#FBF9FA
(251,249,250)
#FDFCFC
(253,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9DEE8 color. Also use rgb(233,222,232) instead hex code.

Text Font Color

.myTextColor { color: #E9DEE8; }

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

This text font color is #E9DEE8.


Background Color

.myBgColor { background-color: #E9DEE8; }

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

This div background color is #E9DEE8.


Border color

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

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

This div border color is #E9DEE8.


Opacity

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

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

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

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

This text has shadow with #E9DEE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DEE8 on black background.


Color preview on white background

This text has color #E9DEE8 on white background.



Black color preview on #E9DEE8 background

This text has black color on #E9DEE8 background.


White color preview on #E9DEE8 background

This text has white color on #E9DEE8 background.