COLOR #E4D5EC

HEX: #E4D5EC RGB: (228,213,236)

Color info

#E4D5EC contains red, green and blue colors in about the same proportion. Web safe color of #E4D5EC is #CCCCFF (or #CCF).

RGB color model

#E4D5EC color RGB value is (228,213,236).

RGB: (228,213,236) (89%, 84%, 93%)

RGB channels and saturation

R 228 of 255 = 89%
G 213 of 255 = 84%
B 236 of 255 = 93%

228
213
236

R + G + B ~ 89%. #E4D5EC is light color.

Portions of RGB colors in percentages

R + G + B = 228 + 213 + 236 = 677 (100%)
R 228 of 677 ~ 33.68%
G 213 of 677 ~ 31.46%
B 236 of 677 ~ 34.86'%

%33.68
%31.46
%34.86

CMYK color model

#E4D5EC color CMYK value is (3,10,0,7).

  • cyan value is 3.39%
  • magenta value is 9.75%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (3,10,0,7)
C3M10Y0K7 (3%, 10%, 0%, 7%)
(0.03 / 0.10 / 0.00 / 0.07)

CMYK percentages

%3.39
%9.75
%0
%7.45

Codes

Color #E4D5EC in popluar color models

E4 D5 EC
RGB 228 213 236
HSL 279° 37.70% 88.04%
HSB/HSV 279° 9.75% 92.55%
CMYK 3.39% 9.75% 0.00%
7.45%

Color #E4D5EC in popluar number systems.

HEX E4 D5 EC
Decimal 228 213 236
Binary 11100100 11010101 11101100
Octal 344 325 354

Shades and tints

Shades of #E4D5EC

#E4D5EC
(228,213,236)
#D0C2D7
(208,194,215)
#BCAFC2
(188,175,194)
#A89CAD
(168,156,173)
#948998
(148,137,152)
#807683
(128,118,131)
#6C636E
(108,99,110)
#585059
(88,80,89)
#443D44
(68,61,68)
#302A2F
(48,42,47)
#1C171A
(28,23,26)
#000000
(0,0,0)

Tints of #E4D5EC

#E4D5EC
(228,213,236)
#E6D8ED
(230,216,237)
#E8DBEE
(232,219,238)
#EADEEF
(234,222,239)
#ECE1F0
(236,225,240)
#EEE4F1
(238,228,241)
#F0E7F2
(240,231,242)
#F2EAF3
(242,234,243)
#F4EDF4
(244,237,244)
#F6F0F5
(246,240,245)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4D5EC; }

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

This text font color is #E4D5EC.

Background Color

.myBgColor { background-color: #E4D5EC; }

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

This div background color is #E4D5EC.

Border color

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

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

This div border color is #E4D5EC.

Opacity

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

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

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

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

This text has shadow with #E4D5EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4D5EC.

Preview

Color preview on black background

This text has color #E4D5EC on black background.


Color preview on white background

This text has color #E4D5EC on white background.


Black color preview on #E4D5EC background

This text has black color on #E4D5EC background.


White color preview on #E4D5EC background

This text has white color on #E4D5EC background.


Related colors

Complementary color

Complementary color for #hex is #1B2A13.


I love getcolorcode.com

Triadic colors

1 #ECE4D5 and #D5ECE4 with #E4D5EC are triadic colors.

2 #ECD5E4 and #D5E4EC with #E4D5EC are triadic colors.