COLOR #E0DBE9

HEX: #E0DBE9
RGB: (224,219,233)

Color info

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

RGB color model

#E0DBE9 color RGB value is (224,219,233).

  • red value is 224;
  • green value is 219;
  • blue value is 233.
RGB:
(224,219,233)
(88%,86%,91%)

RGB channels and saturation

R 224 of 255 = 88%
G 219 of 255 = 86%
B 233 of 255 = 91%

224
219
233

R + G + B ~ 88%. #E0DBE9 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 219 + 233 = 676 (100%)
R 224 of 676 ~ 33.14%
G 219 of 676 ~ 32.4%
B 233 of 676 ~ 34.47%

%33.14
%32.4
%34.47

CMYK color model

#E0DBE9 color CMYK value is (4,6,0,9).

  • cyan value is 3.86%
  • magenta value is 6.01%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(4,6,0,9)
C4M6Y0K9 
(4%,6%,0%,9%)
(0.04/0.06/0.00/0.09)	

CMYK percentages

%3.86
%6.01
%0
%8.63

Codes

Color #E0DBE9 in popluar color models

E0DBE9
RGB224219233
HSL261°24.14%88.63%
HSB/HSV261°6.01%91.37%
CMYK3.86%6.01%0.00%
8.63%

Color #E0DBE9 in popluar number systems.

HEXE0DBE9
Decimal224219233
Binary111000001101101111101001
Octal340333351

Shades and tints

Shades of #E0DBE9

#E0DBE9
(224,219,233)
#CCC8D4
(204,200,212)
#B8B5BF
(184,181,191)
#A4A2AA
(164,162,170)
#908F95
(144,143,149)
#7C7C80
(124,124,128)
#68696B
(104,105,107)
#545656
(84,86,86)
#404341
(64,67,65)
#2C302C
(44,48,44)
#181D17
(24,29,23)
#000000
(0,0,0)

Tints of #E0DBE9

#E0DBE9
(224,219,233)
#E2DEEB
(226,222,235)
#E4E1ED
(228,225,237)
#E6E4EF
(230,228,239)
#E8E7F1
(232,231,241)
#EAEAF3
(234,234,243)
#ECEDF5
(236,237,245)
#EEF0F7
(238,240,247)
#F0F3F9
(240,243,249)
#F2F6FB
(242,246,251)
#F4F9FD
(244,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0DBE9 color. Also use rgb(224,219,233) instead hex code.

Text Font Color

.myTextColor { color: #E0DBE9; }

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

This text font color is #E0DBE9.


Background Color

.myBgColor { background-color: #E0DBE9; }

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

This div background color is #E0DBE9.


Border color

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

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

This div border color is #E0DBE9.


Opacity

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

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

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

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

This text has shadow with #E0DBE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DBE9 on black background.


Color preview on white background

This text has color #E0DBE9 on white background.



Black color preview on #E0DBE9 background

This text has black color on #E0DBE9 background.


White color preview on #E0DBE9 background

This text has white color on #E0DBE9 background.