COLOR #E4E0DE

HEX: #E4E0DE RGB: (228,224,222)

Color info

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

RGB color model

#E4E0DE color RGB value is (228,224,222).

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

RGB channels and saturation

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

228
224
222

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

Portions of RGB colors in percentages

R + G + B = 228 + 224 + 222 = 674 (100%)
R 228 of 674 ~ 33.83%
G 224 of 674 ~ 33.23%
B 222 of 674 ~ 32.94'%

%33.83
%33.23
%32.94

CMYK color model

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

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

Codes

Color #E4E0DE in popluar color models

E4 E0 DE
RGB 228 224 222
HSL 20° 10.00% 88.24%
HSB/HSV 20° 2.63% 89.41%
CMYK 0.00% 1.75% 2.63%
10.59%

Color #E4E0DE in popluar number systems.

HEX E4 E0 DE
Decimal 228 224 222
Binary 11100100 11100000 11011110
Octal 344 340 336

Shades and tints

Shades of #E4E0DE

#E4E0DE
(228,224,222)
#D0CCCA
(208,204,202)
#BCB8B6
(188,184,182)
#A8A4A2
(168,164,162)
#94908E
(148,144,142)
#807C7A
(128,124,122)
#6C6866
(108,104,102)
#585452
(88,84,82)
#44403E
(68,64,62)
#302C2A
(48,44,42)
#1C1816
(28,24,22)
#000000
(0,0,0)

Tints of #E4E0DE

#E4E0DE
(228,224,222)
#E6E2E1
(230,226,225)
#E8E4E4
(232,228,228)
#EAE6E7
(234,230,231)
#ECE8EA
(236,232,234)
#EEEAED
(238,234,237)
#F0ECF0
(240,236,240)
#F2EEF3
(242,238,243)
#F4F0F6
(244,240,246)
#F6F2F9
(246,242,249)
#F8F4FC
(248,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4E0DE; }

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

This text font color is #E4E0DE.

Background Color

.myBgColor { background-color: #E4E0DE; }

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

This div background color is #E4E0DE.

Border color

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

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

This div border color is #E4E0DE.

Opacity

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

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

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

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

This text has shadow with #E4E0DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4E0DE.

Preview

Color preview on black background

This text has color #E4E0DE on black background.


Color preview on white background

This text has color #E4E0DE on white background.


Black color preview on #E4E0DE background

This text has black color on #E4E0DE background.


White color preview on #E4E0DE background

This text has white color on #E4E0DE background.


Related colors

Complementary color

Complementary color for #hex is #1B1F21.


I love getcolorcode.com

Triadic colors

1 #DEE4E0 and #E0DEE4 with #E4E0DE are triadic colors.

2 #DEE0E4 and #E0E4DE with #E4E0DE are triadic colors.