COLOR #E0C2D8

HEX: #E0C2D8
RGB: (224,194,216)

Color info

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

RGB color model

#E0C2D8 color RGB value is (224,194,216).

  • red value is 224;
  • green value is 194;
  • blue value is 216.
RGB:
(224,194,216)
(88%,76%,85%)

RGB channels and saturation

R 224 of 255 = 88%
G 194 of 255 = 76%
B 216 of 255 = 85%

224
194
216

R + G + B ~ 83%. #E0C2D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 194 + 216 = 634 (100%)
R 224 of 634 ~ 35.33%
G 194 of 634 ~ 30.6%
B 216 of 634 ~ 34.07%

%35.33
%30.6
%34.07

CMYK color model

#E0C2D8 color CMYK value is (0,13,4,12).

  • cyan value is 0.00%
  • magenta value is 13.39%
  • yellow value is 3.57%
  • key color value is 12.16%
CMYK:
(0,13,4,12)
C0M13Y4K12 
(0%,13%,4%,12%)
(0.00/0.13/0.04/0.12)	

CMYK percentages

%0
%13.39
%3.57
%12.16

Codes

Color #E0C2D8 in popluar color models

E0C2D8
RGB224194216
HSL316°32.61%81.96%
HSB/HSV316°13.39%87.84%
CMYK0.00%13.39%3.57%
12.16%

Color #E0C2D8 in popluar number systems.

HEXE0C2D8
Decimal224194216
Binary111000001100001011011000
Octal340302330

Shades and tints

Shades of #E0C2D8

#E0C2D8
(224,194,216)
#CCB1C5
(204,177,197)
#B8A0B2
(184,160,178)
#A48F9F
(164,143,159)
#907E8C
(144,126,140)
#7C6D79
(124,109,121)
#685C66
(104,92,102)
#544B53
(84,75,83)
#403A40
(64,58,64)
#2C292D
(44,41,45)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #E0C2D8

#E0C2D8
(224,194,216)
#E2C7DB
(226,199,219)
#E4CCDE
(228,204,222)
#E6D1E1
(230,209,225)
#E8D6E4
(232,214,228)
#EADBE7
(234,219,231)
#ECE0EA
(236,224,234)
#EEE5ED
(238,229,237)
#F0EAF0
(240,234,240)
#F2EFF3
(242,239,243)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C2D8 color. Also use rgb(224,194,216) instead hex code.

Text Font Color

.myTextColor { color: #E0C2D8; }

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

This text font color is #E0C2D8.


Background Color

.myBgColor { background-color: #E0C2D8; }

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

This div background color is #E0C2D8.


Border color

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

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

This div border color is #E0C2D8.


Opacity

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

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

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

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

This text has shadow with #E0C2D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C2D8 on black background.


Color preview on white background

This text has color #E0C2D8 on white background.



Black color preview on #E0C2D8 background

This text has black color on #E0C2D8 background.


White color preview on #E0C2D8 background

This text has white color on #E0C2D8 background.