COLOR #E0C5E4

HEX: #E0C5E4
RGB: (224,197,228)

Color info

#E0C5E4 contains red, green and blue colors in about the same proportion. Web safe color of #E0C5E4 is #CCCCCC (or #CCC).

RGB color model

#E0C5E4 color RGB value is (224,197,228).

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

RGB channels and saturation

R 224 of 255 = 88%
G 197 of 255 = 77%
B 228 of 255 = 89%

224
197
228

R + G + B ~ 85%. #E0C5E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 197 + 228 = 649 (100%)
R 224 of 649 ~ 34.51%
G 197 of 649 ~ 30.35%
B 228 of 649 ~ 35.13%

%34.51
%30.35
%35.13

CMYK color model

#E0C5E4 color CMYK value is (2,14,0,11).

  • cyan value is 1.75%
  • magenta value is 13.60%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(2,14,0,11)
C2M14Y0K11 
(2%,14%,0%,11%)
(0.02/0.14/0.00/0.11)	

CMYK percentages

%1.75
%13.6
%0
%10.59

Codes

Color #E0C5E4 in popluar color models

E0C5E4
RGB224197228
HSL292°36.47%83.33%
HSB/HSV292°13.60%89.41%
CMYK1.75%13.60%0.00%
10.59%

Color #E0C5E4 in popluar number systems.

HEXE0C5E4
Decimal224197228
Binary111000001100010111100100
Octal340305344

Shades and tints

Shades of #E0C5E4

#E0C5E4
(224,197,228)
#CCB4D0
(204,180,208)
#B8A3BC
(184,163,188)
#A492A8
(164,146,168)
#908194
(144,129,148)
#7C7080
(124,112,128)
#685F6C
(104,95,108)
#544E58
(84,78,88)
#403D44
(64,61,68)
#2C2C30
(44,44,48)
#181B1C
(24,27,28)
#000000
(0,0,0)

Tints of #E0C5E4

#E0C5E4
(224,197,228)
#E2CAE6
(226,202,230)
#E4CFE8
(228,207,232)
#E6D4EA
(230,212,234)
#E8D9EC
(232,217,236)
#EADEEE
(234,222,238)
#ECE3F0
(236,227,240)
#EEE8F2
(238,232,242)
#F0EDF4
(240,237,244)
#F2F2F6
(242,242,246)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0C5E4; }

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

This text font color is #E0C5E4.


Background Color

.myBgColor { background-color: #E0C5E4; }

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

This div background color is #E0C5E4.


Border color

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

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

This div border color is #E0C5E4.


Opacity

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

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

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

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

This text has shadow with #E0C5E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C5E4 on black background.


Color preview on white background

This text has color #E0C5E4 on white background.



Black color preview on #E0C5E4 background

This text has black color on #E0C5E4 background.


White color preview on #E0C5E4 background

This text has white color on #E0C5E4 background.