COLOR #E4DFDC

HEX: #E4DFDC
RGB: (228,223,220)

Color info

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

RGB color model

#E4DFDC color RGB value is (228,223,220).

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

RGB channels and saturation

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

228
223
220

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

Portions of RGB colors in percentages

R + G + B =
228 + 223 + 220 = 671 (100%)
R 228 of 671 ~ 33.98%
G 223 of 671 ~ 33.23%
B 220 of 671 ~ 32.79%

%33.98
%33.23
%32.79

CMYK color model

#E4DFDC color CMYK value is (0,2,4,11).

  • cyan value is 0.00%
  • magenta value is 2.19%
  • yellow value is 3.51%
  • key color value is 10.59%
CMYK:
(0,2,4,11)
C0M2Y4K11 
(0%,2%,4%,11%)
(0.00/0.02/0.04/0.11)	

CMYK percentages

%0
%2.19
%3.51
%10.59

Codes

Color #E4DFDC in popluar color models

E4DFDC
RGB228223220
HSL22°12.90%87.84%
HSB/HSV22°3.51%89.41%
CMYK0.00%2.19%3.51%
10.59%

Color #E4DFDC in popluar number systems.

HEXE4DFDC
Decimal228223220
Binary111001001101111111011100
Octal344337334

Shades and tints

Shades of #E4DFDC

#E4DFDC
(228,223,220)
#D0CBC8
(208,203,200)
#BCB7B4
(188,183,180)
#A8A3A0
(168,163,160)
#948F8C
(148,143,140)
#807B78
(128,123,120)
#6C6764
(108,103,100)
#585350
(88,83,80)
#443F3C
(68,63,60)
#302B28
(48,43,40)
#1C1714
(28,23,20)
#000000
(0,0,0)

Tints of #E4DFDC

#E4DFDC
(228,223,220)
#E6E1DF
(230,225,223)
#E8E3E2
(232,227,226)
#EAE5E5
(234,229,229)
#ECE7E8
(236,231,232)
#EEE9EB
(238,233,235)
#F0EBEE
(240,235,238)
#F2EDF1
(242,237,241)
#F4EFF4
(244,239,244)
#F6F1F7
(246,241,247)
#F8F3FA
(248,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DFDC; }

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

This text font color is #E4DFDC.


Background Color

.myBgColor { background-color: #E4DFDC; }

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

This div background color is #E4DFDC.


Border color

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

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

This div border color is #E4DFDC.


Opacity

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

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

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

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

This text has shadow with #E4DFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DFDC on black background.


Color preview on white background

This text has color #E4DFDC on white background.



Black color preview on #E4DFDC background

This text has black color on #E4DFDC background.


White color preview on #E4DFDC background

This text has white color on #E4DFDC background.