COLOR #E0CFDD

HEX: #E0CFDD
RGB: (224,207,221)

Color info

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

RGB color model

#E0CFDD color RGB value is (224,207,221).

  • red value is 224;
  • green value is 207;
  • blue value is 221.
RGB:
(224,207,221)
(88%,81%,87%)

RGB channels and saturation

R 224 of 255 = 88%
G 207 of 255 = 81%
B 221 of 255 = 87%

224
207
221

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

Portions of RGB colors in percentages

R + G + B =
224 + 207 + 221 = 652 (100%)
R 224 of 652 ~ 34.36%
G 207 of 652 ~ 31.75%
B 221 of 652 ~ 33.9%

%34.36
%31.75
%33.9

CMYK color model

#E0CFDD color CMYK value is (0,8,1,12).

  • cyan value is 0.00%
  • magenta value is 7.59%
  • yellow value is 1.34%
  • key color value is 12.16%
CMYK:
(0,8,1,12)
C0M8Y1K12 
(0%,8%,1%,12%)
(0.00/0.08/0.01/0.12)	

CMYK percentages

%0
%7.59
%1.34
%12.16

Codes

Color #E0CFDD in popluar color models

E0CFDD
RGB224207221
HSL311°21.52%84.51%
HSB/HSV311°7.59%87.84%
CMYK0.00%7.59%1.34%
12.16%

Color #E0CFDD in popluar number systems.

HEXE0CFDD
Decimal224207221
Binary111000001100111111011101
Octal340317335

Shades and tints

Shades of #E0CFDD

#E0CFDD
(224,207,221)
#CCBDC9
(204,189,201)
#B8ABB5
(184,171,181)
#A499A1
(164,153,161)
#90878D
(144,135,141)
#7C7579
(124,117,121)
#686365
(104,99,101)
#545151
(84,81,81)
#403F3D
(64,63,61)
#2C2D29
(44,45,41)
#181B15
(24,27,21)
#000000
(0,0,0)

Tints of #E0CFDD

#E0CFDD
(224,207,221)
#E2D3E0
(226,211,224)
#E4D7E3
(228,215,227)
#E6DBE6
(230,219,230)
#E8DFE9
(232,223,233)
#EAE3EC
(234,227,236)
#ECE7EF
(236,231,239)
#EEEBF2
(238,235,242)
#F0EFF5
(240,239,245)
#F2F3F8
(242,243,248)
#F4F7FB
(244,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0CFDD color. Also use rgb(224,207,221) instead hex code.

Text Font Color

.myTextColor { color: #E0CFDD; }

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

This text font color is #E0CFDD.


Background Color

.myBgColor { background-color: #E0CFDD; }

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

This div background color is #E0CFDD.


Border color

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

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

This div border color is #E0CFDD.


Opacity

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

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

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

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

This text has shadow with #E0CFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CFDD on black background.


Color preview on white background

This text has color #E0CFDD on white background.



Black color preview on #E0CFDD background

This text has black color on #E0CFDD background.


White color preview on #E0CFDD background

This text has white color on #E0CFDD background.