COLOR #ECDBDD

HEX: #ECDBDD
RGB: (236,219,221)

Color info

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

RGB color model

#ECDBDD color RGB value is (236,219,221).

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

RGB channels and saturation

R 236 of 255 = 93%
G 219 of 255 = 86%
B 221 of 255 = 87%

236
219
221

R + G + B ~ 89%. #ECDBDD is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 219 + 221 = 676 (100%)
R 236 of 676 ~ 34.91%
G 219 of 676 ~ 32.4%
B 221 of 676 ~ 32.69%

%34.91
%32.4
%32.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.20%
  • yellow value is 6.36%
  • key color value is 7.45%
CMYK:
(0,7,6,7)
C0M7Y6K7 
(0%,7%,6%,7%)
(0.00/0.07/0.06/0.07)	

CMYK percentages

%0
%7.2
%6.36
%7.45

Codes

Color #ECDBDD in popluar color models

ECDBDD
RGB236219221
HSL353°30.91%89.22%
HSB/HSV353°7.20%92.55%
CMYK0.00%7.20%6.36%
7.45%

Color #ECDBDD in popluar number systems.

HEXECDBDD
Decimal236219221
Binary111011001101101111011101
Octal354333335

Shades and tints

Shades of #ECDBDD

#ECDBDD
(236,219,221)
#D7C8C9
(215,200,201)
#C2B5B5
(194,181,181)
#ADA2A1
(173,162,161)
#988F8D
(152,143,141)
#837C79
(131,124,121)
#6E6965
(110,105,101)
#595651
(89,86,81)
#44433D
(68,67,61)
#2F3029
(47,48,41)
#1A1D15
(26,29,21)
#000000
(0,0,0)

Tints of #ECDBDD

#ECDBDD
(236,219,221)
#EDDEE0
(237,222,224)
#EEE1E3
(238,225,227)
#EFE4E6
(239,228,230)
#F0E7E9
(240,231,233)
#F1EAEC
(241,234,236)
#F2EDEF
(242,237,239)
#F3F0F2
(243,240,242)
#F4F3F5
(244,243,245)
#F5F6F8
(245,246,248)
#F6F9FB
(246,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDBDD; }

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

This text font color is #ECDBDD.


Background Color

.myBgColor { background-color: #ECDBDD; }

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

This div background color is #ECDBDD.


Border color

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

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

This div border color is #ECDBDD.


Opacity

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

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

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

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

This text has shadow with #ECDBDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDBDD on black background.


Color preview on white background

This text has color #ECDBDD on white background.



Black color preview on #ECDBDD background

This text has black color on #ECDBDD background.


White color preview on #ECDBDD background

This text has white color on #ECDBDD background.