COLOR #E2D1ED

HEX: #E2D1ED
RGB: (226,209,237)

Color info

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

RGB color model

#E2D1ED color RGB value is (226,209,237).

  • red value is 226;
  • green value is 209;
  • blue value is 237.
RGB:
(226,209,237)
(89%,82%,93%)

RGB channels and saturation

R 226 of 255 = 89%
G 209 of 255 = 82%
B 237 of 255 = 93%

226
209
237

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

Portions of RGB colors in percentages

R + G + B =
226 + 209 + 237 = 672 (100%)
R 226 of 672 ~ 33.63%
G 209 of 672 ~ 31.1%
B 237 of 672 ~ 35.27%

%33.63
%31.1
%35.27

CMYK color model

#E2D1ED color CMYK value is (5,12,0,7).

  • cyan value is 4.64%
  • magenta value is 11.81%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(5,12,0,7)
C5M12Y0K7 
(5%,12%,0%,7%)
(0.05/0.12/0.00/0.07)	

CMYK percentages

%4.64
%11.81
%0
%7.06

Codes

Color #E2D1ED in popluar color models

E2D1ED
RGB226209237
HSL276°43.75%87.45%
HSB/HSV276°11.81%92.94%
CMYK4.64%11.81%0.00%
7.06%

Color #E2D1ED in popluar number systems.

HEXE2D1ED
Decimal226209237
Binary111000101101000111101101
Octal342321355

Shades and tints

Shades of #E2D1ED

#E2D1ED
(226,209,237)
#CEBED8
(206,190,216)
#BAABC3
(186,171,195)
#A698AE
(166,152,174)
#928599
(146,133,153)
#7E7284
(126,114,132)
#6A5F6F
(106,95,111)
#564C5A
(86,76,90)
#423945
(66,57,69)
#2E2630
(46,38,48)
#1A131B
(26,19,27)
#000000
(0,0,0)

Tints of #E2D1ED

#E2D1ED
(226,209,237)
#E4D5EE
(228,213,238)
#E6D9EF
(230,217,239)
#E8DDF0
(232,221,240)
#EAE1F1
(234,225,241)
#ECE5F2
(236,229,242)
#EEE9F3
(238,233,243)
#F0EDF4
(240,237,244)
#F2F1F5
(242,241,245)
#F4F5F6
(244,245,246)
#F6F9F7
(246,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D1ED color. Also use rgb(226,209,237) instead hex code.

Text Font Color

.myTextColor { color: #E2D1ED; }

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

This text font color is #E2D1ED.


Background Color

.myBgColor { background-color: #E2D1ED; }

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

This div background color is #E2D1ED.


Border color

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

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

This div border color is #E2D1ED.


Opacity

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

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

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

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

This text has shadow with #E2D1ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D1ED on black background.


Color preview on white background

This text has color #E2D1ED on white background.



Black color preview on #E2D1ED background

This text has black color on #E2D1ED background.


White color preview on #E2D1ED background

This text has white color on #E2D1ED background.