COLOR #E1DAF5

HEX: #E1DAF5
RGB: (225,218,245)

Color info

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

RGB color model

#E1DAF5 color RGB value is (225,218,245).

  • red value is 225;
  • green value is 218;
  • blue value is 245.
RGB:
(225,218,245)
(88%,85%,96%)

RGB channels and saturation

R 225 of 255 = 88%
G 218 of 255 = 85%
B 245 of 255 = 96%

225
218
245

R + G + B ~ 90%. #E1DAF5 is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 218 + 245 = 688 (100%)
R 225 of 688 ~ 32.7%
G 218 of 688 ~ 31.69%
B 245 of 688 ~ 35.61%

%32.7
%31.69
%35.61

CMYK color model

#E1DAF5 color CMYK value is (8,11,0,4).

  • cyan value is 8.16%
  • magenta value is 11.02%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(8,11,0,4)
C8M11Y0K4 
(8%,11%,0%,4%)
(0.08/0.11/0.00/0.04)	

CMYK percentages

%8.16
%11.02
%0
%3.92

Codes

Color #E1DAF5 in popluar color models

E1DAF5
RGB225218245
HSL256°57.45%90.78%
HSB/HSV256°11.02%96.08%
CMYK8.16%11.02%0.00%
3.92%

Color #E1DAF5 in popluar number systems.

HEXE1DAF5
Decimal225218245
Binary111000011101101011110101
Octal341332365

Shades and tints

Shades of #E1DAF5

#E1DAF5
(225,218,245)
#CDC7DF
(205,199,223)
#B9B4C9
(185,180,201)
#A5A1B3
(165,161,179)
#918E9D
(145,142,157)
#7D7B87
(125,123,135)
#696871
(105,104,113)
#55555B
(85,85,91)
#414245
(65,66,69)
#2D2F2F
(45,47,47)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #E1DAF5

#E1DAF5
(225,218,245)
#E3DDF5
(227,221,245)
#E5E0F5
(229,224,245)
#E7E3F5
(231,227,245)
#E9E6F5
(233,230,245)
#EBE9F5
(235,233,245)
#EDECF5
(237,236,245)
#EFEFF5
(239,239,245)
#F1F2F5
(241,242,245)
#F3F5F5
(243,245,245)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DAF5 color. Also use rgb(225,218,245) instead hex code.

Text Font Color

.myTextColor { color: #E1DAF5; }

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

This text font color is #E1DAF5.


Background Color

.myBgColor { background-color: #E1DAF5; }

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

This div background color is #E1DAF5.


Border color

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

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

This div border color is #E1DAF5.


Opacity

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

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

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

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

This text has shadow with #E1DAF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DAF5 on black background.


Color preview on white background

This text has color #E1DAF5 on white background.



Black color preview on #E1DAF5 background

This text has black color on #E1DAF5 background.


White color preview on #E1DAF5 background

This text has white color on #E1DAF5 background.