COLOR #E0D1E5

HEX: #E0D1E5
RGB: (224,209,229)

Color info

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

RGB color model

#E0D1E5 color RGB value is (224,209,229).

  • red value is 224;
  • green value is 209;
  • blue value is 229.
RGB:
(224,209,229)
(88%,82%,90%)

RGB channels and saturation

R 224 of 255 = 88%
G 209 of 255 = 82%
B 229 of 255 = 90%

224
209
229

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

Portions of RGB colors in percentages

R + G + B =
224 + 209 + 229 = 662 (100%)
R 224 of 662 ~ 33.84%
G 209 of 662 ~ 31.57%
B 229 of 662 ~ 34.59%

%33.84
%31.57
%34.59

CMYK color model

#E0D1E5 color CMYK value is (2,9,0,10).

  • cyan value is 2.18%
  • magenta value is 8.73%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(2,9,0,10)
C2M9Y0K10 
(2%,9%,0%,10%)
(0.02/0.09/0.00/0.10)	

CMYK percentages

%2.18
%8.73
%0
%10.2

Codes

Color #E0D1E5 in popluar color models

E0D1E5
RGB224209229
HSL285°27.78%85.88%
HSB/HSV285°8.73%89.80%
CMYK2.18%8.73%0.00%
10.20%

Color #E0D1E5 in popluar number systems.

HEXE0D1E5
Decimal224209229
Binary111000001101000111100101
Octal340321345

Shades and tints

Shades of #E0D1E5

#E0D1E5
(224,209,229)
#CCBED1
(204,190,209)
#B8ABBD
(184,171,189)
#A498A9
(164,152,169)
#908595
(144,133,149)
#7C7281
(124,114,129)
#685F6D
(104,95,109)
#544C59
(84,76,89)
#403945
(64,57,69)
#2C2631
(44,38,49)
#18131D
(24,19,29)
#000000
(0,0,0)

Tints of #E0D1E5

#E0D1E5
(224,209,229)
#E2D5E7
(226,213,231)
#E4D9E9
(228,217,233)
#E6DDEB
(230,221,235)
#E8E1ED
(232,225,237)
#EAE5EF
(234,229,239)
#ECE9F1
(236,233,241)
#EEEDF3
(238,237,243)
#F0F1F5
(240,241,245)
#F2F5F7
(242,245,247)
#F4F9F9
(244,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D1E5; }

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

This text font color is #E0D1E5.


Background Color

.myBgColor { background-color: #E0D1E5; }

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

This div background color is #E0D1E5.


Border color

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

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

This div border color is #E0D1E5.


Opacity

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

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

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

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

This text has shadow with #E0D1E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D1E5 on black background.


Color preview on white background

This text has color #E0D1E5 on white background.



Black color preview on #E0D1E5 background

This text has black color on #E0D1E5 background.


White color preview on #E0D1E5 background

This text has white color on #E0D1E5 background.