COLOR #E4CCFA

HEX: #E4CCFA
RGB: (228,204,250)

Color info

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

RGB color model

#E4CCFA color RGB value is (228,204,250).

  • red value is 228;
  • green value is 204;
  • blue value is 250.
RGB:
(228,204,250)
(89%,80%,98%)

RGB channels and saturation

R 228 of 255 = 89%
G 204 of 255 = 80%
B 250 of 255 = 98%

228
204
250

R + G + B ~ 89%. #E4CCFA is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 204 + 250 = 682 (100%)
R 228 of 682 ~ 33.43%
G 204 of 682 ~ 29.91%
B 250 of 682 ~ 36.66%

%33.43
%29.91
%36.66

CMYK color model

#E4CCFA color CMYK value is (9,18,0,2).

  • cyan value is 8.80%
  • magenta value is 18.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(9,18,0,2)
C9M18Y0K2 
(9%,18%,0%,2%)
(0.09/0.18/0.00/0.02)	

CMYK percentages

%8.8
%18.4
%0
%1.96

Codes

Color #E4CCFA in popluar color models

E4CCFA
RGB228204250
HSL271°82.14%89.02%
HSB/HSV271°18.40%98.04%
CMYK8.80%18.40%0.00%
1.96%

Color #E4CCFA in popluar number systems.

HEXE4CCFA
Decimal228204250
Binary111001001100110011111010
Octal344314372

Shades and tints

Shades of #E4CCFA

#E4CCFA
(228,204,250)
#D0BAE4
(208,186,228)
#BCA8CE
(188,168,206)
#A896B8
(168,150,184)
#9484A2
(148,132,162)
#80728C
(128,114,140)
#6C6076
(108,96,118)
#584E60
(88,78,96)
#443C4A
(68,60,74)
#302A34
(48,42,52)
#1C181E
(28,24,30)
#000000
(0,0,0)

Tints of #E4CCFA

#E4CCFA
(228,204,250)
#E6D0FA
(230,208,250)
#E8D4FA
(232,212,250)
#EAD8FA
(234,216,250)
#ECDCFA
(236,220,250)
#EEE0FA
(238,224,250)
#F0E4FA
(240,228,250)
#F2E8FA
(242,232,250)
#F4ECFA
(244,236,250)
#F6F0FA
(246,240,250)
#F8F4FA
(248,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4CCFA color. Also use rgb(228,204,250) instead hex code.

Text Font Color

.myTextColor { color: #E4CCFA; }

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

This text font color is #E4CCFA.


Background Color

.myBgColor { background-color: #E4CCFA; }

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

This div background color is #E4CCFA.


Border color

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

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

This div border color is #E4CCFA.


Opacity

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

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

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

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

This text has shadow with #E4CCFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4CCFA on black background.


Color preview on white background

This text has color #E4CCFA on white background.



Black color preview on #E4CCFA background

This text has black color on #E4CCFA background.


White color preview on #E4CCFA background

This text has white color on #E4CCFA background.