COLOR #E1DAF0

HEX: #E1DAF0
RGB: (225,218,240)

Color info

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

RGB color model

#E1DAF0 color RGB value is (225,218,240).

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

RGB channels and saturation

R 225 of 255 = 88%
G 218 of 255 = 85%
B 240 of 255 = 94%

225
218
240

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

Portions of RGB colors in percentages

R + G + B =
225 + 218 + 240 = 683 (100%)
R 225 of 683 ~ 32.94%
G 218 of 683 ~ 31.92%
B 240 of 683 ~ 35.14%

%32.94
%31.92
%35.14

CMYK color model

#E1DAF0 color CMYK value is (6,9,0,6).

  • cyan value is 6.25%
  • magenta value is 9.17%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK: (6,9,0,6) C6M9Y0K6 (6%,9%,0%,6%) (0.06/0.09/0.00/0.06)

CMYK percentages

%6.25
%9.17
%0
%5.88

Codes

Color #E1DAF0 in popluar color models

E1DAF0
RGB225218240
HSL259°42.31%89.80%
HSB/HSV259°9.17%94.12%
CMYK6.25%9.17%0.00%
5.88%

Color #E1DAF0 in popluar number systems.

HEXE1DAF0
Decimal225218240
Binary111000011101101011110000
Octal341332360

Shades and tints

Shades of #E1DAF0

#E1DAF0
(225,218,240)
#CDC7DB
(205,199,219)
#B9B4C6
(185,180,198)
#A5A1B1
(165,161,177)
#918E9C
(145,142,156)
#7D7B87
(125,123,135)
#696872
(105,104,114)
#55555D
(85,85,93)
#414248
(65,66,72)
#2D2F33
(45,47,51)
#191C1E
(25,28,30)
#000000
(0,0,0)

Tints of #E1DAF0

#E1DAF0
(225,218,240)
#E3DDF1
(227,221,241)
#E5E0F2
(229,224,242)
#E7E3F3
(231,227,243)
#E9E6F4
(233,230,244)
#EBE9F5
(235,233,245)
#EDECF6
(237,236,246)
#EFEFF7
(239,239,247)
#F1F2F8
(241,242,248)
#F3F5F9
(243,245,249)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DAF0; }

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

This text font color is #E1DAF0.


Background Color

.myBgColor { background-color: #E1DAF0; }

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

This div background color is #E1DAF0.


Border color

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

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

This div border color is #E1DAF0.


Opacity

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

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

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

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

This text has shadow with #E1DAF0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E1DAF0 on black background.


Color preview on white background

This text has color #E1DAF0 on white background.



Black color preview on #E1DAF0 background

This text has black color on #E1DAF0 background.


White color preview on #E1DAF0 background

This text has white color on #E1DAF0 background.