COLOR #ECD8DD

HEX: #ECD8DD
RGB: (236,216,221)

Color info

#ECD8DD contains red, green and blue colors in about the same proportion. Web safe color of #ECD8DD is #FFCCCC (or #FCC).

RGB color model

#ECD8DD color RGB value is (236,216,221).

  • red value is 236;
  • green value is 216;
  • blue value is 221.
RGB:
(236,216,221)
(93%,85%,87%)

RGB channels and saturation

R 236 of 255 = 93%
G 216 of 255 = 85%
B 221 of 255 = 87%

236
216
221

R + G + B ~ 88%. #ECD8DD is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 216 + 221 = 673 (100%)
R 236 of 673 ~ 35.07%
G 216 of 673 ~ 32.1%
B 221 of 673 ~ 32.84%

%35.07
%32.1
%32.84

CMYK color model

#ECD8DD color CMYK value is (0,8,6,7).

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 6.36%
  • key color value is 7.45%
CMYK:
(0,8,6,7)
C0M8Y6K7 
(0%,8%,6%,7%)
(0.00/0.08/0.06/0.07)	

CMYK percentages

%0
%8.47
%6.36
%7.45

Codes

Color #ECD8DD in popluar color models

ECD8DD
RGB236216221
HSL345°34.48%88.63%
HSB/HSV345°8.47%92.55%
CMYK0.00%8.47%6.36%
7.45%

Color #ECD8DD in popluar number systems.

HEXECD8DD
Decimal236216221
Binary111011001101100011011101
Octal354330335

Shades and tints

Shades of #ECD8DD

#ECD8DD
(236,216,221)
#D7C5C9
(215,197,201)
#C2B2B5
(194,178,181)
#AD9FA1
(173,159,161)
#988C8D
(152,140,141)
#837979
(131,121,121)
#6E6665
(110,102,101)
#595351
(89,83,81)
#44403D
(68,64,61)
#2F2D29
(47,45,41)
#1A1A15
(26,26,21)
#000000
(0,0,0)

Tints of #ECD8DD

#ECD8DD
(236,216,221)
#EDDBE0
(237,219,224)
#EEDEE3
(238,222,227)
#EFE1E6
(239,225,230)
#F0E4E9
(240,228,233)
#F1E7EC
(241,231,236)
#F2EAEF
(242,234,239)
#F3EDF2
(243,237,242)
#F4F0F5
(244,240,245)
#F5F3F8
(245,243,248)
#F6F6FB
(246,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD8DD color. Also use rgb(236,216,221) instead hex code.

Text Font Color

.myTextColor { color: #ECD8DD; }

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

This text font color is #ECD8DD.


Background Color

.myBgColor { background-color: #ECD8DD; }

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

This div background color is #ECD8DD.


Border color

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

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

This div border color is #ECD8DD.


Opacity

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

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

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

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

This text has shadow with #ECD8DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD8DD on black background.


Color preview on white background

This text has color #ECD8DD on white background.



Black color preview on #ECD8DD background

This text has black color on #ECD8DD background.


White color preview on #ECD8DD background

This text has white color on #ECD8DD background.