COLOR #E0CDD8

HEX: #E0CDD8
RGB: (224,205,216)

Color info

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

RGB color model

#E0CDD8 color RGB value is (224,205,216).

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

RGB channels and saturation

R 224 of 255 = 88%
G 205 of 255 = 80%
B 216 of 255 = 85%

224
205
216

R + G + B ~ 84%. #E0CDD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 205 + 216 = 645 (100%)
R 224 of 645 ~ 34.73%
G 205 of 645 ~ 31.78%
B 216 of 645 ~ 33.49%

%34.73
%31.78
%33.49

CMYK color model

#E0CDD8 color CMYK value is (0,8,4,12).

  • cyan value is 0.00%
  • magenta value is 8.48%
  • yellow value is 3.57%
  • key color value is 12.16%
CMYK:
(0,8,4,12)
C0M8Y4K12 
(0%,8%,4%,12%)
(0.00/0.08/0.04/0.12)	

CMYK percentages

%0
%8.48
%3.57
%12.16

Codes

Color #E0CDD8 in popluar color models

E0CDD8
RGB224205216
HSL325°23.46%84.12%
HSB/HSV325°8.48%87.84%
CMYK0.00%8.48%3.57%
12.16%

Color #E0CDD8 in popluar number systems.

HEXE0CDD8
Decimal224205216
Binary111000001100110111011000
Octal340315330

Shades and tints

Shades of #E0CDD8

#E0CDD8
(224,205,216)
#CCBBC5
(204,187,197)
#B8A9B2
(184,169,178)
#A4979F
(164,151,159)
#90858C
(144,133,140)
#7C7379
(124,115,121)
#686166
(104,97,102)
#544F53
(84,79,83)
#403D40
(64,61,64)
#2C2B2D
(44,43,45)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #E0CDD8

#E0CDD8
(224,205,216)
#E2D1DB
(226,209,219)
#E4D5DE
(228,213,222)
#E6D9E1
(230,217,225)
#E8DDE4
(232,221,228)
#EAE1E7
(234,225,231)
#ECE5EA
(236,229,234)
#EEE9ED
(238,233,237)
#F0EDF0
(240,237,240)
#F2F1F3
(242,241,243)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0CDD8; }

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

This text font color is #E0CDD8.


Background Color

.myBgColor { background-color: #E0CDD8; }

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

This div background color is #E0CDD8.


Border color

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

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

This div border color is #E0CDD8.


Opacity

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

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

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

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

This text has shadow with #E0CDD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CDD8 on black background.


Color preview on white background

This text has color #E0CDD8 on white background.



Black color preview on #E0CDD8 background

This text has black color on #E0CDD8 background.


White color preview on #E0CDD8 background

This text has white color on #E0CDD8 background.