COLOR #E1C8F1

HEX: #E1C8F1
RGB: (225,200,241)

Color info

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

RGB color model

#E1C8F1 color RGB value is (225,200,241).

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

RGB channels and saturation

R 225 of 255 = 88%
G 200 of 255 = 78%
B 241 of 255 = 95%

225
200
241

R + G + B ~ 87%. #E1C8F1 is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 200 + 241 = 666 (100%)
R 225 of 666 ~ 33.78%
G 200 of 666 ~ 30.03%
B 241 of 666 ~ 36.19%

%33.78
%30.03
%36.19

CMYK color model

#E1C8F1 color CMYK value is (7,17,0,5).

  • cyan value is 6.64%
  • magenta value is 17.01%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(7,17,0,5)
C7M17Y0K5 
(7%,17%,0%,5%)
(0.07/0.17/0.00/0.05)	

CMYK percentages

%6.64
%17.01
%0
%5.49

Codes

Color #E1C8F1 in popluar color models

E1C8F1
RGB225200241
HSL277°59.42%86.47%
HSB/HSV277°17.01%94.51%
CMYK6.64%17.01%0.00%
5.49%

Color #E1C8F1 in popluar number systems.

HEXE1C8F1
Decimal225200241
Binary111000011100100011110001
Octal341310361

Shades and tints

Shades of #E1C8F1

#E1C8F1
(225,200,241)
#CDB6DC
(205,182,220)
#B9A4C7
(185,164,199)
#A592B2
(165,146,178)
#91809D
(145,128,157)
#7D6E88
(125,110,136)
#695C73
(105,92,115)
#554A5E
(85,74,94)
#413849
(65,56,73)
#2D2634
(45,38,52)
#19141F
(25,20,31)
#000000
(0,0,0)

Tints of #E1C8F1

#E1C8F1
(225,200,241)
#E3CDF2
(227,205,242)
#E5D2F3
(229,210,243)
#E7D7F4
(231,215,244)
#E9DCF5
(233,220,245)
#EBE1F6
(235,225,246)
#EDE6F7
(237,230,247)
#EFEBF8
(239,235,248)
#F1F0F9
(241,240,249)
#F3F5FA
(243,245,250)
#F5FAFB
(245,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1C8F1; }

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

This text font color is #E1C8F1.


Background Color

.myBgColor { background-color: #E1C8F1; }

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

This div background color is #E1C8F1.


Border color

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

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

This div border color is #E1C8F1.


Opacity

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

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

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

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

This text has shadow with #E1C8F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C8F1 on black background.


Color preview on white background

This text has color #E1C8F1 on white background.



Black color preview on #E1C8F1 background

This text has black color on #E1C8F1 background.


White color preview on #E1C8F1 background

This text has white color on #E1C8F1 background.