COLOR #E1C2FC

HEX: #E1C2FC
RGB: (225,194,252)

Color info

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

RGB color model

#E1C2FC color RGB value is (225,194,252).

  • red value is 225;
  • green value is 194;
  • blue value is 252.
RGB:
(225,194,252)
(88%,76%,99%)

RGB channels and saturation

R 225 of 255 = 88%
G 194 of 255 = 76%
B 252 of 255 = 99%

225
194
252

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

Portions of RGB colors in percentages

R + G + B =
225 + 194 + 252 = 671 (100%)
R 225 of 671 ~ 33.53%
G 194 of 671 ~ 28.91%
B 252 of 671 ~ 37.56%

%33.53
%28.91
%37.56

CMYK color model

#E1C2FC color CMYK value is (11,23,0,1).

  • cyan value is 10.71%
  • magenta value is 23.02%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(11,23,0,1)
C11M23Y0K1 
(11%,23%,0%,1%)
(0.11/0.23/0.00/0.01)	

CMYK percentages

%10.71
%23.02
%0
%1.18

Codes

Color #E1C2FC in popluar color models

E1C2FC
RGB225194252
HSL272°90.63%87.45%
HSB/HSV272°23.02%98.82%
CMYK10.71%23.02%0.00%
1.18%

Color #E1C2FC in popluar number systems.

HEXE1C2FC
Decimal225194252
Binary111000011100001011111100
Octal341302374

Shades and tints

Shades of #E1C2FC

#E1C2FC
(225,194,252)
#CDB1E6
(205,177,230)
#B9A0D0
(185,160,208)
#A58FBA
(165,143,186)
#917EA4
(145,126,164)
#7D6D8E
(125,109,142)
#695C78
(105,92,120)
#554B62
(85,75,98)
#413A4C
(65,58,76)
#2D2936
(45,41,54)
#191820
(25,24,32)
#000000
(0,0,0)

Tints of #E1C2FC

#E1C2FC
(225,194,252)
#E3C7FC
(227,199,252)
#E5CCFC
(229,204,252)
#E7D1FC
(231,209,252)
#E9D6FC
(233,214,252)
#EBDBFC
(235,219,252)
#EDE0FC
(237,224,252)
#EFE5FC
(239,229,252)
#F1EAFC
(241,234,252)
#F3EFFC
(243,239,252)
#F5F4FC
(245,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C2FC color. Also use rgb(225,194,252) instead hex code.

Text Font Color

.myTextColor { color: #E1C2FC; }

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

This text font color is #E1C2FC.


Background Color

.myBgColor { background-color: #E1C2FC; }

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

This div background color is #E1C2FC.


Border color

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

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

This div border color is #E1C2FC.


Opacity

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

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

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

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

This text has shadow with #E1C2FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C2FC on black background.


Color preview on white background

This text has color #E1C2FC on white background.



Black color preview on #E1C2FC background

This text has black color on #E1C2FC background.


White color preview on #E1C2FC background

This text has white color on #E1C2FC background.