COLOR #ECCDCC

HEX: #ECCDCC RGB: (236,205,204)

Color info

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

RGB color model

#ECCDCC color RGB value is (236,205,204).

RGB: (236,205,204) (93%, 80%, 80%)

RGB channels and saturation

R 236 of 255 = 93%
G 205 of 255 = 80%
B 204 of 255 = 80%

236
205
204

R + G + B ~ 84%. #ECCDCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 205 + 204 = 645 (100%)
R 236 of 645 ~ 36.59%
G 205 of 645 ~ 31.78%
B 204 of 645 ~ 31.63'%

%36.59
%31.78
%31.63

CMYK color model

#ECCDCC color CMYK value is (0,13,14,7).

  • cyan value is 0.00%
  • magenta value is 13.14%
  • yellow value is 13.56%
  • key color value is 7.45%

CMYK: (0,13,14,7)
C0M13Y14K7 (0%, 13%, 14%, 7%)
(0.00 / 0.13 / 0.14 / 0.07)

CMYK percentages

%0
%13.14
%13.56
%7.45

Codes

Color #ECCDCC in popluar color models

EC CD CC
RGB 236 205 204
HSL 45.71% 86.27%
HSB/HSV 13.56% 92.55%
CMYK 0.00% 13.14% 13.56%
7.45%

Color #ECCDCC in popluar number systems.

HEX EC CD CC
Decimal 236 205 204
Binary 11101100 11001101 11001100
Octal 354 315 314

Shades and tints

Shades of #ECCDCC

#ECCDCC
(236,205,204)
#D7BBBA
(215,187,186)
#C2A9A8
(194,169,168)
#AD9796
(173,151,150)
#988584
(152,133,132)
#837372
(131,115,114)
#6E6160
(110,97,96)
#594F4E
(89,79,78)
#443D3C
(68,61,60)
#2F2B2A
(47,43,42)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #ECCDCC

#ECCDCC
(236,205,204)
#EDD1D0
(237,209,208)
#EED5D4
(238,213,212)
#EFD9D8
(239,217,216)
#F0DDDC
(240,221,220)
#F1E1E0
(241,225,224)
#F2E5E4
(242,229,228)
#F3E9E8
(243,233,232)
#F4EDEC
(244,237,236)
#F5F1F0
(245,241,240)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECCDCC; }

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

This text font color is #ECCDCC.

Background Color

.myBgColor { background-color: #ECCDCC; }

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

This div background color is #ECCDCC.

Border color

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

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

This div border color is #ECCDCC.

Opacity

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

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

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

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

This text has shadow with #ECCDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECCDCC.

Preview

Color preview on black background

This text has color #ECCDCC on black background.


Color preview on white background

This text has color #ECCDCC on white background.


Black color preview on #ECCDCC background

This text has black color on #ECCDCC background.


White color preview on #ECCDCC background

This text has white color on #ECCDCC background.


Related colors

Complementary color

Complementary color for #hex is #133233.


I love getcolorcode.com

Triadic colors

1 #CCECCD and #CDCCEC with #ECCDCC are triadic colors.

2 #CCCDEC and #CDECCC with #ECCDCC are triadic colors.