COLOR #E1DFFE

HEX: #E1DFFE
RGB: (225,223,254)

Color info

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

RGB color model

#E1DFFE color RGB value is (225,223,254).

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

RGB channels and saturation

R 225 of 255 = 88%
G 223 of 255 = 87%
B 254 of 255 = 100%

225
223
254

R + G + B ~ 92%. #E1DFFE is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 223 + 254 = 702 (100%)
R 225 of 702 ~ 32.05%
G 223 of 702 ~ 31.77%
B 254 of 702 ~ 36.18%

%32.05
%31.77
%36.18

CMYK color model

#E1DFFE color CMYK value is (11,12,0,0).

  • cyan value is 11.42%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(11,12,0,0)
C11M12Y0K0 
(11%,12%,0%,0%)
(0.11/0.12/0.00/0.00)	

CMYK percentages

%11.42
%12.2
%0
%0.39

Codes

Color #E1DFFE in popluar color models

E1DFFE
RGB225223254
HSL244°93.94%93.53%
HSB/HSV244°12.20%99.61%
CMYK11.42%12.20%0.00%
0.39%

Color #E1DFFE in popluar number systems.

HEXE1DFFE
Decimal225223254
Binary111000011101111111111110
Octal341337376

Shades and tints

Shades of #E1DFFE

#E1DFFE
(225,223,254)
#CDCBE7
(205,203,231)
#B9B7D0
(185,183,208)
#A5A3B9
(165,163,185)
#918FA2
(145,143,162)
#7D7B8B
(125,123,139)
#696774
(105,103,116)
#55535D
(85,83,93)
#413F46
(65,63,70)
#2D2B2F
(45,43,47)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #E1DFFE

#E1DFFE
(225,223,254)
#E3E1FE
(227,225,254)
#E5E3FE
(229,227,254)
#E7E5FE
(231,229,254)
#E9E7FE
(233,231,254)
#EBE9FE
(235,233,254)
#EDEBFE
(237,235,254)
#EFEDFE
(239,237,254)
#F1EFFE
(241,239,254)
#F3F1FE
(243,241,254)
#F5F3FE
(245,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DFFE; }

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

This text font color is #E1DFFE.


Background Color

.myBgColor { background-color: #E1DFFE; }

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

This div background color is #E1DFFE.


Border color

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

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

This div border color is #E1DFFE.


Opacity

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

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

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

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

This text has shadow with #E1DFFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DFFE on black background.


Color preview on white background

This text has color #E1DFFE on white background.



Black color preview on #E1DFFE background

This text has black color on #E1DFFE background.


White color preview on #E1DFFE background

This text has white color on #E1DFFE background.