COLOR #E9DDE2

HEX: #E9DDE2
RGB: (233,221,226)

Color info

#E9DDE2 contains red, green and blue colors in about the same proportion. Web safe color of #E9DDE2 is #FFCCCC (or #FCC).

RGB color model

#E9DDE2 color RGB value is (233,221,226).

  • red value is 233;
  • green value is 221;
  • blue value is 226.
RGB:
(233,221,226)
(91%,87%,89%)

RGB channels and saturation

R 233 of 255 = 91%
G 221 of 255 = 87%
B 226 of 255 = 89%

233
221
226

R + G + B ~ 89%. #E9DDE2 is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 221 + 226 = 680 (100%)
R 233 of 680 ~ 34.26%
G 221 of 680 ~ 32.5%
B 226 of 680 ~ 33.24%

%34.26
%32.5
%33.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.15%
  • yellow value is 3.00%
  • key color value is 8.63%
CMYK:
(0,5,3,9)
C0M5Y3K9 
(0%,5%,3%,9%)
(0.00/0.05/0.03/0.09)	

CMYK percentages

%0
%5.15
%3
%8.63

Codes

Color #E9DDE2 in popluar color models

E9DDE2
RGB233221226
HSL335°21.43%89.02%
HSB/HSV335°5.15%91.37%
CMYK0.00%5.15%3.00%
8.63%

Color #E9DDE2 in popluar number systems.

HEXE9DDE2
Decimal233221226
Binary111010011101110111100010
Octal351335342

Shades and tints

Shades of #E9DDE2

#E9DDE2
(233,221,226)
#D4C9CE
(212,201,206)
#BFB5BA
(191,181,186)
#AAA1A6
(170,161,166)
#958D92
(149,141,146)
#80797E
(128,121,126)
#6B656A
(107,101,106)
#565156
(86,81,86)
#413D42
(65,61,66)
#2C292E
(44,41,46)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #E9DDE2

#E9DDE2
(233,221,226)
#EBE0E4
(235,224,228)
#EDE3E6
(237,227,230)
#EFE6E8
(239,230,232)
#F1E9EA
(241,233,234)
#F3ECEC
(243,236,236)
#F5EFEE
(245,239,238)
#F7F2F0
(247,242,240)
#F9F5F2
(249,245,242)
#FBF8F4
(251,248,244)
#FDFBF6
(253,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9DDE2 color. Also use rgb(233,221,226) instead hex code.

Text Font Color

.myTextColor { color: #E9DDE2; }

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

This text font color is #E9DDE2.


Background Color

.myBgColor { background-color: #E9DDE2; }

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

This div background color is #E9DDE2.


Border color

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

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

This div border color is #E9DDE2.


Opacity

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

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

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

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

This text has shadow with #E9DDE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DDE2 on black background.


Color preview on white background

This text has color #E9DDE2 on white background.



Black color preview on #E9DDE2 background

This text has black color on #E9DDE2 background.


White color preview on #E9DDE2 background

This text has white color on #E9DDE2 background.