COLOR #E0CEDD

HEX: #E0CEDD
RGB: (224,206,221)

Color info

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

RGB color model

#E0CEDD color RGB value is (224,206,221).

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

RGB channels and saturation

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

224
206
221

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

Portions of RGB colors in percentages

R + G + B =
224 + 206 + 221 = 651 (100%)
R 224 of 651 ~ 34.41%
G 206 of 651 ~ 31.64%
B 221 of 651 ~ 33.95%

%34.41
%31.64
%33.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.04%
  • 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
%8.04
%1.34
%12.16

Codes

Color #E0CEDD in popluar color models

E0CEDD
RGB224206221
HSL310°22.50%84.31%
HSB/HSV310°8.04%87.84%
CMYK0.00%8.04%1.34%
12.16%

Color #E0CEDD in popluar number systems.

HEXE0CEDD
Decimal224206221
Binary111000001100111011011101
Octal340316335

Shades and tints

Shades of #E0CEDD

#E0CEDD
(224,206,221)
#CCBCC9
(204,188,201)
#B8AAB5
(184,170,181)
#A498A1
(164,152,161)
#90868D
(144,134,141)
#7C7479
(124,116,121)
#686265
(104,98,101)
#545051
(84,80,81)
#403E3D
(64,62,61)
#2C2C29
(44,44,41)
#181A15
(24,26,21)
#000000
(0,0,0)

Tints of #E0CEDD

#E0CEDD
(224,206,221)
#E2D2E0
(226,210,224)
#E4D6E3
(228,214,227)
#E6DAE6
(230,218,230)
#E8DEE9
(232,222,233)
#EAE2EC
(234,226,236)
#ECE6EF
(236,230,239)
#EEEAF2
(238,234,242)
#F0EEF5
(240,238,245)
#F2F2F8
(242,242,248)
#F4F6FB
(244,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0CEDD; }

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

This text font color is #E0CEDD.


Background Color

.myBgColor { background-color: #E0CEDD; }

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

This div background color is #E0CEDD.


Border color

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

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

This div border color is #E0CEDD.


Opacity

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

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

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

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

This text has shadow with #E0CEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CEDD on black background.


Color preview on white background

This text has color #E0CEDD on white background.



Black color preview on #E0CEDD background

This text has black color on #E0CEDD background.


White color preview on #E0CEDD background

This text has white color on #E0CEDD background.