COLOR #E4DCCF

HEX: #E4DCCF RGB: (228,220,207)

Color info

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

RGB color model

#E4DCCF color RGB value is (228,220,207).

RGB: (228,220,207) (89%, 86%, 81%)

RGB channels and saturation

R 228 of 255 = 89%
G 220 of 255 = 86%
B 207 of 255 = 81%

228
220
207

R + G + B ~ 85%. #E4DCCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 220 + 207 = 655 (100%)
R 228 of 655 ~ 34.81%
G 220 of 655 ~ 33.59%
B 207 of 655 ~ 31.6'%

%34.81
%33.59
%31.6

CMYK color model

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

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

CMYK: (0,4,9,11)
C0M4Y9K11 (0%, 4%, 9%, 11%)
(0.00 / 0.04 / 0.09 / 0.11)

CMYK percentages

%0
%3.51
%9.21
%10.59

Codes

Color #E4DCCF in popluar color models

E4 DC CF
RGB 228 220 207
HSL 37° 28.00% 85.29%
HSB/HSV 37° 9.21% 89.41%
CMYK 0.00% 3.51% 9.21%
10.59%

Color #E4DCCF in popluar number systems.

HEX E4 DC CF
Decimal 228 220 207
Binary 11100100 11011100 11001111
Octal 344 334 317

Shades and tints

Shades of #E4DCCF

#E4DCCF
(228,220,207)
#D0C8BD
(208,200,189)
#BCB4AB
(188,180,171)
#A8A099
(168,160,153)
#948C87
(148,140,135)
#807875
(128,120,117)
#6C6463
(108,100,99)
#585051
(88,80,81)
#443C3F
(68,60,63)
#30282D
(48,40,45)
#1C141B
(28,20,27)
#000000
(0,0,0)

Tints of #E4DCCF

#E4DCCF
(228,220,207)
#E6DFD3
(230,223,211)
#E8E2D7
(232,226,215)
#EAE5DB
(234,229,219)
#ECE8DF
(236,232,223)
#EEEBE3
(238,235,227)
#F0EEE7
(240,238,231)
#F2F1EB
(242,241,235)
#F4F4EF
(244,244,239)
#F6F7F3
(246,247,243)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DCCF; }

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

This text font color is #E4DCCF.

Background Color

.myBgColor { background-color: #E4DCCF; }

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

This div background color is #E4DCCF.

Border color

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

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

This div border color is #E4DCCF.

Opacity

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

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

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

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

This text has shadow with #E4DCCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4DCCF.

Preview

Color preview on black background

This text has color #E4DCCF on black background.


Color preview on white background

This text has color #E4DCCF on white background.


Black color preview on #E4DCCF background

This text has black color on #E4DCCF background.


White color preview on #E4DCCF background

This text has white color on #E4DCCF background.


Related colors

Complementary color

Complementary color for #hex is #1B2330.


I love getcolorcode.com

Triadic colors

1 #CFE4DC and #DCCFE4 with #E4DCCF are triadic colors.

2 #CFDCE4 and #DCE4CF with #E4DCCF are triadic colors.