COLOR #E4DCDD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

228
220
221

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

Portions of RGB colors in percentages

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

%34.08
%32.88
%33.03

CMYK color model

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

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

CMYK percentages

%0
%3.51
%3.07
%10.59

Codes

Color #E4DCDD in popluar color models

E4DCDD
RGB228220221
HSL353°12.90%87.84%
HSB/HSV353°3.51%89.41%
CMYK0.00%3.51%3.07%
10.59%

Color #E4DCDD in popluar number systems.

HEXE4DCDD
Decimal228220221
Binary111001001101110011011101
Octal344334335

Shades and tints

Shades of #E4DCDD

#E4DCDD
(228,220,221)
#D0C8C9
(208,200,201)
#BCB4B5
(188,180,181)
#A8A0A1
(168,160,161)
#948C8D
(148,140,141)
#807879
(128,120,121)
#6C6465
(108,100,101)
#585051
(88,80,81)
#443C3D
(68,60,61)
#302829
(48,40,41)
#1C1415
(28,20,21)
#000000
(0,0,0)

Tints of #E4DCDD

#E4DCDD
(228,220,221)
#E6DFE0
(230,223,224)
#E8E2E3
(232,226,227)
#EAE5E6
(234,229,230)
#ECE8E9
(236,232,233)
#EEEBEC
(238,235,236)
#F0EEEF
(240,238,239)
#F2F1F2
(242,241,242)
#F4F4F5
(244,244,245)
#F6F7F8
(246,247,248)
#F8FAFB
(248,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DCDD; }

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

This text font color is #E4DCDD.


Background Color

.myBgColor { background-color: #E4DCDD; }

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

This div background color is #E4DCDD.


Border color

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

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

This div border color is #E4DCDD.


Opacity

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

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

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

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

This text has shadow with #E4DCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DCDD on black background.


Color preview on white background

This text has color #E4DCDD on white background.



Black color preview on #E4DCDD background

This text has black color on #E4DCDD background.


White color preview on #E4DCDD background

This text has white color on #E4DCDD background.