COLOR #E8DDE3

HEX: #E8DDE3
RGB: (232,221,227)

Color info

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

RGB color model

#E8DDE3 color RGB value is (232,221,227).

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

RGB channels and saturation

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

232
221
227

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

Portions of RGB colors in percentages

R + G + B =
232 + 221 + 227 = 680 (100%)
R 232 of 680 ~ 34.12%
G 221 of 680 ~ 32.5%
B 227 of 680 ~ 33.38%

%34.12
%32.5
%33.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.74%
  • yellow value is 2.16%
  • key color value is 9.02%
CMYK:
(0,5,2,9)
C0M5Y2K9 
(0%,5%,2%,9%)
(0.00/0.05/0.02/0.09)	

CMYK percentages

%0
%4.74
%2.16
%9.02

Codes

Color #E8DDE3 in popluar color models

E8DDE3
RGB232221227
HSL327°19.30%88.82%
HSB/HSV327°4.74%90.98%
CMYK0.00%4.74%2.16%
9.02%

Color #E8DDE3 in popluar number systems.

HEXE8DDE3
Decimal232221227
Binary111010001101110111100011
Octal350335343

Shades and tints

Shades of #E8DDE3

#E8DDE3
(232,221,227)
#D3C9CF
(211,201,207)
#BEB5BB
(190,181,187)
#A9A1A7
(169,161,167)
#948D93
(148,141,147)
#7F797F
(127,121,127)
#6A656B
(106,101,107)
#555157
(85,81,87)
#403D43
(64,61,67)
#2B292F
(43,41,47)
#16151B
(22,21,27)
#000000
(0,0,0)

Tints of #E8DDE3

#E8DDE3
(232,221,227)
#EAE0E5
(234,224,229)
#ECE3E7
(236,227,231)
#EEE6E9
(238,230,233)
#F0E9EB
(240,233,235)
#F2ECED
(242,236,237)
#F4EFEF
(244,239,239)
#F6F2F1
(246,242,241)
#F8F5F3
(248,245,243)
#FAF8F5
(250,248,245)
#FCFBF7
(252,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8DDE3; }

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

This text font color is #E8DDE3.


Background Color

.myBgColor { background-color: #E8DDE3; }

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

This div background color is #E8DDE3.


Border color

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

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

This div border color is #E8DDE3.


Opacity

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

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

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

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

This text has shadow with #E8DDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8DDE3 on black background.


Color preview on white background

This text has color #E8DDE3 on white background.



Black color preview on #E8DDE3 background

This text has black color on #E8DDE3 background.


White color preview on #E8DDE3 background

This text has white color on #E8DDE3 background.