COLOR #E1D3EE

HEX: #E1D3EE RGB: (225,211,238)

Color info

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

RGB color model

#E1D3EE color RGB value is (225,211,238).

RGB: (225,211,238) (88%, 83%, 93%)

RGB channels and saturation

R 225 of 255 = 88%
G 211 of 255 = 83%
B 238 of 255 = 93%

225
211
238

R + G + B ~ 88%. #E1D3EE is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 211 + 238 = 674 (100%)
R 225 of 674 ~ 33.38%
G 211 of 674 ~ 31.31%
B 238 of 674 ~ 35.31'%

%33.38
%31.31
%35.31

CMYK color model

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

  • cyan value is 5.46%
  • magenta value is 11.34%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (5,11,0,7) C5M11Y0K7 (5%,11%,0%,7%) (0.05/0.11/0.00/0.07) 

CMYK percentages

%5.46
%11.34
%0
%6.67

Codes

Color #E1D3EE in popluar color models

E1 D3 EE
RGB 225 211 238
HSL 271° 44.26% 88.04%
HSB/HSV 271° 11.34% 93.33%
CMYK 5.46% 11.34% 0.00%
6.67%

Color #E1D3EE in popluar number systems.

HEX E1 D3 EE
Decimal 225 211 238
Binary 11100001 11010011 11101110
Octal 341 323 356

Shades and tints

Shades of #E1D3EE

#E1D3EE
(225,211,238)
#CDC0D9
(205,192,217)
#B9ADC4
(185,173,196)
#A59AAF
(165,154,175)
#91879A
(145,135,154)
#7D7485
(125,116,133)
#696170
(105,97,112)
#554E5B
(85,78,91)
#413B46
(65,59,70)
#2D2831
(45,40,49)
#19151C
(25,21,28)
#000000
(0,0,0)

Tints of #E1D3EE

#E1D3EE
(225,211,238)
#E3D7EF
(227,215,239)
#E5DBF0
(229,219,240)
#E7DFF1
(231,223,241)
#E9E3F2
(233,227,242)
#EBE7F3
(235,231,243)
#EDEBF4
(237,235,244)
#EFEFF5
(239,239,245)
#F1F3F6
(241,243,246)
#F3F7F7
(243,247,247)
#F5FBF8
(245,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D3EE color. Also use rgb(225,211,238) instead hex code.

Text Font Color

.myTextColor { color: #E1D3EE; }

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

This text font color is #E1D3EE.

Background Color

.myBgColor { background-color: #E1D3EE; }

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

This div background color is #E1D3EE.

Border color

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

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

This div border color is #E1D3EE.

Opacity

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

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

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

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

This text has shadow with #E1D3EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D3EE.

Preview

Color preview on black background

This text has color #E1D3EE on black background.


Color preview on white background

This text has color #E1D3EE on white background.


Black color preview on #E1D3EE background

This text has black color on #E1D3EE background.


White color preview on #E1D3EE background

This text has white color on #E1D3EE background.


Related colors

Complementary color

Complementary color for #hex is #1E2C11.


I love getcolorcode.com

Triadic colors

1 #EEE1D3 and #D3EEE1 with #E1D3EE are triadic colors.

2 #EED3E1 and #D3E1EE with #E1D3EE are triadic colors.