COLOR #E4DDDC

HEX: #E4DDDC
RGB: (228,221,220)

Color info

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

RGB color model

#E4DDDC color RGB value is (228,221,220).

  • red value is 228;
  • green value is 221;
  • blue value is 220.
RGB:
(228,221,220)
(89%,87%,86%)

RGB channels and saturation

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

228
221
220

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

Portions of RGB colors in percentages

R + G + B =
228 + 221 + 220 = 669 (100%)
R 228 of 669 ~ 34.08%
G 221 of 669 ~ 33.03%
B 220 of 669 ~ 32.88%

%34.08
%33.03
%32.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.07%
  • yellow value is 3.51%
  • key color value is 10.59%
CMYK:
(0,3,4,11)
C0M3Y4K11 
(0%,3%,4%,11%)
(0.00/0.03/0.04/0.11)	

CMYK percentages

%0
%3.07
%3.51
%10.59

Codes

Color #E4DDDC in popluar color models

E4DDDC
RGB228221220
HSL12.90%87.84%
HSB/HSV3.51%89.41%
CMYK0.00%3.07%3.51%
10.59%

Color #E4DDDC in popluar number systems.

HEXE4DDDC
Decimal228221220
Binary111001001101110111011100
Octal344335334

Shades and tints

Shades of #E4DDDC

#E4DDDC
(228,221,220)
#D0C9C8
(208,201,200)
#BCB5B4
(188,181,180)
#A8A1A0
(168,161,160)
#948D8C
(148,141,140)
#807978
(128,121,120)
#6C6564
(108,101,100)
#585150
(88,81,80)
#443D3C
(68,61,60)
#302928
(48,41,40)
#1C1514
(28,21,20)
#000000
(0,0,0)

Tints of #E4DDDC

#E4DDDC
(228,221,220)
#E6E0DF
(230,224,223)
#E8E3E2
(232,227,226)
#EAE6E5
(234,230,229)
#ECE9E8
(236,233,232)
#EEECEB
(238,236,235)
#F0EFEE
(240,239,238)
#F2F2F1
(242,242,241)
#F4F5F4
(244,245,244)
#F6F8F7
(246,248,247)
#F8FBFA
(248,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DDDC; }

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

This text font color is #E4DDDC.


Background Color

.myBgColor { background-color: #E4DDDC; }

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

This div background color is #E4DDDC.


Border color

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

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

This div border color is #E4DDDC.


Opacity

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

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

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

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

This text has shadow with #E4DDDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DDDC on black background.


Color preview on white background

This text has color #E4DDDC on white background.



Black color preview on #E4DDDC background

This text has black color on #E4DDDC background.


White color preview on #E4DDDC background

This text has white color on #E4DDDC background.