COLOR #E4DCDF

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

228
220
223

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

Portions of RGB colors in percentages

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

%33.98
%32.79
%33.23

CMYK color model

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

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

CMYK percentages

%0
%3.51
%2.19
%10.59

Codes

Color #E4DCDF in popluar color models

E4DCDF
RGB228220223
HSL338°12.90%87.84%
HSB/HSV338°3.51%89.41%
CMYK0.00%3.51%2.19%
10.59%

Color #E4DCDF in popluar number systems.

HEXE4DCDF
Decimal228220223
Binary111001001101110011011111
Octal344334337

Shades and tints

Shades of #E4DCDF

#E4DCDF
(228,220,223)
#D0C8CB
(208,200,203)
#BCB4B7
(188,180,183)
#A8A0A3
(168,160,163)
#948C8F
(148,140,143)
#80787B
(128,120,123)
#6C6467
(108,100,103)
#585053
(88,80,83)
#443C3F
(68,60,63)
#30282B
(48,40,43)
#1C1417
(28,20,23)
#000000
(0,0,0)

Tints of #E4DCDF

#E4DCDF
(228,220,223)
#E6DFE1
(230,223,225)
#E8E2E3
(232,226,227)
#EAE5E5
(234,229,229)
#ECE8E7
(236,232,231)
#EEEBE9
(238,235,233)
#F0EEEB
(240,238,235)
#F2F1ED
(242,241,237)
#F4F4EF
(244,244,239)
#F6F7F1
(246,247,241)
#F8FAF3
(248,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DCDF; }

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

This text font color is #E4DCDF.


Background Color

.myBgColor { background-color: #E4DCDF; }

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

This div background color is #E4DCDF.


Border color

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

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

This div border color is #E4DCDF.


Opacity

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

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

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

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

This text has shadow with #E4DCDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DCDF on black background.


Color preview on white background

This text has color #E4DCDF on white background.



Black color preview on #E4DCDF background

This text has black color on #E4DCDF background.


White color preview on #E4DCDF background

This text has white color on #E4DCDF background.