COLOR #E2D6E9

HEX: #E2D6E9
RGB: (226,214,233)

Color info

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

RGB color model

#E2D6E9 color RGB value is (226,214,233).

  • red value is 226;
  • green value is 214;
  • blue value is 233.
RGB:
(226,214,233)
(89%,84%,91%)

RGB channels and saturation

R 226 of 255 = 89%
G 214 of 255 = 84%
B 233 of 255 = 91%

226
214
233

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

Portions of RGB colors in percentages

R + G + B =
226 + 214 + 233 = 673 (100%)
R 226 of 673 ~ 33.58%
G 214 of 673 ~ 31.8%
B 233 of 673 ~ 34.62%

%33.58
%31.8
%34.62

CMYK color model

#E2D6E9 color CMYK value is (3,8,0,9).

  • cyan value is 3.00%
  • magenta value is 8.15%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(3,8,0,9)
C3M8Y0K9 
(3%,8%,0%,9%)
(0.03/0.08/0.00/0.09)	

CMYK percentages

%3
%8.15
%0
%8.63

Codes

Color #E2D6E9 in popluar color models

E2D6E9
RGB226214233
HSL278°30.16%87.65%
HSB/HSV278°8.15%91.37%
CMYK3.00%8.15%0.00%
8.63%

Color #E2D6E9 in popluar number systems.

HEXE2D6E9
Decimal226214233
Binary111000101101011011101001
Octal342326351

Shades and tints

Shades of #E2D6E9

#E2D6E9
(226,214,233)
#CEC3D4
(206,195,212)
#BAB0BF
(186,176,191)
#A69DAA
(166,157,170)
#928A95
(146,138,149)
#7E7780
(126,119,128)
#6A646B
(106,100,107)
#565156
(86,81,86)
#423E41
(66,62,65)
#2E2B2C
(46,43,44)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #E2D6E9

#E2D6E9
(226,214,233)
#E4D9EB
(228,217,235)
#E6DCED
(230,220,237)
#E8DFEF
(232,223,239)
#EAE2F1
(234,226,241)
#ECE5F3
(236,229,243)
#EEE8F5
(238,232,245)
#F0EBF7
(240,235,247)
#F2EEF9
(242,238,249)
#F4F1FB
(244,241,251)
#F6F4FD
(246,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D6E9 color. Also use rgb(226,214,233) instead hex code.

Text Font Color

.myTextColor { color: #E2D6E9; }

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

This text font color is #E2D6E9.


Background Color

.myBgColor { background-color: #E2D6E9; }

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

This div background color is #E2D6E9.


Border color

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

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

This div border color is #E2D6E9.


Opacity

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

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

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

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

This text has shadow with #E2D6E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D6E9 on black background.


Color preview on white background

This text has color #E2D6E9 on white background.



Black color preview on #E2D6E9 background

This text has black color on #E2D6E9 background.


White color preview on #E2D6E9 background

This text has white color on #E2D6E9 background.