COLOR #ECDDDD

HEX: #ECDDDD RGB: (236,221,221)

Color info

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

RGB color model

#ECDDDD color RGB value is (236,221,221).

RGB: (236,221,221) (93%, 87%, 87%)

RGB channels and saturation

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

236
221
221

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

Portions of RGB colors in percentages

R + G + B = 236 + 221 + 221 = 678 (100%)
R 236 of 678 ~ 34.81%
G 221 of 678 ~ 32.6%
B 221 of 678 ~ 32.6'%

%34.81
%32.6
%32.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.36%
  • yellow value is 6.36%
  • key color value is 7.45%

CMYK: (0,6,6,7)
C0M6Y6K7 (0%, 6%, 6%, 7%)
(0.00 / 0.06 / 0.06 / 0.07)

CMYK percentages

%0
%6.36
%6.36
%7.45

Codes

Color #ECDDDD in popluar color models

EC DD DD
RGB 236 221 221
HSL 28.30% 89.61%
HSB/HSV 6.36% 92.55%
CMYK 0.00% 6.36% 6.36%
7.45%

Color #ECDDDD in popluar number systems.

HEX EC DD DD
Decimal 236 221 221
Binary 11101100 11011101 11011101
Octal 354 335 335

Shades and tints

Shades of #ECDDDD

#ECDDDD
(236,221,221)
#D7C9C9
(215,201,201)
#C2B5B5
(194,181,181)
#ADA1A1
(173,161,161)
#988D8D
(152,141,141)
#837979
(131,121,121)
#6E6565
(110,101,101)
#595151
(89,81,81)
#443D3D
(68,61,61)
#2F2929
(47,41,41)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #ECDDDD

#ECDDDD
(236,221,221)
#EDE0E0
(237,224,224)
#EEE3E3
(238,227,227)
#EFE6E6
(239,230,230)
#F0E9E9
(240,233,233)
#F1ECEC
(241,236,236)
#F2EFEF
(242,239,239)
#F3F2F2
(243,242,242)
#F4F5F5
(244,245,245)
#F5F8F8
(245,248,248)
#F6FBFB
(246,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDDDD; }

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

This text font color is #ECDDDD.

Background Color

.myBgColor { background-color: #ECDDDD; }

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

This div background color is #ECDDDD.

Border color

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

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

This div border color is #ECDDDD.

Opacity

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

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

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

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

This text has shadow with #ECDDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECDDDD.

Preview

Color preview on black background

This text has color #ECDDDD on black background.


Color preview on white background

This text has color #ECDDDD on white background.


Black color preview on #ECDDDD background

This text has black color on #ECDDDD background.


White color preview on #ECDDDD background

This text has white color on #ECDDDD background.


Related colors

Complementary color

Complementary color for #hex is #132222.


I love getcolorcode.com