COLOR #E5DDEA

HEX: #E5DDEA
RGB: (229,221,234)

Color info

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

RGB color model

#E5DDEA color RGB value is (229,221,234).

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

RGB channels and saturation

R 229 of 255 = 90%
G 221 of 255 = 87%
B 234 of 255 = 92%

229
221
234

R + G + B ~ 90%. #E5DDEA is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 221 + 234 = 684 (100%)
R 229 of 684 ~ 33.48%
G 221 of 684 ~ 32.31%
B 234 of 684 ~ 34.21%

%33.48
%32.31
%34.21

CMYK color model

#E5DDEA color CMYK value is (2,6,0,8).

  • cyan value is 2.14%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(2,6,0,8)
C2M6Y0K8 
(2%,6%,0%,8%)
(0.02/0.06/0.00/0.08)	

CMYK percentages

%2.14
%5.56
%0
%8.24

Codes

Color #E5DDEA in popluar color models

E5DDEA
RGB229221234
HSL277°23.64%89.22%
HSB/HSV277°5.56%91.76%
CMYK2.14%5.56%0.00%
8.24%

Color #E5DDEA in popluar number systems.

HEXE5DDEA
Decimal229221234
Binary111001011101110111101010
Octal345335352

Shades and tints

Shades of #E5DDEA

#E5DDEA
(229,221,234)
#D1C9D5
(209,201,213)
#BDB5C0
(189,181,192)
#A9A1AB
(169,161,171)
#958D96
(149,141,150)
#817981
(129,121,129)
#6D656C
(109,101,108)
#595157
(89,81,87)
#453D42
(69,61,66)
#31292D
(49,41,45)
#1D1518
(29,21,24)
#000000
(0,0,0)

Tints of #E5DDEA

#E5DDEA
(229,221,234)
#E7E0EB
(231,224,235)
#E9E3EC
(233,227,236)
#EBE6ED
(235,230,237)
#EDE9EE
(237,233,238)
#EFECEF
(239,236,239)
#F1EFF0
(241,239,240)
#F3F2F1
(243,242,241)
#F5F5F2
(245,245,242)
#F7F8F3
(247,248,243)
#F9FBF4
(249,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DDEA; }

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

This text font color is #E5DDEA.


Background Color

.myBgColor { background-color: #E5DDEA; }

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

This div background color is #E5DDEA.


Border color

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

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

This div border color is #E5DDEA.


Opacity

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

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

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

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

This text has shadow with #E5DDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DDEA on black background.


Color preview on white background

This text has color #E5DDEA on white background.



Black color preview on #E5DDEA background

This text has black color on #E5DDEA background.


White color preview on #E5DDEA background

This text has white color on #E5DDEA background.