COLOR #E0CDDA

HEX: #E0CDDA
RGB: (224,205,218)

Color info

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

RGB color model

#E0CDDA color RGB value is (224,205,218).

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

RGB channels and saturation

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

224
205
218

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

Portions of RGB colors in percentages

R + G + B =
224 + 205 + 218 = 647 (100%)
R 224 of 647 ~ 34.62%
G 205 of 647 ~ 31.68%
B 218 of 647 ~ 33.69%

%34.62
%31.68
%33.69

CMYK color model

#E0CDDA color CMYK value is (0,8,3,12).

  • cyan value is 0.00%
  • magenta value is 8.48%
  • yellow value is 2.68%
  • key color value is 12.16%
CMYK:
(0,8,3,12)
C0M8Y3K12 
(0%,8%,3%,12%)
(0.00/0.08/0.03/0.12)	

CMYK percentages

%0
%8.48
%2.68
%12.16

Codes

Color #E0CDDA in popluar color models

E0CDDA
RGB224205218
HSL319°23.46%84.12%
HSB/HSV319°8.48%87.84%
CMYK0.00%8.48%2.68%
12.16%

Color #E0CDDA in popluar number systems.

HEXE0CDDA
Decimal224205218
Binary111000001100110111011010
Octal340315332

Shades and tints

Shades of #E0CDDA

#E0CDDA
(224,205,218)
#CCBBC7
(204,187,199)
#B8A9B4
(184,169,180)
#A497A1
(164,151,161)
#90858E
(144,133,142)
#7C737B
(124,115,123)
#686168
(104,97,104)
#544F55
(84,79,85)
#403D42
(64,61,66)
#2C2B2F
(44,43,47)
#18191C
(24,25,28)
#000000
(0,0,0)

Tints of #E0CDDA

#E0CDDA
(224,205,218)
#E2D1DD
(226,209,221)
#E4D5E0
(228,213,224)
#E6D9E3
(230,217,227)
#E8DDE6
(232,221,230)
#EAE1E9
(234,225,233)
#ECE5EC
(236,229,236)
#EEE9EF
(238,233,239)
#F0EDF2
(240,237,242)
#F2F1F5
(242,241,245)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0CDDA; }

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

This text font color is #E0CDDA.


Background Color

.myBgColor { background-color: #E0CDDA; }

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

This div background color is #E0CDDA.


Border color

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

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

This div border color is #E0CDDA.


Opacity

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

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

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

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

This text has shadow with #E0CDDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CDDA on black background.


Color preview on white background

This text has color #E0CDDA on white background.



Black color preview on #E0CDDA background

This text has black color on #E0CDDA background.


White color preview on #E0CDDA background

This text has white color on #E0CDDA background.