COLOR #E1DAF2

HEX: #E1DAF2
RGB: (225,218,242)

Color info

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

RGB color model

#E1DAF2 color RGB value is (225,218,242).

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

RGB channels and saturation

R 225 of 255 = 88%
G 218 of 255 = 85%
B 242 of 255 = 95%

225
218
242

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

Portions of RGB colors in percentages

R + G + B =
225 + 218 + 242 = 685 (100%)
R 225 of 685 ~ 32.85%
G 218 of 685 ~ 31.82%
B 242 of 685 ~ 35.33%

%32.85
%31.82
%35.33

CMYK color model

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

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

CMYK percentages

%7.02
%9.92
%0
%5.1

Codes

Color #E1DAF2 in popluar color models

E1DAF2
RGB225218242
HSL258°48.00%90.20%
HSB/HSV258°9.92%94.90%
CMYK7.02%9.92%0.00%
5.10%

Color #E1DAF2 in popluar number systems.

HEXE1DAF2
Decimal225218242
Binary111000011101101011110010
Octal341332362

Shades and tints

Shades of #E1DAF2

#E1DAF2
(225,218,242)
#CDC7DC
(205,199,220)
#B9B4C6
(185,180,198)
#A5A1B0
(165,161,176)
#918E9A
(145,142,154)
#7D7B84
(125,123,132)
#69686E
(105,104,110)
#555558
(85,85,88)
#414242
(65,66,66)
#2D2F2C
(45,47,44)
#191C16
(25,28,22)
#000000
(0,0,0)

Tints of #E1DAF2

#E1DAF2
(225,218,242)
#E3DDF3
(227,221,243)
#E5E0F4
(229,224,244)
#E7E3F5
(231,227,245)
#E9E6F6
(233,230,246)
#EBE9F7
(235,233,247)
#EDECF8
(237,236,248)
#EFEFF9
(239,239,249)
#F1F2FA
(241,242,250)
#F3F5FB
(243,245,251)
#F5F8FC
(245,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DAF2; }

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

This text font color is #E1DAF2.


Background Color

.myBgColor { background-color: #E1DAF2; }

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

This div background color is #E1DAF2.


Border color

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

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

This div border color is #E1DAF2.


Opacity

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

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

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

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

This text has shadow with #E1DAF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DAF2 on black background.


Color preview on white background

This text has color #E1DAF2 on white background.



Black color preview on #E1DAF2 background

This text has black color on #E1DAF2 background.


White color preview on #E1DAF2 background

This text has white color on #E1DAF2 background.