COLOR #E1DFEF

HEX: #E1DFEF
RGB: (225,223,239)

Color info

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

RGB color model

#E1DFEF color RGB value is (225,223,239).

  • red value is 225;
  • green value is 223;
  • blue value is 239.
RGB:
(225,223,239)
(88%,87%,94%)

RGB channels and saturation

R 225 of 255 = 88%
G 223 of 255 = 87%
B 239 of 255 = 94%

225
223
239

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

Portions of RGB colors in percentages

R + G + B =
225 + 223 + 239 = 687 (100%)
R 225 of 687 ~ 32.75%
G 223 of 687 ~ 32.46%
B 239 of 687 ~ 34.79%

%32.75
%32.46
%34.79

CMYK color model

#E1DFEF color CMYK value is (6,7,0,6).

  • cyan value is 5.86%
  • magenta value is 6.69%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(6,7,0,6)
C6M7Y0K6 
(6%,7%,0%,6%)
(0.06/0.07/0.00/0.06)	

CMYK percentages

%5.86
%6.69
%0
%6.27

Codes

Color #E1DFEF in popluar color models

E1DFEF
RGB225223239
HSL248°33.33%90.59%
HSB/HSV248°6.69%93.73%
CMYK5.86%6.69%0.00%
6.27%

Color #E1DFEF in popluar number systems.

HEXE1DFEF
Decimal225223239
Binary111000011101111111101111
Octal341337357

Shades and tints

Shades of #E1DFEF

#E1DFEF
(225,223,239)
#CDCBDA
(205,203,218)
#B9B7C5
(185,183,197)
#A5A3B0
(165,163,176)
#918F9B
(145,143,155)
#7D7B86
(125,123,134)
#696771
(105,103,113)
#55535C
(85,83,92)
#413F47
(65,63,71)
#2D2B32
(45,43,50)
#19171D
(25,23,29)
#000000
(0,0,0)

Tints of #E1DFEF

#E1DFEF
(225,223,239)
#E3E1F0
(227,225,240)
#E5E3F1
(229,227,241)
#E7E5F2
(231,229,242)
#E9E7F3
(233,231,243)
#EBE9F4
(235,233,244)
#EDEBF5
(237,235,245)
#EFEDF6
(239,237,246)
#F1EFF7
(241,239,247)
#F3F1F8
(243,241,248)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DFEF color. Also use rgb(225,223,239) instead hex code.

Text Font Color

.myTextColor { color: #E1DFEF; }

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

This text font color is #E1DFEF.


Background Color

.myBgColor { background-color: #E1DFEF; }

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

This div background color is #E1DFEF.


Border color

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

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

This div border color is #E1DFEF.


Opacity

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

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

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

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

This text has shadow with #E1DFEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DFEF on black background.


Color preview on white background

This text has color #E1DFEF on white background.



Black color preview on #E1DFEF background

This text has black color on #E1DFEF background.


White color preview on #E1DFEF background

This text has white color on #E1DFEF background.