COLOR #E4E0DD

HEX: #E4E0DD RGB: (228,224,221)

Color info

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

RGB color model

#E4E0DD color RGB value is (228,224,221).

RGB: (228,224,221) (89%, 88%, 87%)

RGB channels and saturation

R 228 of 255 = 89%
G 224 of 255 = 88%
B 221 of 255 = 87%

228
224
221

R + G + B ~ 88%. #E4E0DD is light color.

Portions of RGB colors in percentages

R + G + B = 228 + 224 + 221 = 673 (100%)
R 228 of 673 ~ 33.88%
G 224 of 673 ~ 33.28%
B 221 of 673 ~ 32.84'%

%33.88
%33.28
%32.84

CMYK color model

#E4E0DD color CMYK value is (0,2,3,11).

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

CMYK: (0,2,3,11)
C0M2Y3K11 (0%, 2%, 3%, 11%)
(0.00 / 0.02 / 0.03 / 0.11)

CMYK percentages

%0
%1.75
%3.07
%10.59

Codes

Color #E4E0DD in popluar color models

E4 E0 DD
RGB 228 224 221
HSL 26° 11.48% 88.04%
HSB/HSV 26° 3.07% 89.41%
CMYK 0.00% 1.75% 3.07%
10.59%

Color #E4E0DD in popluar number systems.

HEX E4 E0 DD
Decimal 228 224 221
Binary 11100100 11100000 11011101
Octal 344 340 335

Shades and tints

Shades of #E4E0DD

#E4E0DD
(228,224,221)
#D0CCC9
(208,204,201)
#BCB8B5
(188,184,181)
#A8A4A1
(168,164,161)
#94908D
(148,144,141)
#807C79
(128,124,121)
#6C6865
(108,104,101)
#585451
(88,84,81)
#44403D
(68,64,61)
#302C29
(48,44,41)
#1C1815
(28,24,21)
#000000
(0,0,0)

Tints of #E4E0DD

#E4E0DD
(228,224,221)
#E6E2E0
(230,226,224)
#E8E4E3
(232,228,227)
#EAE6E6
(234,230,230)
#ECE8E9
(236,232,233)
#EEEAEC
(238,234,236)
#F0ECEF
(240,236,239)
#F2EEF2
(242,238,242)
#F4F0F5
(244,240,245)
#F6F2F8
(246,242,248)
#F8F4FB
(248,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4E0DD; }

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

This text font color is #E4E0DD.

Background Color

.myBgColor { background-color: #E4E0DD; }

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

This div background color is #E4E0DD.

Border color

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

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

This div border color is #E4E0DD.

Opacity

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

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

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

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

This text has shadow with #E4E0DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4E0DD.

Preview

Color preview on black background

This text has color #E4E0DD on black background.


Color preview on white background

This text has color #E4E0DD on white background.


Black color preview on #E4E0DD background

This text has black color on #E4E0DD background.


White color preview on #E4E0DD background

This text has white color on #E4E0DD background.


Related colors

Complementary color

Complementary color for #hex is #1B1F22.


I love getcolorcode.com

Triadic colors

1 #DDE4E0 and #E0DDE4 with #E4E0DD are triadic colors.

2 #DDE0E4 and #E0E4DD with #E4E0DD are triadic colors.