COLOR #E4D8DC

HEX: #E4D8DC RGB: (228,216,220)

Color info

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

RGB color model

#E4D8DC color RGB value is (228,216,220).

RGB: (228,216,220) (89%, 85%, 86%)

RGB channels and saturation

R 228 of 255 = 89%
G 216 of 255 = 85%
B 220 of 255 = 86%

228
216
220

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

Portions of RGB colors in percentages

R + G + B = 228 + 216 + 220 = 664 (100%)
R 228 of 664 ~ 34.34%
G 216 of 664 ~ 32.53%
B 220 of 664 ~ 33.13'%

%34.34
%32.53
%33.13

CMYK color model

#E4D8DC color CMYK value is (0,5,4,11).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 3.51%
  • key color value is 10.59%

CMYK: (0,5,4,11)
C0M5Y4K11 (0%, 5%, 4%, 11%)
(0.00 / 0.05 / 0.04 / 0.11)

CMYK percentages

%0
%5.26
%3.51
%10.59

Codes

Color #E4D8DC in popluar color models

E4 D8 DC
RGB 228 216 220
HSL 340° 18.18% 87.06%
HSB/HSV 340° 5.26% 89.41%
CMYK 0.00% 5.26% 3.51%
10.59%

Color #E4D8DC in popluar number systems.

HEX E4 D8 DC
Decimal 228 216 220
Binary 11100100 11011000 11011100
Octal 344 330 334

Shades and tints

Shades of #E4D8DC

#E4D8DC
(228,216,220)
#D0C5C8
(208,197,200)
#BCB2B4
(188,178,180)
#A89FA0
(168,159,160)
#948C8C
(148,140,140)
#807978
(128,121,120)
#6C6664
(108,102,100)
#585350
(88,83,80)
#44403C
(68,64,60)
#302D28
(48,45,40)
#1C1A14
(28,26,20)
#000000
(0,0,0)

Tints of #E4D8DC

#E4D8DC
(228,216,220)
#E6DBDF
(230,219,223)
#E8DEE2
(232,222,226)
#EAE1E5
(234,225,229)
#ECE4E8
(236,228,232)
#EEE7EB
(238,231,235)
#F0EAEE
(240,234,238)
#F2EDF1
(242,237,241)
#F4F0F4
(244,240,244)
#F6F3F7
(246,243,247)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4D8DC; }

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

This text font color is #E4D8DC.

Background Color

.myBgColor { background-color: #E4D8DC; }

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

This div background color is #E4D8DC.

Border color

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

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

This div border color is #E4D8DC.

Opacity

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

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

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

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

This text has shadow with #E4D8DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4D8DC.

Preview

Color preview on black background

This text has color #E4D8DC on black background.


Color preview on white background

This text has color #E4D8DC on white background.


Black color preview on #E4D8DC background

This text has black color on #E4D8DC background.


White color preview on #E4D8DC background

This text has white color on #E4D8DC background.


Related colors

Complementary color

Complementary color for #hex is #1B2723.


I love getcolorcode.com

Triadic colors

1 #DCE4D8 and #D8DCE4 with #E4D8DC are triadic colors.

2 #DCD8E4 and #D8E4DC with #E4D8DC are triadic colors.