COLOR #E0D5D9

HEX: #E0D5D9
RGB: (224,213,217)

Color info

#E0D5D9 contains red, green and blue colors in about the same proportion. Web safe color of #E0D5D9 is #CCCCCC (or #CCC).

RGB color model

#E0D5D9 color RGB value is (224,213,217).

  • red value is 224;
  • green value is 213;
  • blue value is 217.
RGB:
(224,213,217)
(88%,84%,85%)

RGB channels and saturation

R 224 of 255 = 88%
G 213 of 255 = 84%
B 217 of 255 = 85%

224
213
217

R + G + B ~ 86%. #E0D5D9 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 213 + 217 = 654 (100%)
R 224 of 654 ~ 34.25%
G 213 of 654 ~ 32.57%
B 217 of 654 ~ 33.18%

%34.25
%32.57
%33.18

CMYK color model

#E0D5D9 color CMYK value is (0,5,3,12).

  • cyan value is 0.00%
  • magenta value is 4.91%
  • yellow value is 3.13%
  • key color value is 12.16%
CMYK:
(0,5,3,12)
C0M5Y3K12 
(0%,5%,3%,12%)
(0.00/0.05/0.03/0.12)	

CMYK percentages

%0
%4.91
%3.13
%12.16

Codes

Color #E0D5D9 in popluar color models

E0D5D9
RGB224213217
HSL338°15.07%85.69%
HSB/HSV338°4.91%87.84%
CMYK0.00%4.91%3.13%
12.16%

Color #E0D5D9 in popluar number systems.

HEXE0D5D9
Decimal224213217
Binary111000001101010111011001
Octal340325331

Shades and tints

Shades of #E0D5D9

#E0D5D9
(224,213,217)
#CCC2C6
(204,194,198)
#B8AFB3
(184,175,179)
#A49CA0
(164,156,160)
#90898D
(144,137,141)
#7C767A
(124,118,122)
#686367
(104,99,103)
#545054
(84,80,84)
#403D41
(64,61,65)
#2C2A2E
(44,42,46)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #E0D5D9

#E0D5D9
(224,213,217)
#E2D8DC
(226,216,220)
#E4DBDF
(228,219,223)
#E6DEE2
(230,222,226)
#E8E1E5
(232,225,229)
#EAE4E8
(234,228,232)
#ECE7EB
(236,231,235)
#EEEAEE
(238,234,238)
#F0EDF1
(240,237,241)
#F2F0F4
(242,240,244)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D5D9 color. Also use rgb(224,213,217) instead hex code.

Text Font Color

.myTextColor { color: #E0D5D9; }

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

This text font color is #E0D5D9.


Background Color

.myBgColor { background-color: #E0D5D9; }

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

This div background color is #E0D5D9.


Border color

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

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

This div border color is #E0D5D9.


Opacity

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

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

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

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

This text has shadow with #E0D5D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D5D9 on black background.


Color preview on white background

This text has color #E0D5D9 on white background.



Black color preview on #E0D5D9 background

This text has black color on #E0D5D9 background.


White color preview on #E0D5D9 background

This text has white color on #E0D5D9 background.