COLOR #E4E4DD

HEX: #E4E4DD RGB: (228,228,221)

Color info

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

RGB color model

#E4E4DD color RGB value is (228,228,221).

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

RGB channels and saturation

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

228
228
221

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

Portions of RGB colors in percentages

R + G + B = 228 + 228 + 221 = 677 (100%)
R 228 of 677 ~ 33.68%
G 228 of 677 ~ 33.68%
B 221 of 677 ~ 32.64'%

%33.68
%33.68
%32.64

CMYK color model

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

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

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

CMYK percentages

%0
%0
%3.07
%10.59

Codes

Color #E4E4DD in popluar color models

E4 E4 DD
RGB 228 228 221
HSL 60° 11.48% 88.04%
HSB/HSV 60° 3.07% 89.41%
CMYK 0.00% 0.00% 3.07%
10.59%

Color #E4E4DD in popluar number systems.

HEX E4 E4 DD
Decimal 228 228 221
Binary 11100100 11100100 11011101
Octal 344 344 335

Shades and tints

Shades of #E4E4DD

#E4E4DD
(228,228,221)
#D0D0C9
(208,208,201)
#BCBCB5
(188,188,181)
#A8A8A1
(168,168,161)
#94948D
(148,148,141)
#808079
(128,128,121)
#6C6C65
(108,108,101)
#585851
(88,88,81)
#44443D
(68,68,61)
#303029
(48,48,41)
#1C1C15
(28,28,21)
#000000
(0,0,0)

Tints of #E4E4DD

#E4E4DD
(228,228,221)
#E6E6E0
(230,230,224)
#E8E8E3
(232,232,227)
#EAEAE6
(234,234,230)
#ECECE9
(236,236,233)
#EEEEEC
(238,238,236)
#F0F0EF
(240,240,239)
#F2F2F2
(242,242,242)
#F4F4F5
(244,244,245)
#F6F6F8
(246,246,248)
#F8F8FB
(248,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4E4DD; }

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

This text font color is #E4E4DD.

Background Color

.myBgColor { background-color: #E4E4DD; }

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

This div background color is #E4E4DD.

Border color

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

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

This div border color is #E4E4DD.

Opacity

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

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

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

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

This text has shadow with #E4E4DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4E4DD.

Preview

Color preview on black background

This text has color #E4E4DD on black background.


Color preview on white background

This text has color #E4E4DD on white background.


Black color preview on #E4E4DD background

This text has black color on #E4E4DD background.


White color preview on #E4E4DD background

This text has white color on #E4E4DD background.


Related colors

Complementary color

Complementary color for #hex is #1B1B22.


I love getcolorcode.com