COLOR #E2D5EF

HEX: #E2D5EF
RGB: (226,213,239)

Color info

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

RGB color model

#E2D5EF color RGB value is (226,213,239).

  • red value is 226;
  • green value is 213;
  • blue value is 239.
RGB:
(226,213,239)
(89%,84%,94%)

RGB channels and saturation

R 226 of 255 = 89%
G 213 of 255 = 84%
B 239 of 255 = 94%

226
213
239

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

Portions of RGB colors in percentages

R + G + B =
226 + 213 + 239 = 678 (100%)
R 226 of 678 ~ 33.33%
G 213 of 678 ~ 31.42%
B 239 of 678 ~ 35.25%

%33.33
%31.42
%35.25

CMYK color model

#E2D5EF color CMYK value is (5,11,0,6).

  • cyan value is 5.44%
  • magenta value is 10.88%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(5,11,0,6)
C5M11Y0K6 
(5%,11%,0%,6%)
(0.05/0.11/0.00/0.06)	

CMYK percentages

%5.44
%10.88
%0
%6.27

Codes

Color #E2D5EF in popluar color models

E2D5EF
RGB226213239
HSL270°44.83%88.63%
HSB/HSV270°10.88%93.73%
CMYK5.44%10.88%0.00%
6.27%

Color #E2D5EF in popluar number systems.

HEXE2D5EF
Decimal226213239
Binary111000101101010111101111
Octal342325357

Shades and tints

Shades of #E2D5EF

#E2D5EF
(226,213,239)
#CEC2DA
(206,194,218)
#BAAFC5
(186,175,197)
#A69CB0
(166,156,176)
#92899B
(146,137,155)
#7E7686
(126,118,134)
#6A6371
(106,99,113)
#56505C
(86,80,92)
#423D47
(66,61,71)
#2E2A32
(46,42,50)
#1A171D
(26,23,29)
#000000
(0,0,0)

Tints of #E2D5EF

#E2D5EF
(226,213,239)
#E4D8F0
(228,216,240)
#E6DBF1
(230,219,241)
#E8DEF2
(232,222,242)
#EAE1F3
(234,225,243)
#ECE4F4
(236,228,244)
#EEE7F5
(238,231,245)
#F0EAF6
(240,234,246)
#F2EDF7
(242,237,247)
#F4F0F8
(244,240,248)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2D5EF; }

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

This text font color is #E2D5EF.


Background Color

.myBgColor { background-color: #E2D5EF; }

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

This div background color is #E2D5EF.


Border color

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

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

This div border color is #E2D5EF.


Opacity

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

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

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

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

This text has shadow with #E2D5EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D5EF on black background.


Color preview on white background

This text has color #E2D5EF on white background.



Black color preview on #E2D5EF background

This text has black color on #E2D5EF background.


White color preview on #E2D5EF background

This text has white color on #E2D5EF background.