COLOR #E4DCDA

HEX: #E4DCDA RGB: (228,220,218)

Color info

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

RGB color model

#E4DCDA color RGB value is (228,220,218).

RGB: (228,220,218) (89%, 86%, 85%)

RGB channels and saturation

R 228 of 255 = 89%
G 220 of 255 = 86%
B 218 of 255 = 85%

228
220
218

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

Portions of RGB colors in percentages

R + G + B = 228 + 220 + 218 = 666 (100%)
R 228 of 666 ~ 34.23%
G 220 of 666 ~ 33.03%
B 218 of 666 ~ 32.73'%

%34.23
%33.03
%32.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.51%
  • yellow value is 4.39%
  • key color value is 10.59%

CMYK: (0,4,4,11)
C0M4Y4K11 (0%, 4%, 4%, 11%)
(0.00 / 0.04 / 0.04 / 0.11)

CMYK percentages

%0
%3.51
%4.39
%10.59

Codes

Color #E4DCDA in popluar color models

E4 DC DA
RGB 228 220 218
HSL 12° 15.63% 87.45%
HSB/HSV 12° 4.39% 89.41%
CMYK 0.00% 3.51% 4.39%
10.59%

Color #E4DCDA in popluar number systems.

HEX E4 DC DA
Decimal 228 220 218
Binary 11100100 11011100 11011010
Octal 344 334 332

Shades and tints

Shades of #E4DCDA

#E4DCDA
(228,220,218)
#D0C8C7
(208,200,199)
#BCB4B4
(188,180,180)
#A8A0A1
(168,160,161)
#948C8E
(148,140,142)
#80787B
(128,120,123)
#6C6468
(108,100,104)
#585055
(88,80,85)
#443C42
(68,60,66)
#30282F
(48,40,47)
#1C141C
(28,20,28)
#000000
(0,0,0)

Tints of #E4DCDA

#E4DCDA
(228,220,218)
#E6DFDD
(230,223,221)
#E8E2E0
(232,226,224)
#EAE5E3
(234,229,227)
#ECE8E6
(236,232,230)
#EEEBE9
(238,235,233)
#F0EEEC
(240,238,236)
#F2F1EF
(242,241,239)
#F4F4F2
(244,244,242)
#F6F7F5
(246,247,245)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DCDA; }

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

This text font color is #E4DCDA.

Background Color

.myBgColor { background-color: #E4DCDA; }

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

This div background color is #E4DCDA.

Border color

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

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

This div border color is #E4DCDA.

Opacity

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

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

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

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

This text has shadow with #E4DCDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4DCDA.

Preview

Color preview on black background

This text has color #E4DCDA on black background.


Color preview on white background

This text has color #E4DCDA on white background.


Black color preview on #E4DCDA background

This text has black color on #E4DCDA background.


White color preview on #E4DCDA background

This text has white color on #E4DCDA background.


Related colors

Complementary color

Complementary color for #hex is #1B2325.


I love getcolorcode.com

Triadic colors

1 #DAE4DC and #DCDAE4 with #E4DCDA are triadic colors.

2 #DADCE4 and #DCE4DA with #E4DCDA are triadic colors.