COLOR #E2DDEA

HEX: #E2DDEA
RGB: (226,221,234)

Color info

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

RGB color model

#E2DDEA color RGB value is (226,221,234).

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

RGB channels and saturation

R 226 of 255 = 89%
G 221 of 255 = 87%
B 234 of 255 = 92%

226
221
234

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

Portions of RGB colors in percentages

R + G + B =
226 + 221 + 234 = 681 (100%)
R 226 of 681 ~ 33.19%
G 221 of 681 ~ 32.45%
B 234 of 681 ~ 34.36%

%33.19
%32.45
%34.36

CMYK color model

#E2DDEA color CMYK value is (3,6,0,8).

  • cyan value is 3.42%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(3,6,0,8)
C3M6Y0K8 
(3%,6%,0%,8%)
(0.03/0.06/0.00/0.08)	

CMYK percentages

%3.42
%5.56
%0
%8.24

Codes

Color #E2DDEA in popluar color models

E2DDEA
RGB226221234
HSL263°23.64%89.22%
HSB/HSV263°5.56%91.76%
CMYK3.42%5.56%0.00%
8.24%

Color #E2DDEA in popluar number systems.

HEXE2DDEA
Decimal226221234
Binary111000101101110111101010
Octal342335352

Shades and tints

Shades of #E2DDEA

#E2DDEA
(226,221,234)
#CEC9D5
(206,201,213)
#BAB5C0
(186,181,192)
#A6A1AB
(166,161,171)
#928D96
(146,141,150)
#7E7981
(126,121,129)
#6A656C
(106,101,108)
#565157
(86,81,87)
#423D42
(66,61,66)
#2E292D
(46,41,45)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #E2DDEA

#E2DDEA
(226,221,234)
#E4E0EB
(228,224,235)
#E6E3EC
(230,227,236)
#E8E6ED
(232,230,237)
#EAE9EE
(234,233,238)
#ECECEF
(236,236,239)
#EEEFF0
(238,239,240)
#F0F2F1
(240,242,241)
#F2F5F2
(242,245,242)
#F4F8F3
(244,248,243)
#F6FBF4
(246,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DDEA; }

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

This text font color is #E2DDEA.


Background Color

.myBgColor { background-color: #E2DDEA; }

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

This div background color is #E2DDEA.


Border color

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

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

This div border color is #E2DDEA.


Opacity

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

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

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

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

This text has shadow with #E2DDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DDEA on black background.


Color preview on white background

This text has color #E2DDEA on white background.



Black color preview on #E2DDEA background

This text has black color on #E2DDEA background.


White color preview on #E2DDEA background

This text has white color on #E2DDEA background.