COLOR #E0CCF0

HEX: #E0CCF0
RGB: (224,204,240)

Color info

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

RGB color model

#E0CCF0 color RGB value is (224,204,240).

  • red value is 224;
  • green value is 204;
  • blue value is 240.
RGB:
(224,204,240)
(88%,80%,94%)

RGB channels and saturation

R 224 of 255 = 88%
G 204 of 255 = 80%
B 240 of 255 = 94%

224
204
240

R + G + B ~ 87%. #E0CCF0 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 204 + 240 = 668 (100%)
R 224 of 668 ~ 33.53%
G 204 of 668 ~ 30.54%
B 240 of 668 ~ 35.93%

%33.53
%30.54
%35.93

CMYK color model

#E0CCF0 color CMYK value is (7,15,0,6).

  • cyan value is 6.67%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(7,15,0,6)
C7M15Y0K6 
(7%,15%,0%,6%)
(0.07/0.15/0.00/0.06)	

CMYK percentages

%6.67
%15
%0
%5.88

Codes

Color #E0CCF0 in popluar color models

E0CCF0
RGB224204240
HSL273°54.55%87.06%
HSB/HSV273°15.00%94.12%
CMYK6.67%15.00%0.00%
5.88%

Color #E0CCF0 in popluar number systems.

HEXE0CCF0
Decimal224204240
Binary111000001100110011110000
Octal340314360

Shades and tints

Shades of #E0CCF0

#E0CCF0
(224,204,240)
#CCBADB
(204,186,219)
#B8A8C6
(184,168,198)
#A496B1
(164,150,177)
#90849C
(144,132,156)
#7C7287
(124,114,135)
#686072
(104,96,114)
#544E5D
(84,78,93)
#403C48
(64,60,72)
#2C2A33
(44,42,51)
#18181E
(24,24,30)
#000000
(0,0,0)

Tints of #E0CCF0

#E0CCF0
(224,204,240)
#E2D0F1
(226,208,241)
#E4D4F2
(228,212,242)
#E6D8F3
(230,216,243)
#E8DCF4
(232,220,244)
#EAE0F5
(234,224,245)
#ECE4F6
(236,228,246)
#EEE8F7
(238,232,247)
#F0ECF8
(240,236,248)
#F2F0F9
(242,240,249)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0CCF0 color. Also use rgb(224,204,240) instead hex code.

Text Font Color

.myTextColor { color: #E0CCF0; }

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

This text font color is #E0CCF0.


Background Color

.myBgColor { background-color: #E0CCF0; }

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

This div background color is #E0CCF0.


Border color

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

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

This div border color is #E0CCF0.


Opacity

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

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

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

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

This text has shadow with #E0CCF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CCF0 on black background.


Color preview on white background

This text has color #E0CCF0 on white background.



Black color preview on #E0CCF0 background

This text has black color on #E0CCF0 background.


White color preview on #E0CCF0 background

This text has white color on #E0CCF0 background.