COLOR #E0D5E0

HEX: #E0D5E0
RGB: (224,213,224)

Color info

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

RGB color model

#E0D5E0 color RGB value is (224,213,224).

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

RGB channels and saturation

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

224
213
224

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

Portions of RGB colors in percentages

R + G + B =
224 + 213 + 224 = 661 (100%)
R 224 of 661 ~ 33.89%
G 213 of 661 ~ 32.22%
B 224 of 661 ~ 33.89%

%33.89
%32.22
%33.89

CMYK color model

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

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

CMYK percentages

%0
%4.91
%0
%12.16

Codes

Color #E0D5E0 in popluar color models

E0D5E0
RGB224213224
HSL300°15.07%85.69%
HSB/HSV300°4.91%87.84%
CMYK0.00%4.91%0.00%
12.16%

Color #E0D5E0 in popluar number systems.

HEXE0D5E0
Decimal224213224
Binary111000001101010111100000
Octal340325340

Shades and tints

Shades of #E0D5E0

#E0D5E0
(224,213,224)
#CCC2CC
(204,194,204)
#B8AFB8
(184,175,184)
#A49CA4
(164,156,164)
#908990
(144,137,144)
#7C767C
(124,118,124)
#686368
(104,99,104)
#545054
(84,80,84)
#403D40
(64,61,64)
#2C2A2C
(44,42,44)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #E0D5E0

#E0D5E0
(224,213,224)
#E2D8E2
(226,216,226)
#E4DBE4
(228,219,228)
#E6DEE6
(230,222,230)
#E8E1E8
(232,225,232)
#EAE4EA
(234,228,234)
#ECE7EC
(236,231,236)
#EEEAEE
(238,234,238)
#F0EDF0
(240,237,240)
#F2F0F2
(242,240,242)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D5E0; }

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

This text font color is #E0D5E0.


Background Color

.myBgColor { background-color: #E0D5E0; }

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

This div background color is #E0D5E0.


Border color

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

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

This div border color is #E0D5E0.


Opacity

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

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

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

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

This text has shadow with #E0D5E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D5E0 on black background.


Color preview on white background

This text has color #E0D5E0 on white background.



Black color preview on #E0D5E0 background

This text has black color on #E0D5E0 background.


White color preview on #E0D5E0 background

This text has white color on #E0D5E0 background.