COLOR #E2D4EA

HEX: #E2D4EA
RGB: (226,212,234)

Color info

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

RGB color model

#E2D4EA color RGB value is (226,212,234).

  • red value is 226;
  • green value is 212;
  • blue value is 234.
RGB:
(226,212,234)
(89%,83%,92%)

RGB channels and saturation

R 226 of 255 = 89%
G 212 of 255 = 83%
B 234 of 255 = 92%

226
212
234

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

Portions of RGB colors in percentages

R + G + B =
226 + 212 + 234 = 672 (100%)
R 226 of 672 ~ 33.63%
G 212 of 672 ~ 31.55%
B 234 of 672 ~ 34.82%

%33.63
%31.55
%34.82

CMYK color model

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

  • cyan value is 3.42%
  • magenta value is 9.40%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(3,9,0,8)
C3M9Y0K8 
(3%,9%,0%,8%)
(0.03/0.09/0.00/0.08)	

CMYK percentages

%3.42
%9.4
%0
%8.24

Codes

Color #E2D4EA in popluar color models

E2D4EA
RGB226212234
HSL278°34.38%87.45%
HSB/HSV278°9.40%91.76%
CMYK3.42%9.40%0.00%
8.24%

Color #E2D4EA in popluar number systems.

HEXE2D4EA
Decimal226212234
Binary111000101101010011101010
Octal342324352

Shades and tints

Shades of #E2D4EA

#E2D4EA
(226,212,234)
#CEC1D5
(206,193,213)
#BAAEC0
(186,174,192)
#A69BAB
(166,155,171)
#928896
(146,136,150)
#7E7581
(126,117,129)
#6A626C
(106,98,108)
#564F57
(86,79,87)
#423C42
(66,60,66)
#2E292D
(46,41,45)
#1A1618
(26,22,24)
#000000
(0,0,0)

Tints of #E2D4EA

#E2D4EA
(226,212,234)
#E4D7EB
(228,215,235)
#E6DAEC
(230,218,236)
#E8DDED
(232,221,237)
#EAE0EE
(234,224,238)
#ECE3EF
(236,227,239)
#EEE6F0
(238,230,240)
#F0E9F1
(240,233,241)
#F2ECF2
(242,236,242)
#F4EFF3
(244,239,243)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D4EA color. Also use rgb(226,212,234) instead hex code.

Text Font Color

.myTextColor { color: #E2D4EA; }

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

This text font color is #E2D4EA.


Background Color

.myBgColor { background-color: #E2D4EA; }

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

This div background color is #E2D4EA.


Border color

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

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

This div border color is #E2D4EA.


Opacity

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

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

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

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

This text has shadow with #E2D4EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D4EA on black background.


Color preview on white background

This text has color #E2D4EA on white background.



Black color preview on #E2D4EA background

This text has black color on #E2D4EA background.


White color preview on #E2D4EA background

This text has white color on #E2D4EA background.