COLOR #E5CCFE

HEX: #E5CCFE RGB: (229,204,254)

Color info

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

RGB color model

#E5CCFE color RGB value is (229,204,254).

RGB: (229,204,254) (90%, 80%, 100%)

RGB channels and saturation

R 229 of 255 = 90%
G 204 of 255 = 80%
B 254 of 255 = 100%

229
204
254

R + G + B ~ 90%. #E5CCFE is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 204 + 254 = 687 (100%)
R 229 of 687 ~ 33.33%
G 204 of 687 ~ 29.69%
B 254 of 687 ~ 36.97'%

%33.33
%29.69
%36.97

CMYK color model

#E5CCFE color CMYK value is (10,20,0,0).

  • cyan value is 9.84%
  • magenta value is 19.69%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK: (10,20,0,0) C10M20Y0K0 (10%,20%,0%,0%) (0.10/0.20/0.00/0.00) 

CMYK percentages

%9.84
%19.69
%0
%0.39

Codes

Color #E5CCFE in popluar color models

E5 CC FE
RGB 229 204 254
HSL 270° 96.15% 89.80%
HSB/HSV 270° 19.69% 99.61%
CMYK 9.84% 19.69% 0.00%
0.39%

Color #E5CCFE in popluar number systems.

HEX E5 CC FE
Decimal 229 204 254
Binary 11100101 11001100 11111110
Octal 345 314 376

Shades and tints

Shades of #E5CCFE

#E5CCFE
(229,204,254)
#D1BAE7
(209,186,231)
#BDA8D0
(189,168,208)
#A996B9
(169,150,185)
#9584A2
(149,132,162)
#81728B
(129,114,139)
#6D6074
(109,96,116)
#594E5D
(89,78,93)
#453C46
(69,60,70)
#312A2F
(49,42,47)
#1D1818
(29,24,24)
#000000
(0,0,0)

Tints of #E5CCFE

#E5CCFE
(229,204,254)
#E7D0FE
(231,208,254)
#E9D4FE
(233,212,254)
#EBD8FE
(235,216,254)
#EDDCFE
(237,220,254)
#EFE0FE
(239,224,254)
#F1E4FE
(241,228,254)
#F3E8FE
(243,232,254)
#F5ECFE
(245,236,254)
#F7F0FE
(247,240,254)
#F9F4FE
(249,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5CCFE color. Also use rgb(229,204,254) instead hex code.

Text Font Color

.myTextColor { color: #E5CCFE; }

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

This text font color is #E5CCFE.

Background Color

.myBgColor { background-color: #E5CCFE; }

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

This div background color is #E5CCFE.

Border color

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

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

This div border color is #E5CCFE.

Opacity

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

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

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

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

This text has shadow with #E5CCFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5CCFE.

Preview

Color preview on black background

This text has color #E5CCFE on black background.


Color preview on white background

This text has color #E5CCFE on white background.


Black color preview on #E5CCFE background

This text has black color on #E5CCFE background.


White color preview on #E5CCFE background

This text has white color on #E5CCFE background.


Related colors

Complementary color

Complementary color for #hex is #1A3301.


I love getcolorcode.com

Triadic colors

1 #FEE5CC and #CCFEE5 with #E5CCFE are triadic colors.

2 #FECCE5 and #CCE5FE with #E5CCFE are triadic colors.