COLOR #E1DDEB

HEX: #E1DDEB
RGB: (225,221,235)

Color info

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

RGB color model

#E1DDEB color RGB value is (225,221,235).

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

RGB channels and saturation

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

225
221
235

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

Portions of RGB colors in percentages

R + G + B =
225 + 221 + 235 = 681 (100%)
R 225 of 681 ~ 33.04%
G 221 of 681 ~ 32.45%
B 235 of 681 ~ 34.51%

%33.04
%32.45
%34.51

CMYK color model

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

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

CMYK percentages

%4.26
%5.96
%0
%7.84

Codes

Color #E1DDEB in popluar color models

E1DDEB
RGB225221235
HSL257°25.93%89.41%
HSB/HSV257°5.96%92.16%
CMYK4.26%5.96%0.00%
7.84%

Color #E1DDEB in popluar number systems.

HEXE1DDEB
Decimal225221235
Binary111000011101110111101011
Octal341335353

Shades and tints

Shades of #E1DDEB

#E1DDEB
(225,221,235)
#CDC9D6
(205,201,214)
#B9B5C1
(185,181,193)
#A5A1AC
(165,161,172)
#918D97
(145,141,151)
#7D7982
(125,121,130)
#69656D
(105,101,109)
#555158
(85,81,88)
#413D43
(65,61,67)
#2D292E
(45,41,46)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #E1DDEB

#E1DDEB
(225,221,235)
#E3E0EC
(227,224,236)
#E5E3ED
(229,227,237)
#E7E6EE
(231,230,238)
#E9E9EF
(233,233,239)
#EBECF0
(235,236,240)
#EDEFF1
(237,239,241)
#EFF2F2
(239,242,242)
#F1F5F3
(241,245,243)
#F3F8F4
(243,248,244)
#F5FBF5
(245,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DDEB; }

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

This text font color is #E1DDEB.


Background Color

.myBgColor { background-color: #E1DDEB; }

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

This div background color is #E1DDEB.


Border color

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

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

This div border color is #E1DDEB.


Opacity

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

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

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

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

This text has shadow with #E1DDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DDEB on black background.


Color preview on white background

This text has color #E1DDEB on white background.



Black color preview on #E1DDEB background

This text has black color on #E1DDEB background.


White color preview on #E1DDEB background

This text has white color on #E1DDEB background.