COLOR #E0C5EE

HEX: #E0C5EE
RGB: (224,197,238)

Color info

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

RGB color model

#E0C5EE color RGB value is (224,197,238).

  • red value is 224;
  • green value is 197;
  • blue value is 238.
RGB:
(224,197,238)
(88%,77%,93%)

RGB channels and saturation

R 224 of 255 = 88%
G 197 of 255 = 77%
B 238 of 255 = 93%

224
197
238

R + G + B ~ 86%. #E0C5EE is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 197 + 238 = 659 (100%)
R 224 of 659 ~ 33.99%
G 197 of 659 ~ 29.89%
B 238 of 659 ~ 36.12%

%33.99
%29.89
%36.12

CMYK color model

#E0C5EE color CMYK value is (6,17,0,7).

  • cyan value is 5.88%
  • magenta value is 17.23%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(6,17,0,7)
C6M17Y0K7 
(6%,17%,0%,7%)
(0.06/0.17/0.00/0.07)	

CMYK percentages

%5.88
%17.23
%0
%6.67

Codes

Color #E0C5EE in popluar color models

E0C5EE
RGB224197238
HSL280°54.67%85.29%
HSB/HSV280°17.23%93.33%
CMYK5.88%17.23%0.00%
6.67%

Color #E0C5EE in popluar number systems.

HEXE0C5EE
Decimal224197238
Binary111000001100010111101110
Octal340305356

Shades and tints

Shades of #E0C5EE

#E0C5EE
(224,197,238)
#CCB4D9
(204,180,217)
#B8A3C4
(184,163,196)
#A492AF
(164,146,175)
#90819A
(144,129,154)
#7C7085
(124,112,133)
#685F70
(104,95,112)
#544E5B
(84,78,91)
#403D46
(64,61,70)
#2C2C31
(44,44,49)
#181B1C
(24,27,28)
#000000
(0,0,0)

Tints of #E0C5EE

#E0C5EE
(224,197,238)
#E2CAEF
(226,202,239)
#E4CFF0
(228,207,240)
#E6D4F1
(230,212,241)
#E8D9F2
(232,217,242)
#EADEF3
(234,222,243)
#ECE3F4
(236,227,244)
#EEE8F5
(238,232,245)
#F0EDF6
(240,237,246)
#F2F2F7
(242,242,247)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C5EE color. Also use rgb(224,197,238) instead hex code.

Text Font Color

.myTextColor { color: #E0C5EE; }

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

This text font color is #E0C5EE.


Background Color

.myBgColor { background-color: #E0C5EE; }

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

This div background color is #E0C5EE.


Border color

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

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

This div border color is #E0C5EE.


Opacity

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

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

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

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

This text has shadow with #E0C5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C5EE on black background.


Color preview on white background

This text has color #E0C5EE on white background.



Black color preview on #E0C5EE background

This text has black color on #E0C5EE background.


White color preview on #E0C5EE background

This text has white color on #E0C5EE background.