COLOR #E4DDD6

HEX: #E4DDD6 RGB: (228,221,214)

Color info

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

RGB color model

#E4DDD6 color RGB value is (228,221,214).

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

RGB channels and saturation

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

228
221
214

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

Portions of RGB colors in percentages

R + G + B = 228 + 221 + 214 = 663 (100%)
R 228 of 663 ~ 34.39%
G 221 of 663 ~ 33.33%
B 214 of 663 ~ 32.28'%

%34.39
%33.33
%32.28

CMYK color model

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

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

Codes

Color #E4DDD6 in popluar color models

E4 DD D6
RGB 228 221 214
HSL 30° 20.59% 86.67%
HSB/HSV 30° 6.14% 89.41%
CMYK 0.00% 3.07% 6.14%
10.59%

Color #E4DDD6 in popluar number systems.

HEX E4 DD D6
Decimal 228 221 214
Binary 11100100 11011101 11010110
Octal 344 335 326

Shades and tints

Shades of #E4DDD6

#E4DDD6
(228,221,214)
#D0C9C3
(208,201,195)
#BCB5B0
(188,181,176)
#A8A19D
(168,161,157)
#948D8A
(148,141,138)
#807977
(128,121,119)
#6C6564
(108,101,100)
#585151
(88,81,81)
#443D3E
(68,61,62)
#30292B
(48,41,43)
#1C1518
(28,21,24)
#000000
(0,0,0)

Tints of #E4DDD6

#E4DDD6
(228,221,214)
#E6E0D9
(230,224,217)
#E8E3DC
(232,227,220)
#EAE6DF
(234,230,223)
#ECE9E2
(236,233,226)
#EEECE5
(238,236,229)
#F0EFE8
(240,239,232)
#F2F2EB
(242,242,235)
#F4F5EE
(244,245,238)
#F6F8F1
(246,248,241)
#F8FBF4
(248,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DDD6; }

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

This text font color is #E4DDD6.

Background Color

.myBgColor { background-color: #E4DDD6; }

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

This div background color is #E4DDD6.

Border color

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

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

This div border color is #E4DDD6.

Opacity

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

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

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

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

This text has shadow with #E4DDD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4DDD6.

Preview

Color preview on black background

This text has color #E4DDD6 on black background.


Color preview on white background

This text has color #E4DDD6 on white background.


Black color preview on #E4DDD6 background

This text has black color on #E4DDD6 background.


White color preview on #E4DDD6 background

This text has white color on #E4DDD6 background.


Related colors

Complementary color

Complementary color for #hex is #1B2229.


I love getcolorcode.com

Triadic colors

1 #D6E4DD and #DDD6E4 with #E4DDD6 are triadic colors.

2 #D6DDE4 and #DDE4D6 with #E4DDD6 are triadic colors.