COLOR #E1DDEE

HEX: #E1DDEE
RGB: (225,221,238)

Color info

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

RGB color model

#E1DDEE color RGB value is (225,221,238).

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

RGB channels and saturation

R 225 of 255 = 88%
G 221 of 255 = 87%
B 238 of 255 = 93%

225
221
238

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

Portions of RGB colors in percentages

R + G + B =
225 + 221 + 238 = 684 (100%)
R 225 of 684 ~ 32.89%
G 221 of 684 ~ 32.31%
B 238 of 684 ~ 34.8%

%32.89
%32.31
%34.8

CMYK color model

#E1DDEE color CMYK value is (5,7,0,7).

  • cyan value is 5.46%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(5,7,0,7)
C5M7Y0K7 
(5%,7%,0%,7%)
(0.05/0.07/0.00/0.07)	

CMYK percentages

%5.46
%7.14
%0
%6.67

Codes

Color #E1DDEE in popluar color models

E1DDEE
RGB225221238
HSL254°33.33%90.00%
HSB/HSV254°7.14%93.33%
CMYK5.46%7.14%0.00%
6.67%

Color #E1DDEE in popluar number systems.

HEXE1DDEE
Decimal225221238
Binary111000011101110111101110
Octal341335356

Shades and tints

Shades of #E1DDEE

#E1DDEE
(225,221,238)
#CDC9D9
(205,201,217)
#B9B5C4
(185,181,196)
#A5A1AF
(165,161,175)
#918D9A
(145,141,154)
#7D7985
(125,121,133)
#696570
(105,101,112)
#55515B
(85,81,91)
#413D46
(65,61,70)
#2D2931
(45,41,49)
#19151C
(25,21,28)
#000000
(0,0,0)

Tints of #E1DDEE

#E1DDEE
(225,221,238)
#E3E0EF
(227,224,239)
#E5E3F0
(229,227,240)
#E7E6F1
(231,230,241)
#E9E9F2
(233,233,242)
#EBECF3
(235,236,243)
#EDEFF4
(237,239,244)
#EFF2F5
(239,242,245)
#F1F5F6
(241,245,246)
#F3F8F7
(243,248,247)
#F5FBF8
(245,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DDEE; }

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

This text font color is #E1DDEE.


Background Color

.myBgColor { background-color: #E1DDEE; }

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

This div background color is #E1DDEE.


Border color

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

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

This div border color is #E1DDEE.


Opacity

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

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

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

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

This text has shadow with #E1DDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DDEE on black background.


Color preview on white background

This text has color #E1DDEE on white background.



Black color preview on #E1DDEE background

This text has black color on #E1DDEE background.


White color preview on #E1DDEE background

This text has white color on #E1DDEE background.