COLOR #E1D2EC

HEX: #E1D2EC
RGB: (225,210,236)

Color info

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

RGB color model

#E1D2EC color RGB value is (225,210,236).

  • red value is 225;
  • green value is 210;
  • blue value is 236.
RGB:
(225,210,236)
(88%,82%,93%)

RGB channels and saturation

R 225 of 255 = 88%
G 210 of 255 = 82%
B 236 of 255 = 93%

225
210
236

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

Portions of RGB colors in percentages

R + G + B =
225 + 210 + 236 = 671 (100%)
R 225 of 671 ~ 33.53%
G 210 of 671 ~ 31.3%
B 236 of 671 ~ 35.17%

%33.53
%31.3
%35.17

CMYK color model

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

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

CMYK percentages

%4.66
%11.02
%0
%7.45

Codes

Color #E1D2EC in popluar color models

E1D2EC
RGB225210236
HSL275°40.63%87.45%
HSB/HSV275°11.02%92.55%
CMYK4.66%11.02%0.00%
7.45%

Color #E1D2EC in popluar number systems.

HEXE1D2EC
Decimal225210236
Binary111000011101001011101100
Octal341322354

Shades and tints

Shades of #E1D2EC

#E1D2EC
(225,210,236)
#CDBFD7
(205,191,215)
#B9ACC2
(185,172,194)
#A599AD
(165,153,173)
#918698
(145,134,152)
#7D7383
(125,115,131)
#69606E
(105,96,110)
#554D59
(85,77,89)
#413A44
(65,58,68)
#2D272F
(45,39,47)
#19141A
(25,20,26)
#000000
(0,0,0)

Tints of #E1D2EC

#E1D2EC
(225,210,236)
#E3D6ED
(227,214,237)
#E5DAEE
(229,218,238)
#E7DEEF
(231,222,239)
#E9E2F0
(233,226,240)
#EBE6F1
(235,230,241)
#EDEAF2
(237,234,242)
#EFEEF3
(239,238,243)
#F1F2F4
(241,242,244)
#F3F6F5
(243,246,245)
#F5FAF6
(245,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D2EC color. Also use rgb(225,210,236) instead hex code.

Text Font Color

.myTextColor { color: #E1D2EC; }

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

This text font color is #E1D2EC.


Background Color

.myBgColor { background-color: #E1D2EC; }

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

This div background color is #E1D2EC.


Border color

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

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

This div border color is #E1D2EC.


Opacity

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

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

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

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

This text has shadow with #E1D2EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D2EC on black background.


Color preview on white background

This text has color #E1D2EC on white background.



Black color preview on #E1D2EC background

This text has black color on #E1D2EC background.


White color preview on #E1D2EC background

This text has white color on #E1D2EC background.