COLOR #ECD4DC

HEX: #ECD4DC RGB: (236,212,220)

Color info

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

RGB color model

#ECD4DC color RGB value is (236,212,220).

RGB: (236,212,220) (93%, 83%, 86%)

RGB channels and saturation

R 236 of 255 = 93%
G 212 of 255 = 83%
B 220 of 255 = 86%

236
212
220

R + G + B ~ 87%. #ECD4DC is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 212 + 220 = 668 (100%)
R 236 of 668 ~ 35.33%
G 212 of 668 ~ 31.74%
B 220 of 668 ~ 32.93'%

%35.33
%31.74
%32.93

CMYK color model

#ECD4DC color CMYK value is (0,10,7,7).

  • cyan value is 0.00%
  • magenta value is 10.17%
  • yellow value is 6.78%
  • key color value is 7.45%

CMYK: (0,10,7,7)
C0M10Y7K7 (0%, 10%, 7%, 7%)
(0.00 / 0.10 / 0.07 / 0.07)

CMYK percentages

%0
%10.17
%6.78
%7.45

Codes

Color #ECD4DC in popluar color models

EC D4 DC
RGB 236 212 220
HSL 340° 38.71% 87.84%
HSB/HSV 340° 10.17% 92.55%
CMYK 0.00% 10.17% 6.78%
7.45%

Color #ECD4DC in popluar number systems.

HEX EC D4 DC
Decimal 236 212 220
Binary 11101100 11010100 11011100
Octal 354 324 334

Shades and tints

Shades of #ECD4DC

#ECD4DC
(236,212,220)
#D7C1C8
(215,193,200)
#C2AEB4
(194,174,180)
#AD9BA0
(173,155,160)
#98888C
(152,136,140)
#837578
(131,117,120)
#6E6264
(110,98,100)
#594F50
(89,79,80)
#443C3C
(68,60,60)
#2F2928
(47,41,40)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #ECD4DC

#ECD4DC
(236,212,220)
#EDD7DF
(237,215,223)
#EEDAE2
(238,218,226)
#EFDDE5
(239,221,229)
#F0E0E8
(240,224,232)
#F1E3EB
(241,227,235)
#F2E6EE
(242,230,238)
#F3E9F1
(243,233,241)
#F4ECF4
(244,236,244)
#F5EFF7
(245,239,247)
#F6F2FA
(246,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD4DC; }

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

This text font color is #ECD4DC.

Background Color

.myBgColor { background-color: #ECD4DC; }

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

This div background color is #ECD4DC.

Border color

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

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

This div border color is #ECD4DC.

Opacity

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

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

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

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

This text has shadow with #ECD4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD4DC.

Preview

Color preview on black background

This text has color #ECD4DC on black background.


Color preview on white background

This text has color #ECD4DC on white background.


Black color preview on #ECD4DC background

This text has black color on #ECD4DC background.


White color preview on #ECD4DC background

This text has white color on #ECD4DC background.


Related colors

Complementary color

Complementary color for #hex is #132B23.


I love getcolorcode.com

Triadic colors

1 #DCECD4 and #D4DCEC with #ECD4DC are triadic colors.

2 #DCD4EC and #D4ECDC with #ECD4DC are triadic colors.