COLOR #E0DCEA

HEX: #E0DCEA
RGB: (224,220,234)

Color info

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

RGB color model

#E0DCEA color RGB value is (224,220,234).

  • red value is 224;
  • green value is 220;
  • blue value is 234.
RGB:
(224,220,234)
(88%,86%,92%)

RGB channels and saturation

R 224 of 255 = 88%
G 220 of 255 = 86%
B 234 of 255 = 92%

224
220
234

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

Portions of RGB colors in percentages

R + G + B =
224 + 220 + 234 = 678 (100%)
R 224 of 678 ~ 33.04%
G 220 of 678 ~ 32.45%
B 234 of 678 ~ 34.51%

%33.04
%32.45
%34.51

CMYK color model

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

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

CMYK percentages

%4.27
%5.98
%0
%8.24

Codes

Color #E0DCEA in popluar color models

E0DCEA
RGB224220234
HSL257°25.00%89.02%
HSB/HSV257°5.98%91.76%
CMYK4.27%5.98%0.00%
8.24%

Color #E0DCEA in popluar number systems.

HEXE0DCEA
Decimal224220234
Binary111000001101110011101010
Octal340334352

Shades and tints

Shades of #E0DCEA

#E0DCEA
(224,220,234)
#CCC8D5
(204,200,213)
#B8B4C0
(184,180,192)
#A4A0AB
(164,160,171)
#908C96
(144,140,150)
#7C7881
(124,120,129)
#68646C
(104,100,108)
#545057
(84,80,87)
#403C42
(64,60,66)
#2C282D
(44,40,45)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #E0DCEA

#E0DCEA
(224,220,234)
#E2DFEB
(226,223,235)
#E4E2EC
(228,226,236)
#E6E5ED
(230,229,237)
#E8E8EE
(232,232,238)
#EAEBEF
(234,235,239)
#ECEEF0
(236,238,240)
#EEF1F1
(238,241,241)
#F0F4F2
(240,244,242)
#F2F7F3
(242,247,243)
#F4FAF4
(244,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0DCEA color. Also use rgb(224,220,234) instead hex code.

Text Font Color

.myTextColor { color: #E0DCEA; }

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

This text font color is #E0DCEA.


Background Color

.myBgColor { background-color: #E0DCEA; }

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

This div background color is #E0DCEA.


Border color

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

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

This div border color is #E0DCEA.


Opacity

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

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

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

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

This text has shadow with #E0DCEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DCEA on black background.


Color preview on white background

This text has color #E0DCEA on white background.



Black color preview on #E0DCEA background

This text has black color on #E0DCEA background.


White color preview on #E0DCEA background

This text has white color on #E0DCEA background.