COLOR #E8D5DA

HEX: #E8D5DA
RGB: (232,213,218)

Color info

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

RGB color model

#E8D5DA color RGB value is (232,213,218).

  • red value is 232;
  • green value is 213;
  • blue value is 218.
RGB:
(232,213,218)
(91%,84%,85%)

RGB channels and saturation

R 232 of 255 = 91%
G 213 of 255 = 84%
B 218 of 255 = 85%

232
213
218

R + G + B ~ 87%. #E8D5DA is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 213 + 218 = 663 (100%)
R 232 of 663 ~ 34.99%
G 213 of 663 ~ 32.13%
B 218 of 663 ~ 32.88%

%34.99
%32.13
%32.88

CMYK color model

#E8D5DA color CMYK value is (0,8,6,9).

  • cyan value is 0.00%
  • magenta value is 8.19%
  • yellow value is 6.03%
  • key color value is 9.02%
CMYK:
(0,8,6,9)
C0M8Y6K9 
(0%,8%,6%,9%)
(0.00/0.08/0.06/0.09)	

CMYK percentages

%0
%8.19
%6.03
%9.02

Codes

Color #E8D5DA in popluar color models

E8D5DA
RGB232213218
HSL344°29.23%87.25%
HSB/HSV344°8.19%90.98%
CMYK0.00%8.19%6.03%
9.02%

Color #E8D5DA in popluar number systems.

HEXE8D5DA
Decimal232213218
Binary111010001101010111011010
Octal350325332

Shades and tints

Shades of #E8D5DA

#E8D5DA
(232,213,218)
#D3C2C7
(211,194,199)
#BEAFB4
(190,175,180)
#A99CA1
(169,156,161)
#94898E
(148,137,142)
#7F767B
(127,118,123)
#6A6368
(106,99,104)
#555055
(85,80,85)
#403D42
(64,61,66)
#2B2A2F
(43,42,47)
#16171C
(22,23,28)
#000000
(0,0,0)

Tints of #E8D5DA

#E8D5DA
(232,213,218)
#EAD8DD
(234,216,221)
#ECDBE0
(236,219,224)
#EEDEE3
(238,222,227)
#F0E1E6
(240,225,230)
#F2E4E9
(242,228,233)
#F4E7EC
(244,231,236)
#F6EAEF
(246,234,239)
#F8EDF2
(248,237,242)
#FAF0F5
(250,240,245)
#FCF3F8
(252,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D5DA color. Also use rgb(232,213,218) instead hex code.

Text Font Color

.myTextColor { color: #E8D5DA; }

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

This text font color is #E8D5DA.


Background Color

.myBgColor { background-color: #E8D5DA; }

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

This div background color is #E8D5DA.


Border color

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

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

This div border color is #E8D5DA.


Opacity

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

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

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

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

This text has shadow with #E8D5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D5DA on black background.


Color preview on white background

This text has color #E8D5DA on white background.



Black color preview on #E8D5DA background

This text has black color on #E8D5DA background.


White color preview on #E8D5DA background

This text has white color on #E8D5DA background.