COLOR #E4C5FD

HEX: #E4C5FD RGB: (228,197,253)

Color info

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

RGB color model

#E4C5FD color RGB value is (228,197,253).

RGB: (228,197,253) (89%, 77%, 99%)

RGB channels and saturation

R 228 of 255 = 89%
G 197 of 255 = 77%
B 253 of 255 = 99%

228
197
253

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

Portions of RGB colors in percentages

R + G + B = 228 + 197 + 253 = 678 (100%)
R 228 of 678 ~ 33.63%
G 197 of 678 ~ 29.06%
B 253 of 678 ~ 37.32'%

%33.63
%29.06
%37.32

CMYK color model

#E4C5FD color CMYK value is (10,22,0,1).

  • cyan value is 9.88%
  • magenta value is 22.13%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (10,22,0,1)
C10M22Y0K1 (10%, 22%, 0%, 1%)
(0.10 / 0.22 / 0.00 / 0.01)

CMYK percentages

%9.88
%22.13
%0
%0.78

Codes

Color #E4C5FD in popluar color models

E4 C5 FD
RGB 228 197 253
HSL 273° 93.33% 88.24%
HSB/HSV 273° 22.13% 99.22%
CMYK 9.88% 22.13% 0.00%
0.78%

Color #E4C5FD in popluar number systems.

HEX E4 C5 FD
Decimal 228 197 253
Binary 11100100 11000101 11111101
Octal 344 305 375

Shades and tints

Shades of #E4C5FD

#E4C5FD
(228,197,253)
#D0B4E6
(208,180,230)
#BCA3CF
(188,163,207)
#A892B8
(168,146,184)
#9481A1
(148,129,161)
#80708A
(128,112,138)
#6C5F73
(108,95,115)
#584E5C
(88,78,92)
#443D45
(68,61,69)
#302C2E
(48,44,46)
#1C1B17
(28,27,23)
#000000
(0,0,0)

Tints of #E4C5FD

#E4C5FD
(228,197,253)
#E6CAFD
(230,202,253)
#E8CFFD
(232,207,253)
#EAD4FD
(234,212,253)
#ECD9FD
(236,217,253)
#EEDEFD
(238,222,253)
#F0E3FD
(240,227,253)
#F2E8FD
(242,232,253)
#F4EDFD
(244,237,253)
#F6F2FD
(246,242,253)
#F8F7FD
(248,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C5FD color. Also use rgb(228,197,253) instead hex code.

Text Font Color

.myTextColor { color: #E4C5FD; }

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

This text font color is #E4C5FD.

Background Color

.myBgColor { background-color: #E4C5FD; }

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

This div background color is #E4C5FD.

Border color

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

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

This div border color is #E4C5FD.

Opacity

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

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

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

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

This text has shadow with #E4C5FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4C5FD.

Preview

Color preview on black background

This text has color #E4C5FD on black background.


Color preview on white background

This text has color #E4C5FD on white background.


Black color preview on #E4C5FD background

This text has black color on #E4C5FD background.


White color preview on #E4C5FD background

This text has white color on #E4C5FD background.


Related colors

Complementary color

Complementary color for #hex is #1B3A02.


I love getcolorcode.com

Triadic colors

1 #FDE4C5 and #C5FDE4 with #E4C5FD are triadic colors.

2 #FDC5E4 and #C5E4FD with #E4C5FD are triadic colors.