COLOR #E4DEDD

HEX: #E4DEDD RGB: (228,222,221)

Color info

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

RGB color model

#E4DEDD color RGB value is (228,222,221).

RGB: (228,222,221) (89%, 87%, 87%)

RGB channels and saturation

R 228 of 255 = 89%
G 222 of 255 = 87%
B 221 of 255 = 87%

228
222
221

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

Portions of RGB colors in percentages

R + G + B = 228 + 222 + 221 = 671 (100%)
R 228 of 671 ~ 33.98%
G 222 of 671 ~ 33.08%
B 221 of 671 ~ 32.94'%

%33.98
%33.08
%32.94

CMYK color model

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

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

CMYK: (0,3,3,11)
C0M3Y3K11 (0%, 3%, 3%, 11%)
(0.00 / 0.03 / 0.03 / 0.11)

CMYK percentages

%0
%2.63
%3.07
%10.59

Codes

Color #E4DEDD in popluar color models

E4 DE DD
RGB 228 222 221
HSL 11.48% 88.04%
HSB/HSV 3.07% 89.41%
CMYK 0.00% 2.63% 3.07%
10.59%

Color #E4DEDD in popluar number systems.

HEX E4 DE DD
Decimal 228 222 221
Binary 11100100 11011110 11011101
Octal 344 336 335

Shades and tints

Shades of #E4DEDD

#E4DEDD
(228,222,221)
#D0CAC9
(208,202,201)
#BCB6B5
(188,182,181)
#A8A2A1
(168,162,161)
#948E8D
(148,142,141)
#807A79
(128,122,121)
#6C6665
(108,102,101)
#585251
(88,82,81)
#443E3D
(68,62,61)
#302A29
(48,42,41)
#1C1615
(28,22,21)
#000000
(0,0,0)

Tints of #E4DEDD

#E4DEDD
(228,222,221)
#E6E1E0
(230,225,224)
#E8E4E3
(232,228,227)
#EAE7E6
(234,231,230)
#ECEAE9
(236,234,233)
#EEEDEC
(238,237,236)
#F0F0EF
(240,240,239)
#F2F3F2
(242,243,242)
#F4F6F5
(244,246,245)
#F6F9F8
(246,249,248)
#F8FCFB
(248,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DEDD; }

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

This text font color is #E4DEDD.

Background Color

.myBgColor { background-color: #E4DEDD; }

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

This div background color is #E4DEDD.

Border color

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

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

This div border color is #E4DEDD.

Opacity

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

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

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

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

This text has shadow with #E4DEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4DEDD.

Preview

Color preview on black background

This text has color #E4DEDD on black background.


Color preview on white background

This text has color #E4DEDD on white background.


Black color preview on #E4DEDD background

This text has black color on #E4DEDD background.


White color preview on #E4DEDD background

This text has white color on #E4DEDD background.


Related colors

Complementary color

Complementary color for #hex is #1B2122.


I love getcolorcode.com

Triadic colors

1 #DDE4DE and #DEDDE4 with #E4DEDD are triadic colors.

2 #DDDEE4 and #DEE4DD with #E4DEDD are triadic colors.