COLOR #E4DDD7

HEX: #E4DDD7 RGB: (228,221,215)

Color info

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

RGB color model

#E4DDD7 color RGB value is (228,221,215).

RGB: (228,221,215) (89%, 87%, 84%)

RGB channels and saturation

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

228
221
215

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

Portions of RGB colors in percentages

R + G + B = 228 + 221 + 215 = 664 (100%)
R 228 of 664 ~ 34.34%
G 221 of 664 ~ 33.28%
B 215 of 664 ~ 32.38'%

%34.34
%33.28
%32.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.07%
  • yellow value is 5.70%
  • key color value is 10.59%

CMYK: (0,3,6,11)
C0M3Y6K11 (0%, 3%, 6%, 11%)
(0.00 / 0.03 / 0.06 / 0.11)

CMYK percentages

%0
%3.07
%5.7
%10.59

Codes

Color #E4DDD7 in popluar color models

E4 DD D7
RGB 228 221 215
HSL 28° 19.40% 86.86%
HSB/HSV 28° 5.70% 89.41%
CMYK 0.00% 3.07% 5.70%
10.59%

Color #E4DDD7 in popluar number systems.

HEX E4 DD D7
Decimal 228 221 215
Binary 11100100 11011101 11010111
Octal 344 335 327

Shades and tints

Shades of #E4DDD7

#E4DDD7
(228,221,215)
#D0C9C4
(208,201,196)
#BCB5B1
(188,181,177)
#A8A19E
(168,161,158)
#948D8B
(148,141,139)
#807978
(128,121,120)
#6C6565
(108,101,101)
#585152
(88,81,82)
#443D3F
(68,61,63)
#30292C
(48,41,44)
#1C1519
(28,21,25)
#000000
(0,0,0)

Tints of #E4DDD7

#E4DDD7
(228,221,215)
#E6E0DA
(230,224,218)
#E8E3DD
(232,227,221)
#EAE6E0
(234,230,224)
#ECE9E3
(236,233,227)
#EEECE6
(238,236,230)
#F0EFE9
(240,239,233)
#F2F2EC
(242,242,236)
#F4F5EF
(244,245,239)
#F6F8F2
(246,248,242)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DDD7; }

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

This text font color is #E4DDD7.

Background Color

.myBgColor { background-color: #E4DDD7; }

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

This div background color is #E4DDD7.

Border color

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

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

This div border color is #E4DDD7.

Opacity

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

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

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

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

This text has shadow with #E4DDD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4DDD7.

Preview

Color preview on black background

This text has color #E4DDD7 on black background.


Color preview on white background

This text has color #E4DDD7 on white background.


Black color preview on #E4DDD7 background

This text has black color on #E4DDD7 background.


White color preview on #E4DDD7 background

This text has white color on #E4DDD7 background.


Related colors

Complementary color

Complementary color for #hex is #1B2228.


I love getcolorcode.com

Triadic colors

1 #D7E4DD and #DDD7E4 with #E4DDD7 are triadic colors.

2 #D7DDE4 and #DDE4D7 with #E4DDD7 are triadic colors.