COLOR #E0D3DB

HEX: #E0D3DB
RGB: (224,211,219)

Color info

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

RGB color model

#E0D3DB color RGB value is (224,211,219).

  • red value is 224;
  • green value is 211;
  • blue value is 219.
RGB:
(224,211,219)
(88%,83%,86%)

RGB channels and saturation

R 224 of 255 = 88%
G 211 of 255 = 83%
B 219 of 255 = 86%

224
211
219

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

Portions of RGB colors in percentages

R + G + B =
224 + 211 + 219 = 654 (100%)
R 224 of 654 ~ 34.25%
G 211 of 654 ~ 32.26%
B 219 of 654 ~ 33.49%

%34.25
%32.26
%33.49

CMYK color model

#E0D3DB color CMYK value is (0,6,2,12).

  • cyan value is 0.00%
  • magenta value is 5.80%
  • yellow value is 2.23%
  • key color value is 12.16%
CMYK:
(0,6,2,12)
C0M6Y2K12 
(0%,6%,2%,12%)
(0.00/0.06/0.02/0.12)	

CMYK percentages

%0
%5.8
%2.23
%12.16

Codes

Color #E0D3DB in popluar color models

E0D3DB
RGB224211219
HSL323°17.33%85.29%
HSB/HSV323°5.80%87.84%
CMYK0.00%5.80%2.23%
12.16%

Color #E0D3DB in popluar number systems.

HEXE0D3DB
Decimal224211219
Binary111000001101001111011011
Octal340323333

Shades and tints

Shades of #E0D3DB

#E0D3DB
(224,211,219)
#CCC0C8
(204,192,200)
#B8ADB5
(184,173,181)
#A49AA2
(164,154,162)
#90878F
(144,135,143)
#7C747C
(124,116,124)
#686169
(104,97,105)
#544E56
(84,78,86)
#403B43
(64,59,67)
#2C2830
(44,40,48)
#18151D
(24,21,29)
#000000
(0,0,0)

Tints of #E0D3DB

#E0D3DB
(224,211,219)
#E2D7DE
(226,215,222)
#E4DBE1
(228,219,225)
#E6DFE4
(230,223,228)
#E8E3E7
(232,227,231)
#EAE7EA
(234,231,234)
#ECEBED
(236,235,237)
#EEEFF0
(238,239,240)
#F0F3F3
(240,243,243)
#F2F7F6
(242,247,246)
#F4FBF9
(244,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D3DB; }

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

This text font color is #E0D3DB.


Background Color

.myBgColor { background-color: #E0D3DB; }

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

This div background color is #E0D3DB.


Border color

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

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

This div border color is #E0D3DB.


Opacity

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

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

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

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

This text has shadow with #E0D3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D3DB on black background.


Color preview on white background

This text has color #E0D3DB on white background.



Black color preview on #E0D3DB background

This text has black color on #E0D3DB background.


White color preview on #E0D3DB background

This text has white color on #E0D3DB background.