COLOR #E2D5EC

HEX: #E2D5EC RGB: (226,213,236)

Color info

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

RGB color model

#E2D5EC color RGB value is (226,213,236).

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

RGB channels and saturation

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

226
213
236

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

Portions of RGB colors in percentages

R + G + B = 226 + 213 + 236 = 675 (100%)
R 226 of 675 ~ 33.48%
G 213 of 675 ~ 31.56%
B 236 of 675 ~ 34.96'%

%33.48
%31.56
%34.96

CMYK color model

#E2D5EC color CMYK value is (4,10,0,7).

  • cyan value is 4.24%
  • magenta value is 9.75%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (4,10,0,7) C4M10Y0K7 (4%,10%,0%,7%) (0.04/0.10/0.00/0.07) 

CMYK percentages

%4.24
%9.75
%0
%7.45

Codes

Color #E2D5EC in popluar color models

E2 D5 EC
RGB 226 213 236
HSL 274° 37.70% 88.04%
HSB/HSV 274° 9.75% 92.55%
CMYK 4.24% 9.75% 0.00%
7.45%

Color #E2D5EC in popluar number systems.

HEX E2 D5 EC
Decimal 226 213 236
Binary 11100010 11010101 11101100
Octal 342 325 354

Shades and tints

Shades of #E2D5EC

#E2D5EC
(226,213,236)
#CEC2D7
(206,194,215)
#BAAFC2
(186,175,194)
#A69CAD
(166,156,173)
#928998
(146,137,152)
#7E7683
(126,118,131)
#6A636E
(106,99,110)
#565059
(86,80,89)
#423D44
(66,61,68)
#2E2A2F
(46,42,47)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #E2D5EC

#E2D5EC
(226,213,236)
#E4D8ED
(228,216,237)
#E6DBEE
(230,219,238)
#E8DEEF
(232,222,239)
#EAE1F0
(234,225,240)
#ECE4F1
(236,228,241)
#EEE7F2
(238,231,242)
#F0EAF3
(240,234,243)
#F2EDF4
(242,237,244)
#F4F0F5
(244,240,245)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2D5EC; }

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

This text font color is #E2D5EC.

Background Color

.myBgColor { background-color: #E2D5EC; }

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

This div background color is #E2D5EC.

Border color

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

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

This div border color is #E2D5EC.

Opacity

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

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

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

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

This text has shadow with #E2D5EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2D5EC.

Preview

Color preview on black background

This text has color #E2D5EC on black background.


Color preview on white background

This text has color #E2D5EC on white background.


Black color preview on #E2D5EC background

This text has black color on #E2D5EC background.


White color preview on #E2D5EC background

This text has white color on #E2D5EC background.


Related colors

Complementary color

Complementary color for #hex is #1D2A13.


I love getcolorcode.com

Triadic colors

1 #ECE2D5 and #D5ECE2 with #E2D5EC are triadic colors.

2 #ECD5E2 and #D5E2EC with #E2D5EC are triadic colors.