COLOR #E4D8DE

HEX: #E4D8DE
RGB: (228,216,222)

Color info

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

RGB color model

#E4D8DE color RGB value is (228,216,222).

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

RGB channels and saturation

R 228 of 255 = 89%
G 216 of 255 = 85%
B 222 of 255 = 87%

228
216
222

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

Portions of RGB colors in percentages

R + G + B =
228 + 216 + 222 = 666 (100%)
R 228 of 666 ~ 34.23%
G 216 of 666 ~ 32.43%
B 222 of 666 ~ 33.33%

%34.23
%32.43
%33.33

CMYK color model

#E4D8DE color CMYK value is (0,5,3,11).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 2.63%
  • key color value is 10.59%
CMYK:
(0,5,3,11)
C0M5Y3K11 
(0%,5%,3%,11%)
(0.00/0.05/0.03/0.11)	

CMYK percentages

%0
%5.26
%2.63
%10.59

Codes

Color #E4D8DE in popluar color models

E4D8DE
RGB228216222
HSL330°18.18%87.06%
HSB/HSV330°5.26%89.41%
CMYK0.00%5.26%2.63%
10.59%

Color #E4D8DE in popluar number systems.

HEXE4D8DE
Decimal228216222
Binary111001001101100011011110
Octal344330336

Shades and tints

Shades of #E4D8DE

#E4D8DE
(228,216,222)
#D0C5CA
(208,197,202)
#BCB2B6
(188,178,182)
#A89FA2
(168,159,162)
#948C8E
(148,140,142)
#80797A
(128,121,122)
#6C6666
(108,102,102)
#585352
(88,83,82)
#44403E
(68,64,62)
#302D2A
(48,45,42)
#1C1A16
(28,26,22)
#000000
(0,0,0)

Tints of #E4D8DE

#E4D8DE
(228,216,222)
#E6DBE1
(230,219,225)
#E8DEE4
(232,222,228)
#EAE1E7
(234,225,231)
#ECE4EA
(236,228,234)
#EEE7ED
(238,231,237)
#F0EAF0
(240,234,240)
#F2EDF3
(242,237,243)
#F4F0F6
(244,240,246)
#F6F3F9
(246,243,249)
#F8F6FC
(248,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4D8DE; }

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

This text font color is #E4D8DE.


Background Color

.myBgColor { background-color: #E4D8DE; }

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

This div background color is #E4D8DE.


Border color

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

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

This div border color is #E4D8DE.


Opacity

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

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

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

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

This text has shadow with #E4D8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D8DE on black background.


Color preview on white background

This text has color #E4D8DE on white background.



Black color preview on #E4D8DE background

This text has black color on #E4D8DE background.


White color preview on #E4D8DE background

This text has white color on #E4D8DE background.