COLOR #E4D7DE

HEX: #E4D7DE
RGB: (228,215,222)

Color info

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

RGB color model

#E4D7DE color RGB value is (228,215,222).

  • red value is 228;
  • green value is 215;
  • blue value is 222.
RGB:
(228,215,222)
(89%,84%,87%)

RGB channels and saturation

R 228 of 255 = 89%
G 215 of 255 = 84%
B 222 of 255 = 87%

228
215
222

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

Portions of RGB colors in percentages

R + G + B =
228 + 215 + 222 = 665 (100%)
R 228 of 665 ~ 34.29%
G 215 of 665 ~ 32.33%
B 222 of 665 ~ 33.38%

%34.29
%32.33
%33.38

CMYK color model

#E4D7DE color CMYK value is (0,6,3,11).

  • cyan value is 0.00%
  • magenta value is 5.70%
  • yellow value is 2.63%
  • key color value is 10.59%
CMYK:
(0,6,3,11)
C0M6Y3K11 
(0%,6%,3%,11%)
(0.00/0.06/0.03/0.11)	

CMYK percentages

%0
%5.7
%2.63
%10.59

Codes

Color #E4D7DE in popluar color models

E4D7DE
RGB228215222
HSL328°19.40%86.86%
HSB/HSV328°5.70%89.41%
CMYK0.00%5.70%2.63%
10.59%

Color #E4D7DE in popluar number systems.

HEXE4D7DE
Decimal228215222
Binary111001001101011111011110
Octal344327336

Shades and tints

Shades of #E4D7DE

#E4D7DE
(228,215,222)
#D0C4CA
(208,196,202)
#BCB1B6
(188,177,182)
#A89EA2
(168,158,162)
#948B8E
(148,139,142)
#80787A
(128,120,122)
#6C6566
(108,101,102)
#585252
(88,82,82)
#443F3E
(68,63,62)
#302C2A
(48,44,42)
#1C1916
(28,25,22)
#000000
(0,0,0)

Tints of #E4D7DE

#E4D7DE
(228,215,222)
#E6DAE1
(230,218,225)
#E8DDE4
(232,221,228)
#EAE0E7
(234,224,231)
#ECE3EA
(236,227,234)
#EEE6ED
(238,230,237)
#F0E9F0
(240,233,240)
#F2ECF3
(242,236,243)
#F4EFF6
(244,239,246)
#F6F2F9
(246,242,249)
#F8F5FC
(248,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D7DE color. Also use rgb(228,215,222) instead hex code.

Text Font Color

.myTextColor { color: #E4D7DE; }

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

This text font color is #E4D7DE.


Background Color

.myBgColor { background-color: #E4D7DE; }

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

This div background color is #E4D7DE.


Border color

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

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

This div border color is #E4D7DE.


Opacity

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

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

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

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

This text has shadow with #E4D7DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D7DE on black background.


Color preview on white background

This text has color #E4D7DE on white background.



Black color preview on #E4D7DE background

This text has black color on #E4D7DE background.


White color preview on #E4D7DE background

This text has white color on #E4D7DE background.