COLOR #ECCED1

HEX: #ECCED1 RGB: (236,206,209)

Color info

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

RGB color model

#ECCED1 color RGB value is (236,206,209).

RGB: (236,206,209) (93%, 81%, 82%)

RGB channels and saturation

R 236 of 255 = 93%
G 206 of 255 = 81%
B 209 of 255 = 82%

236
206
209

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

Portions of RGB colors in percentages

R + G + B = 236 + 206 + 209 = 651 (100%)
R 236 of 651 ~ 36.25%
G 206 of 651 ~ 31.64%
B 209 of 651 ~ 32.1'%

%36.25
%31.64
%32.1

CMYK color model

#ECCED1 color CMYK value is (0,13,11,7).

  • cyan value is 0.00%
  • magenta value is 12.71%
  • yellow value is 11.44%
  • key color value is 7.45%

CMYK: (0,13,11,7)
C0M13Y11K7 (0%, 13%, 11%, 7%)
(0.00 / 0.13 / 0.11 / 0.07)

CMYK percentages

%0
%12.71
%11.44
%7.45

Codes

Color #ECCED1 in popluar color models

EC CE D1
RGB 236 206 209
HSL 354° 44.12% 86.67%
HSB/HSV 354° 12.71% 92.55%
CMYK 0.00% 12.71% 11.44%
7.45%

Color #ECCED1 in popluar number systems.

HEX EC CE D1
Decimal 236 206 209
Binary 11101100 11001110 11010001
Octal 354 316 321

Shades and tints

Shades of #ECCED1

#ECCED1
(236,206,209)
#D7BCBE
(215,188,190)
#C2AAAB
(194,170,171)
#AD9898
(173,152,152)
#988685
(152,134,133)
#837472
(131,116,114)
#6E625F
(110,98,95)
#59504C
(89,80,76)
#443E39
(68,62,57)
#2F2C26
(47,44,38)
#1A1A13
(26,26,19)
#000000
(0,0,0)

Tints of #ECCED1

#ECCED1
(236,206,209)
#EDD2D5
(237,210,213)
#EED6D9
(238,214,217)
#EFDADD
(239,218,221)
#F0DEE1
(240,222,225)
#F1E2E5
(241,226,229)
#F2E6E9
(242,230,233)
#F3EAED
(243,234,237)
#F4EEF1
(244,238,241)
#F5F2F5
(245,242,245)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECCED1; }

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

This text font color is #ECCED1.

Background Color

.myBgColor { background-color: #ECCED1; }

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

This div background color is #ECCED1.

Border color

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

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

This div border color is #ECCED1.

Opacity

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

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

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

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

This text has shadow with #ECCED1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECCED1.

Preview

Color preview on black background

This text has color #ECCED1 on black background.


Color preview on white background

This text has color #ECCED1 on white background.


Black color preview on #ECCED1 background

This text has black color on #ECCED1 background.


White color preview on #ECCED1 background

This text has white color on #ECCED1 background.


Related colors

Complementary color

Complementary color for #hex is #13312E.


I love getcolorcode.com

Triadic colors

1 #D1ECCE and #CED1EC with #ECCED1 are triadic colors.

2 #D1CEEC and #CEECD1 with #ECCED1 are triadic colors.