COLOR #E1DDEA

HEX: #E1DDEA
RGB: (225,221,234)

Color info

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

RGB color model

#E1DDEA color RGB value is (225,221,234).

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

RGB channels and saturation

R 225 of 255 = 88%
G 221 of 255 = 87%
B 234 of 255 = 92%

225
221
234

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

Portions of RGB colors in percentages

R + G + B =
225 + 221 + 234 = 680 (100%)
R 225 of 680 ~ 33.09%
G 221 of 680 ~ 32.5%
B 234 of 680 ~ 34.41%

%33.09
%32.5
%34.41

CMYK color model

#E1DDEA color CMYK value is (4,6,0,8).

  • cyan value is 3.85%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(4,6,0,8)
C4M6Y0K8 
(4%,6%,0%,8%)
(0.04/0.06/0.00/0.08)	

CMYK percentages

%3.85
%5.56
%0
%8.24

Codes

Color #E1DDEA in popluar color models

E1DDEA
RGB225221234
HSL258°23.64%89.22%
HSB/HSV258°5.56%91.76%
CMYK3.85%5.56%0.00%
8.24%

Color #E1DDEA in popluar number systems.

HEXE1DDEA
Decimal225221234
Binary111000011101110111101010
Octal341335352

Shades and tints

Shades of #E1DDEA

#E1DDEA
(225,221,234)
#CDC9D5
(205,201,213)
#B9B5C0
(185,181,192)
#A5A1AB
(165,161,171)
#918D96
(145,141,150)
#7D7981
(125,121,129)
#69656C
(105,101,108)
#555157
(85,81,87)
#413D42
(65,61,66)
#2D292D
(45,41,45)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #E1DDEA

#E1DDEA
(225,221,234)
#E3E0EB
(227,224,235)
#E5E3EC
(229,227,236)
#E7E6ED
(231,230,237)
#E9E9EE
(233,233,238)
#EBECEF
(235,236,239)
#EDEFF0
(237,239,240)
#EFF2F1
(239,242,241)
#F1F5F2
(241,245,242)
#F3F8F3
(243,248,243)
#F5FBF4
(245,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DDEA; }

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

This text font color is #E1DDEA.


Background Color

.myBgColor { background-color: #E1DDEA; }

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

This div background color is #E1DDEA.


Border color

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

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

This div border color is #E1DDEA.


Opacity

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

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

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

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

This text has shadow with #E1DDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DDEA on black background.


Color preview on white background

This text has color #E1DDEA on white background.



Black color preview on #E1DDEA background

This text has black color on #E1DDEA background.


White color preview on #E1DDEA background

This text has white color on #E1DDEA background.