COLOR #E3D5EC

HEX: #E3D5EC RGB: (227,213,236)

Color info

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

RGB color model

#E3D5EC color RGB value is (227,213,236).

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

RGB channels and saturation

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

227
213
236

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

Portions of RGB colors in percentages

R + G + B = 227 + 213 + 236 = 676 (100%)
R 227 of 676 ~ 33.58%
G 213 of 676 ~ 31.51%
B 236 of 676 ~ 34.91'%

%33.58
%31.51
%34.91

CMYK color model

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

  • cyan value is 3.81%
  • 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

%3.81
%9.75
%0
%7.45

Codes

Color #E3D5EC in popluar color models

E3 D5 EC
RGB 227 213 236
HSL 277° 37.70% 88.04%
HSB/HSV 277° 9.75% 92.55%
CMYK 3.81% 9.75% 0.00%
7.45%

Color #E3D5EC in popluar number systems.

HEX E3 D5 EC
Decimal 227 213 236
Binary 11100011 11010101 11101100
Octal 343 325 354

Shades and tints

Shades of #E3D5EC

#E3D5EC
(227,213,236)
#CFC2D7
(207,194,215)
#BBAFC2
(187,175,194)
#A79CAD
(167,156,173)
#938998
(147,137,152)
#7F7683
(127,118,131)
#6B636E
(107,99,110)
#575059
(87,80,89)
#433D44
(67,61,68)
#2F2A2F
(47,42,47)
#1B171A
(27,23,26)
#000000
(0,0,0)

Tints of #E3D5EC

#E3D5EC
(227,213,236)
#E5D8ED
(229,216,237)
#E7DBEE
(231,219,238)
#E9DEEF
(233,222,239)
#EBE1F0
(235,225,240)
#EDE4F1
(237,228,241)
#EFE7F2
(239,231,242)
#F1EAF3
(241,234,243)
#F3EDF4
(243,237,244)
#F5F0F5
(245,240,245)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3D5EC; }

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

This text font color is #E3D5EC.

Background Color

.myBgColor { background-color: #E3D5EC; }

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

This div background color is #E3D5EC.

Border color

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

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

This div border color is #E3D5EC.

Opacity

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

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

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

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

This text has shadow with #E3D5EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3D5EC.

Preview

Color preview on black background

This text has color #E3D5EC on black background.


Color preview on white background

This text has color #E3D5EC on white background.


Black color preview on #E3D5EC background

This text has black color on #E3D5EC background.


White color preview on #E3D5EC background

This text has white color on #E3D5EC background.


Related colors

Complementary color

Complementary color for #hex is #1C2A13.


I love getcolorcode.com

Triadic colors

1 #ECE3D5 and #D5ECE3 with #E3D5EC are triadic colors.

2 #ECD5E3 and #D5E3EC with #E3D5EC are triadic colors.