COLOR #E0DAF1

HEX: #E0DAF1
RGB: (224,218,241)

Color info

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

RGB color model

#E0DAF1 color RGB value is (224,218,241).

  • red value is 224;
  • green value is 218;
  • blue value is 241.
RGB:
(224,218,241)
(88%,85%,95%)

RGB channels and saturation

R 224 of 255 = 88%
G 218 of 255 = 85%
B 241 of 255 = 95%

224
218
241

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

Portions of RGB colors in percentages

R + G + B =
224 + 218 + 241 = 683 (100%)
R 224 of 683 ~ 32.8%
G 218 of 683 ~ 31.92%
B 241 of 683 ~ 35.29%

%32.8
%31.92
%35.29

CMYK color model

#E0DAF1 color CMYK value is (7,10,0,5).

  • cyan value is 7.05%
  • magenta value is 9.54%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(7,10,0,5)
C7M10Y0K5 
(7%,10%,0%,5%)
(0.07/0.10/0.00/0.05)	

CMYK percentages

%7.05
%9.54
%0
%5.49

Codes

Color #E0DAF1 in popluar color models

E0DAF1
RGB224218241
HSL256°45.10%90.00%
HSB/HSV256°9.54%94.51%
CMYK7.05%9.54%0.00%
5.49%

Color #E0DAF1 in popluar number systems.

HEXE0DAF1
Decimal224218241
Binary111000001101101011110001
Octal340332361

Shades and tints

Shades of #E0DAF1

#E0DAF1
(224,218,241)
#CCC7DC
(204,199,220)
#B8B4C7
(184,180,199)
#A4A1B2
(164,161,178)
#908E9D
(144,142,157)
#7C7B88
(124,123,136)
#686873
(104,104,115)
#54555E
(84,85,94)
#404249
(64,66,73)
#2C2F34
(44,47,52)
#181C1F
(24,28,31)
#000000
(0,0,0)

Tints of #E0DAF1

#E0DAF1
(224,218,241)
#E2DDF2
(226,221,242)
#E4E0F3
(228,224,243)
#E6E3F4
(230,227,244)
#E8E6F5
(232,230,245)
#EAE9F6
(234,233,246)
#ECECF7
(236,236,247)
#EEEFF8
(238,239,248)
#F0F2F9
(240,242,249)
#F2F5FA
(242,245,250)
#F4F8FB
(244,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0DAF1 color. Also use rgb(224,218,241) instead hex code.

Text Font Color

.myTextColor { color: #E0DAF1; }

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

This text font color is #E0DAF1.


Background Color

.myBgColor { background-color: #E0DAF1; }

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

This div background color is #E0DAF1.


Border color

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

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

This div border color is #E0DAF1.


Opacity

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

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

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

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

This text has shadow with #E0DAF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DAF1 on black background.


Color preview on white background

This text has color #E0DAF1 on white background.



Black color preview on #E0DAF1 background

This text has black color on #E0DAF1 background.


White color preview on #E0DAF1 background

This text has white color on #E0DAF1 background.