COLOR #E8DDE2

HEX: #E8DDE2
RGB: (232,221,226)

Color info

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

RGB color model

#E8DDE2 color RGB value is (232,221,226).

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

RGB channels and saturation

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

232
221
226

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

Portions of RGB colors in percentages

R + G + B =
232 + 221 + 226 = 679 (100%)
R 232 of 679 ~ 34.17%
G 221 of 679 ~ 32.55%
B 226 of 679 ~ 33.28%

%34.17
%32.55
%33.28

CMYK color model

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

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

CMYK percentages

%0
%4.74
%2.59
%9.02

Codes

Color #E8DDE2 in popluar color models

E8DDE2
RGB232221226
HSL333°19.30%88.82%
HSB/HSV333°4.74%90.98%
CMYK0.00%4.74%2.59%
9.02%

Color #E8DDE2 in popluar number systems.

HEXE8DDE2
Decimal232221226
Binary111010001101110111100010
Octal350335342

Shades and tints

Shades of #E8DDE2

#E8DDE2
(232,221,226)
#D3C9CE
(211,201,206)
#BEB5BA
(190,181,186)
#A9A1A6
(169,161,166)
#948D92
(148,141,146)
#7F797E
(127,121,126)
#6A656A
(106,101,106)
#555156
(85,81,86)
#403D42
(64,61,66)
#2B292E
(43,41,46)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #E8DDE2

#E8DDE2
(232,221,226)
#EAE0E4
(234,224,228)
#ECE3E6
(236,227,230)
#EEE6E8
(238,230,232)
#F0E9EA
(240,233,234)
#F2ECEC
(242,236,236)
#F4EFEE
(244,239,238)
#F6F2F0
(246,242,240)
#F8F5F2
(248,245,242)
#FAF8F4
(250,248,244)
#FCFBF6
(252,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8DDE2; }

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

This text font color is #E8DDE2.


Background Color

.myBgColor { background-color: #E8DDE2; }

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

This div background color is #E8DDE2.


Border color

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

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

This div border color is #E8DDE2.


Opacity

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

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

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

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

This text has shadow with #E8DDE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8DDE2 on black background.


Color preview on white background

This text has color #E8DDE2 on white background.



Black color preview on #E8DDE2 background

This text has black color on #E8DDE2 background.


White color preview on #E8DDE2 background

This text has white color on #E8DDE2 background.