COLOR #E4D8DA

HEX: #E4D8DA RGB: (228,216,218)

Color info

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

RGB color model

#E4D8DA color RGB value is (228,216,218).

RGB: (228,216,218) (89%, 85%, 85%)

RGB channels and saturation

R 228 of 255 = 89%
G 216 of 255 = 85%
B 218 of 255 = 85%

228
216
218

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

Portions of RGB colors in percentages

R + G + B = 228 + 216 + 218 = 662 (100%)
R 228 of 662 ~ 34.44%
G 216 of 662 ~ 32.63%
B 218 of 662 ~ 32.93'%

%34.44
%32.63
%32.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 4.39%
  • 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
%4.39
%10.59

Codes

Color #E4D8DA in popluar color models

E4 D8 DA
RGB 228 216 218
HSL 350° 18.18% 87.06%
HSB/HSV 350° 5.26% 89.41%
CMYK 0.00% 5.26% 4.39%
10.59%

Color #E4D8DA in popluar number systems.

HEX E4 D8 DA
Decimal 228 216 218
Binary 11100100 11011000 11011010
Octal 344 330 332

Shades and tints

Shades of #E4D8DA

#E4D8DA
(228,216,218)
#D0C5C7
(208,197,199)
#BCB2B4
(188,178,180)
#A89FA1
(168,159,161)
#948C8E
(148,140,142)
#80797B
(128,121,123)
#6C6668
(108,102,104)
#585355
(88,83,85)
#444042
(68,64,66)
#302D2F
(48,45,47)
#1C1A1C
(28,26,28)
#000000
(0,0,0)

Tints of #E4D8DA

#E4D8DA
(228,216,218)
#E6DBDD
(230,219,221)
#E8DEE0
(232,222,224)
#EAE1E3
(234,225,227)
#ECE4E6
(236,228,230)
#EEE7E9
(238,231,233)
#F0EAEC
(240,234,236)
#F2EDEF
(242,237,239)
#F4F0F2
(244,240,242)
#F6F3F5
(246,243,245)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4D8DA; }

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

This text font color is #E4D8DA.

Background Color

.myBgColor { background-color: #E4D8DA; }

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

This div background color is #E4D8DA.

Border color

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

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

This div border color is #E4D8DA.

Opacity

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

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

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

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

This text has shadow with #E4D8DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4D8DA.

Preview

Color preview on black background

This text has color #E4D8DA on black background.


Color preview on white background

This text has color #E4D8DA on white background.


Black color preview on #E4D8DA background

This text has black color on #E4D8DA background.


White color preview on #E4D8DA background

This text has white color on #E4D8DA background.


Related colors

Complementary color

Complementary color for #hex is #1B2725.


I love getcolorcode.com

Triadic colors

1 #DAE4D8 and #D8DAE4 with #E4D8DA are triadic colors.

2 #DAD8E4 and #D8E4DA with #E4D8DA are triadic colors.