COLOR #E1DAF7

HEX: #E1DAF7
RGB: (225,218,247)

Color info

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

RGB color model

#E1DAF7 color RGB value is (225,218,247).

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

RGB channels and saturation

R 225 of 255 = 88%
G 218 of 255 = 85%
B 247 of 255 = 97%

225
218
247

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

Portions of RGB colors in percentages

R + G + B =
225 + 218 + 247 = 690 (100%)
R 225 of 690 ~ 32.61%
G 218 of 690 ~ 31.59%
B 247 of 690 ~ 35.8%

%32.61
%31.59
%35.8

CMYK color model

#E1DAF7 color CMYK value is (9,12,0,3).

  • cyan value is 8.91%
  • magenta value is 11.74%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(9,12,0,3)
C9M12Y0K3 
(9%,12%,0%,3%)
(0.09/0.12/0.00/0.03)	

CMYK percentages

%8.91
%11.74
%0
%3.14

Codes

Color #E1DAF7 in popluar color models

E1DAF7
RGB225218247
HSL254°64.44%91.18%
HSB/HSV254°11.74%96.86%
CMYK8.91%11.74%0.00%
3.14%

Color #E1DAF7 in popluar number systems.

HEXE1DAF7
Decimal225218247
Binary111000011101101011110111
Octal341332367

Shades and tints

Shades of #E1DAF7

#E1DAF7
(225,218,247)
#CDC7E1
(205,199,225)
#B9B4CB
(185,180,203)
#A5A1B5
(165,161,181)
#918E9F
(145,142,159)
#7D7B89
(125,123,137)
#696873
(105,104,115)
#55555D
(85,85,93)
#414247
(65,66,71)
#2D2F31
(45,47,49)
#191C1B
(25,28,27)
#000000
(0,0,0)

Tints of #E1DAF7

#E1DAF7
(225,218,247)
#E3DDF7
(227,221,247)
#E5E0F7
(229,224,247)
#E7E3F7
(231,227,247)
#E9E6F7
(233,230,247)
#EBE9F7
(235,233,247)
#EDECF7
(237,236,247)
#EFEFF7
(239,239,247)
#F1F2F7
(241,242,247)
#F3F5F7
(243,245,247)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DAF7; }

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

This text font color is #E1DAF7.


Background Color

.myBgColor { background-color: #E1DAF7; }

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

This div background color is #E1DAF7.


Border color

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

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

This div border color is #E1DAF7.


Opacity

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

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

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

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

This text has shadow with #E1DAF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DAF7 on black background.


Color preview on white background

This text has color #E1DAF7 on white background.



Black color preview on #E1DAF7 background

This text has black color on #E1DAF7 background.


White color preview on #E1DAF7 background

This text has white color on #E1DAF7 background.