COLOR #E1D0F1

HEX: #E1D0F1
RGB: (225,208,241)

Color info

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

RGB color model

#E1D0F1 color RGB value is (225,208,241).

  • red value is 225;
  • green value is 208;
  • blue value is 241.
RGB:
(225,208,241)
(88%,82%,95%)

RGB channels and saturation

R 225 of 255 = 88%
G 208 of 255 = 82%
B 241 of 255 = 95%

225
208
241

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

Portions of RGB colors in percentages

R + G + B =
225 + 208 + 241 = 674 (100%)
R 225 of 674 ~ 33.38%
G 208 of 674 ~ 30.86%
B 241 of 674 ~ 35.76%

%33.38
%30.86
%35.76

CMYK color model

#E1D0F1 color CMYK value is (7,14,0,5).

  • cyan value is 6.64%
  • magenta value is 13.69%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(7,14,0,5)
C7M14Y0K5 
(7%,14%,0%,5%)
(0.07/0.14/0.00/0.05)	

CMYK percentages

%6.64
%13.69
%0
%5.49

Codes

Color #E1D0F1 in popluar color models

E1D0F1
RGB225208241
HSL271°54.10%88.04%
HSB/HSV271°13.69%94.51%
CMYK6.64%13.69%0.00%
5.49%

Color #E1D0F1 in popluar number systems.

HEXE1D0F1
Decimal225208241
Binary111000011101000011110001
Octal341320361

Shades and tints

Shades of #E1D0F1

#E1D0F1
(225,208,241)
#CDBEDC
(205,190,220)
#B9ACC7
(185,172,199)
#A59AB2
(165,154,178)
#91889D
(145,136,157)
#7D7688
(125,118,136)
#696473
(105,100,115)
#55525E
(85,82,94)
#414049
(65,64,73)
#2D2E34
(45,46,52)
#191C1F
(25,28,31)
#000000
(0,0,0)

Tints of #E1D0F1

#E1D0F1
(225,208,241)
#E3D4F2
(227,212,242)
#E5D8F3
(229,216,243)
#E7DCF4
(231,220,244)
#E9E0F5
(233,224,245)
#EBE4F6
(235,228,246)
#EDE8F7
(237,232,247)
#EFECF8
(239,236,248)
#F1F0F9
(241,240,249)
#F3F4FA
(243,244,250)
#F5F8FB
(245,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D0F1 color. Also use rgb(225,208,241) instead hex code.

Text Font Color

.myTextColor { color: #E1D0F1; }

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

This text font color is #E1D0F1.


Background Color

.myBgColor { background-color: #E1D0F1; }

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

This div background color is #E1D0F1.


Border color

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

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

This div border color is #E1D0F1.


Opacity

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

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

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

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

This text has shadow with #E1D0F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D0F1 on black background.


Color preview on white background

This text has color #E1D0F1 on white background.



Black color preview on #E1D0F1 background

This text has black color on #E1D0F1 background.


White color preview on #E1D0F1 background

This text has white color on #E1D0F1 background.