COLOR #E1C4FD

HEX: #E1C4FD
RGB: (225,196,253)

Color info

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

RGB color model

#E1C4FD color RGB value is (225,196,253).

  • red value is 225;
  • green value is 196;
  • blue value is 253.
RGB:
(225,196,253)
(88%,77%,99%)

RGB channels and saturation

R 225 of 255 = 88%
G 196 of 255 = 77%
B 253 of 255 = 99%

225
196
253

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

Portions of RGB colors in percentages

R + G + B =
225 + 196 + 253 = 674 (100%)
R 225 of 674 ~ 33.38%
G 196 of 674 ~ 29.08%
B 253 of 674 ~ 37.54%

%33.38
%29.08
%37.54

CMYK color model

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

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

CMYK percentages

%11.07
%22.53
%0
%0.78

Codes

Color #E1C4FD in popluar color models

E1C4FD
RGB225196253
HSL271°93.44%88.04%
HSB/HSV271°22.53%99.22%
CMYK11.07%22.53%0.00%
0.78%

Color #E1C4FD in popluar number systems.

HEXE1C4FD
Decimal225196253
Binary111000011100010011111101
Octal341304375

Shades and tints

Shades of #E1C4FD

#E1C4FD
(225,196,253)
#CDB3E6
(205,179,230)
#B9A2CF
(185,162,207)
#A591B8
(165,145,184)
#9180A1
(145,128,161)
#7D6F8A
(125,111,138)
#695E73
(105,94,115)
#554D5C
(85,77,92)
#413C45
(65,60,69)
#2D2B2E
(45,43,46)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #E1C4FD

#E1C4FD
(225,196,253)
#E3C9FD
(227,201,253)
#E5CEFD
(229,206,253)
#E7D3FD
(231,211,253)
#E9D8FD
(233,216,253)
#EBDDFD
(235,221,253)
#EDE2FD
(237,226,253)
#EFE7FD
(239,231,253)
#F1ECFD
(241,236,253)
#F3F1FD
(243,241,253)
#F5F6FD
(245,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C4FD color. Also use rgb(225,196,253) instead hex code.

Text Font Color

.myTextColor { color: #E1C4FD; }

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

This text font color is #E1C4FD.


Background Color

.myBgColor { background-color: #E1C4FD; }

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

This div background color is #E1C4FD.


Border color

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

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

This div border color is #E1C4FD.


Opacity

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

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

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

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

This text has shadow with #E1C4FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C4FD on black background.


Color preview on white background

This text has color #E1C4FD on white background.



Black color preview on #E1C4FD background

This text has black color on #E1C4FD background.


White color preview on #E1C4FD background

This text has white color on #E1C4FD background.