COLOR #E2D5EA

HEX: #E2D5EA
RGB: (226,213,234)

Color info

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

RGB color model

#E2D5EA color RGB value is (226,213,234).

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

RGB channels and saturation

R 226 of 255 = 89%
G 213 of 255 = 84%
B 234 of 255 = 92%

226
213
234

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

Portions of RGB colors in percentages

R + G + B =
226 + 213 + 234 = 673 (100%)
R 226 of 673 ~ 33.58%
G 213 of 673 ~ 31.65%
B 234 of 673 ~ 34.77%

%33.58
%31.65
%34.77

CMYK color model

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

  • cyan value is 3.42%
  • magenta value is 8.97%
  • 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
%8.97
%0
%8.24

Codes

Color #E2D5EA in popluar color models

E2D5EA
RGB226213234
HSL277°33.33%87.65%
HSB/HSV277°8.97%91.76%
CMYK3.42%8.97%0.00%
8.24%

Color #E2D5EA in popluar number systems.

HEXE2D5EA
Decimal226213234
Binary111000101101010111101010
Octal342325352

Shades and tints

Shades of #E2D5EA

#E2D5EA
(226,213,234)
#CEC2D5
(206,194,213)
#BAAFC0
(186,175,192)
#A69CAB
(166,156,171)
#928996
(146,137,150)
#7E7681
(126,118,129)
#6A636C
(106,99,108)
#565057
(86,80,87)
#423D42
(66,61,66)
#2E2A2D
(46,42,45)
#1A1718
(26,23,24)
#000000
(0,0,0)

Tints of #E2D5EA

#E2D5EA
(226,213,234)
#E4D8EB
(228,216,235)
#E6DBEC
(230,219,236)
#E8DEED
(232,222,237)
#EAE1EE
(234,225,238)
#ECE4EF
(236,228,239)
#EEE7F0
(238,231,240)
#F0EAF1
(240,234,241)
#F2EDF2
(242,237,242)
#F4F0F3
(244,240,243)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2D5EA; }

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

This text font color is #E2D5EA.


Background Color

.myBgColor { background-color: #E2D5EA; }

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

This div background color is #E2D5EA.


Border color

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

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

This div border color is #E2D5EA.


Opacity

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

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

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

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

This text has shadow with #E2D5EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D5EA on black background.


Color preview on white background

This text has color #E2D5EA on white background.



Black color preview on #E2D5EA background

This text has black color on #E2D5EA background.


White color preview on #E2D5EA background

This text has white color on #E2D5EA background.