COLOR #E4D5CC

HEX: #E4D5CC RGB: (228,213,204)

Color info

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

RGB color model

#E4D5CC color RGB value is (228,213,204).

RGB: (228,213,204) (89%, 84%, 80%)

RGB channels and saturation

R 228 of 255 = 89%
G 213 of 255 = 84%
B 204 of 255 = 80%

228
213
204

R + G + B ~ 84%. #E4D5CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 213 + 204 = 645 (100%)
R 228 of 645 ~ 35.35%
G 213 of 645 ~ 33.02%
B 204 of 645 ~ 31.63'%

%35.35
%33.02
%31.63

CMYK color model

#E4D5CC color CMYK value is (0,7,11,11).

  • cyan value is 0.00%
  • magenta value is 6.58%
  • yellow value is 10.53%
  • key color value is 10.59%

CMYK: (0,7,11,11)
C0M7Y11K11 (0%, 7%, 11%, 11%)
(0.00 / 0.07 / 0.11 / 0.11)

CMYK percentages

%0
%6.58
%10.53
%10.59

Codes

Color #E4D5CC in popluar color models

E4 D5 CC
RGB 228 213 204
HSL 23° 30.77% 84.71%
HSB/HSV 23° 10.53% 89.41%
CMYK 0.00% 6.58% 10.53%
10.59%

Color #E4D5CC in popluar number systems.

HEX E4 D5 CC
Decimal 228 213 204
Binary 11100100 11010101 11001100
Octal 344 325 314

Shades and tints

Shades of #E4D5CC

#E4D5CC
(228,213,204)
#D0C2BA
(208,194,186)
#BCAFA8
(188,175,168)
#A89C96
(168,156,150)
#948984
(148,137,132)
#807672
(128,118,114)
#6C6360
(108,99,96)
#58504E
(88,80,78)
#443D3C
(68,61,60)
#302A2A
(48,42,42)
#1C1718
(28,23,24)
#000000
(0,0,0)

Tints of #E4D5CC

#E4D5CC
(228,213,204)
#E6D8D0
(230,216,208)
#E8DBD4
(232,219,212)
#EADED8
(234,222,216)
#ECE1DC
(236,225,220)
#EEE4E0
(238,228,224)
#F0E7E4
(240,231,228)
#F2EAE8
(242,234,232)
#F4EDEC
(244,237,236)
#F6F0F0
(246,240,240)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D5CC color. Also use rgb(228,213,204) instead hex code.

Text Font Color

.myTextColor { color: #E4D5CC; }

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

This text font color is #E4D5CC.

Background Color

.myBgColor { background-color: #E4D5CC; }

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

This div background color is #E4D5CC.

Border color

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

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

This div border color is #E4D5CC.

Opacity

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

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

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

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

This text has shadow with #E4D5CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4D5CC.

Preview

Color preview on black background

This text has color #E4D5CC on black background.


Color preview on white background

This text has color #E4D5CC on white background.


Black color preview on #E4D5CC background

This text has black color on #E4D5CC background.


White color preview on #E4D5CC background

This text has white color on #E4D5CC background.


Related colors

Complementary color

Complementary color for #hex is #1B2A33.


I love getcolorcode.com

Triadic colors

1 #CCE4D5 and #D5CCE4 with #E4D5CC are triadic colors.

2 #CCD5E4 and #D5E4CC with #E4D5CC are triadic colors.