COLOR #E1DAEB

HEX: #E1DAEB
RGB: (225,218,235)

Color info

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

RGB color model

#E1DAEB color RGB value is (225,218,235).

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

RGB channels and saturation

R 225 of 255 = 88%
G 218 of 255 = 85%
B 235 of 255 = 92%

225
218
235

R + G + B ~ 88%. #E1DAEB is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 218 + 235 = 678 (100%)
R 225 of 678 ~ 33.19%
G 218 of 678 ~ 32.15%
B 235 of 678 ~ 34.66%

%33.19
%32.15
%34.66

CMYK color model

#E1DAEB color CMYK value is (4,7,0,8).

  • cyan value is 4.26%
  • magenta value is 7.23%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(4,7,0,8)
C4M7Y0K8 
(4%,7%,0%,8%)
(0.04/0.07/0.00/0.08)	

CMYK percentages

%4.26
%7.23
%0
%7.84

Codes

Color #E1DAEB in popluar color models

E1DAEB
RGB225218235
HSL265°29.82%88.82%
HSB/HSV265°7.23%92.16%
CMYK4.26%7.23%0.00%
7.84%

Color #E1DAEB in popluar number systems.

HEXE1DAEB
Decimal225218235
Binary111000011101101011101011
Octal341332353

Shades and tints

Shades of #E1DAEB

#E1DAEB
(225,218,235)
#CDC7D6
(205,199,214)
#B9B4C1
(185,180,193)
#A5A1AC
(165,161,172)
#918E97
(145,142,151)
#7D7B82
(125,123,130)
#69686D
(105,104,109)
#555558
(85,85,88)
#414243
(65,66,67)
#2D2F2E
(45,47,46)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #E1DAEB

#E1DAEB
(225,218,235)
#E3DDEC
(227,221,236)
#E5E0ED
(229,224,237)
#E7E3EE
(231,227,238)
#E9E6EF
(233,230,239)
#EBE9F0
(235,233,240)
#EDECF1
(237,236,241)
#EFEFF2
(239,239,242)
#F1F2F3
(241,242,243)
#F3F5F4
(243,245,244)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DAEB; }

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

This text font color is #E1DAEB.


Background Color

.myBgColor { background-color: #E1DAEB; }

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

This div background color is #E1DAEB.


Border color

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

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

This div border color is #E1DAEB.


Opacity

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

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

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

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

This text has shadow with #E1DAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DAEB on black background.


Color preview on white background

This text has color #E1DAEB on white background.



Black color preview on #E1DAEB background

This text has black color on #E1DAEB background.


White color preview on #E1DAEB background

This text has white color on #E1DAEB background.