COLOR #E4D5E3

HEX: #E4D5E3 RGB: (228,213,227)

Color info

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

RGB color model

#E4D5E3 color RGB value is (228,213,227).

RGB: (228,213,227) (89%, 84%, 89%)

RGB channels and saturation

R 228 of 255 = 89%
G 213 of 255 = 84%
B 227 of 255 = 89%

228
213
227

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

Portions of RGB colors in percentages

R + G + B = 228 + 213 + 227 = 668 (100%)
R 228 of 668 ~ 34.13%
G 213 of 668 ~ 31.89%
B 227 of 668 ~ 33.98'%

%34.13
%31.89
%33.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.58%
  • yellow value is 0.44%
  • key color value is 10.59%
CMYK: (0,7,0,11) C0M7Y0K11 (0%,7%,0%,11%) (0.00/0.07/0.00/0.11) 

CMYK percentages

%0
%6.58
%0.44
%10.59

Codes

Color #E4D5E3 in popluar color models

E4 D5 E3
RGB 228 213 227
HSL 304° 21.74% 86.47%
HSB/HSV 304° 6.58% 89.41%
CMYK 0.00% 6.58% 0.44%
10.59%

Color #E4D5E3 in popluar number systems.

HEX E4 D5 E3
Decimal 228 213 227
Binary 11100100 11010101 11100011
Octal 344 325 343

Shades and tints

Shades of #E4D5E3

#E4D5E3
(228,213,227)
#D0C2CF
(208,194,207)
#BCAFBB
(188,175,187)
#A89CA7
(168,156,167)
#948993
(148,137,147)
#80767F
(128,118,127)
#6C636B
(108,99,107)
#585057
(88,80,87)
#443D43
(68,61,67)
#302A2F
(48,42,47)
#1C171B
(28,23,27)
#000000
(0,0,0)

Tints of #E4D5E3

#E4D5E3
(228,213,227)
#E6D8E5
(230,216,229)
#E8DBE7
(232,219,231)
#EADEE9
(234,222,233)
#ECE1EB
(236,225,235)
#EEE4ED
(238,228,237)
#F0E7EF
(240,231,239)
#F2EAF1
(242,234,241)
#F4EDF3
(244,237,243)
#F6F0F5
(246,240,245)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4D5E3; }

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

This text font color is #E4D5E3.

Background Color

.myBgColor { background-color: #E4D5E3; }

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

This div background color is #E4D5E3.

Border color

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

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

This div border color is #E4D5E3.

Opacity

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

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

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

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

This text has shadow with #E4D5E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4D5E3.

Preview

Color preview on black background

This text has color #E4D5E3 on black background.


Color preview on white background

This text has color #E4D5E3 on white background.


Black color preview on #E4D5E3 background

This text has black color on #E4D5E3 background.


White color preview on #E4D5E3 background

This text has white color on #E4D5E3 background.


Related colors

Complementary color

Complementary color for #hex is #1B2A1C.


I love getcolorcode.com

Triadic colors

1 #E3E4D5 and #D5E3E4 with #E4D5E3 are triadic colors.

2 #E3D5E4 and #D5E4E3 with #E4D5E3 are triadic colors.