COLOR #E0DDEB

HEX: #E0DDEB
RGB: (224,221,235)

Color info

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

RGB color model

#E0DDEB color RGB value is (224,221,235).

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

RGB channels and saturation

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

224
221
235

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

Portions of RGB colors in percentages

R + G + B =
224 + 221 + 235 = 680 (100%)
R 224 of 680 ~ 32.94%
G 221 of 680 ~ 32.5%
B 235 of 680 ~ 34.56%

%32.94
%32.5
%34.56

CMYK color model

#E0DDEB color CMYK value is (5,6,0,8).

  • cyan value is 4.68%
  • magenta value is 5.96%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(5,6,0,8)
C5M6Y0K8 
(5%,6%,0%,8%)
(0.05/0.06/0.00/0.08)	

CMYK percentages

%4.68
%5.96
%0
%7.84

Codes

Color #E0DDEB in popluar color models

E0DDEB
RGB224221235
HSL253°25.93%89.41%
HSB/HSV253°5.96%92.16%
CMYK4.68%5.96%0.00%
7.84%

Color #E0DDEB in popluar number systems.

HEXE0DDEB
Decimal224221235
Binary111000001101110111101011
Octal340335353

Shades and tints

Shades of #E0DDEB

#E0DDEB
(224,221,235)
#CCC9D6
(204,201,214)
#B8B5C1
(184,181,193)
#A4A1AC
(164,161,172)
#908D97
(144,141,151)
#7C7982
(124,121,130)
#68656D
(104,101,109)
#545158
(84,81,88)
#403D43
(64,61,67)
#2C292E
(44,41,46)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #E0DDEB

#E0DDEB
(224,221,235)
#E2E0EC
(226,224,236)
#E4E3ED
(228,227,237)
#E6E6EE
(230,230,238)
#E8E9EF
(232,233,239)
#EAECF0
(234,236,240)
#ECEFF1
(236,239,241)
#EEF2F2
(238,242,242)
#F0F5F3
(240,245,243)
#F2F8F4
(242,248,244)
#F4FBF5
(244,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DDEB; }

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

This text font color is #E0DDEB.


Background Color

.myBgColor { background-color: #E0DDEB; }

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

This div background color is #E0DDEB.


Border color

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

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

This div border color is #E0DDEB.


Opacity

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

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

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

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

This text has shadow with #E0DDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DDEB on black background.


Color preview on white background

This text has color #E0DDEB on white background.



Black color preview on #E0DDEB background

This text has black color on #E0DDEB background.


White color preview on #E0DDEB background

This text has white color on #E0DDEB background.