COLOR #E0DBEF

HEX: #E0DBEF
RGB: (224,219,239)

Color info

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

RGB color model

#E0DBEF color RGB value is (224,219,239).

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

RGB channels and saturation

R 224 of 255 = 88%
G 219 of 255 = 86%
B 239 of 255 = 94%

224
219
239

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

Portions of RGB colors in percentages

R + G + B =
224 + 219 + 239 = 682 (100%)
R 224 of 682 ~ 32.84%
G 219 of 682 ~ 32.11%
B 239 of 682 ~ 35.04%

%32.84
%32.11
%35.04

CMYK color model

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

  • cyan value is 6.28%
  • magenta value is 8.37%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(6,8,0,6)
C6M8Y0K6 
(6%,8%,0%,6%)
(0.06/0.08/0.00/0.06)	

CMYK percentages

%6.28
%8.37
%0
%6.27

Codes

Color #E0DBEF in popluar color models

E0DBEF
RGB224219239
HSL255°38.46%89.80%
HSB/HSV255°8.37%93.73%
CMYK6.28%8.37%0.00%
6.27%

Color #E0DBEF in popluar number systems.

HEXE0DBEF
Decimal224219239
Binary111000001101101111101111
Octal340333357

Shades and tints

Shades of #E0DBEF

#E0DBEF
(224,219,239)
#CCC8DA
(204,200,218)
#B8B5C5
(184,181,197)
#A4A2B0
(164,162,176)
#908F9B
(144,143,155)
#7C7C86
(124,124,134)
#686971
(104,105,113)
#54565C
(84,86,92)
#404347
(64,67,71)
#2C3032
(44,48,50)
#181D1D
(24,29,29)
#000000
(0,0,0)

Tints of #E0DBEF

#E0DBEF
(224,219,239)
#E2DEF0
(226,222,240)
#E4E1F1
(228,225,241)
#E6E4F2
(230,228,242)
#E8E7F3
(232,231,243)
#EAEAF4
(234,234,244)
#ECEDF5
(236,237,245)
#EEF0F6
(238,240,246)
#F0F3F7
(240,243,247)
#F2F6F8
(242,246,248)
#F4F9F9
(244,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DBEF; }

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

This text font color is #E0DBEF.


Background Color

.myBgColor { background-color: #E0DBEF; }

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

This div background color is #E0DBEF.


Border color

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

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

This div border color is #E0DBEF.


Opacity

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

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

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

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

This text has shadow with #E0DBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DBEF on black background.


Color preview on white background

This text has color #E0DBEF on white background.



Black color preview on #E0DBEF background

This text has black color on #E0DBEF background.


White color preview on #E0DBEF background

This text has white color on #E0DBEF background.