COLOR #E1D0F2

HEX: #E1D0F2
RGB: (225,208,242)

Color info

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

RGB color model

#E1D0F2 color RGB value is (225,208,242).

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

RGB channels and saturation

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

225
208
242

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

Portions of RGB colors in percentages

R + G + B =
225 + 208 + 242 = 675 (100%)
R 225 of 675 ~ 33.33%
G 208 of 675 ~ 30.81%
B 242 of 675 ~ 35.85%

%33.33
%30.81
%35.85

CMYK color model

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

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

CMYK percentages

%7.02
%14.05
%0
%5.1

Codes

Color #E1D0F2 in popluar color models

E1D0F2
RGB225208242
HSL270°56.67%88.24%
HSB/HSV270°14.05%94.90%
CMYK7.02%14.05%0.00%
5.10%

Color #E1D0F2 in popluar number systems.

HEXE1D0F2
Decimal225208242
Binary111000011101000011110010
Octal341320362

Shades and tints

Shades of #E1D0F2

#E1D0F2
(225,208,242)
#CDBEDC
(205,190,220)
#B9ACC6
(185,172,198)
#A59AB0
(165,154,176)
#91889A
(145,136,154)
#7D7684
(125,118,132)
#69646E
(105,100,110)
#555258
(85,82,88)
#414042
(65,64,66)
#2D2E2C
(45,46,44)
#191C16
(25,28,22)
#000000
(0,0,0)

Tints of #E1D0F2

#E1D0F2
(225,208,242)
#E3D4F3
(227,212,243)
#E5D8F4
(229,216,244)
#E7DCF5
(231,220,245)
#E9E0F6
(233,224,246)
#EBE4F7
(235,228,247)
#EDE8F8
(237,232,248)
#EFECF9
(239,236,249)
#F1F0FA
(241,240,250)
#F3F4FB
(243,244,251)
#F5F8FC
(245,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D0F2; }

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

This text font color is #E1D0F2.


Background Color

.myBgColor { background-color: #E1D0F2; }

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

This div background color is #E1D0F2.


Border color

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

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

This div border color is #E1D0F2.


Opacity

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

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

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

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

This text has shadow with #E1D0F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D0F2 on black background.


Color preview on white background

This text has color #E1D0F2 on white background.



Black color preview on #E1D0F2 background

This text has black color on #E1D0F2 background.


White color preview on #E1D0F2 background

This text has white color on #E1D0F2 background.