COLOR #ECD6DF

HEX: #ECD6DF RGB: (236,214,223)

Color info

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

RGB color model

#ECD6DF color RGB value is (236,214,223).

RGB: (236,214,223) (93%, 84%, 87%)

RGB channels and saturation

R 236 of 255 = 93%
G 214 of 255 = 84%
B 223 of 255 = 87%

236
214
223

R + G + B ~ 88%. #ECD6DF is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 214 + 223 = 673 (100%)
R 236 of 673 ~ 35.07%
G 214 of 673 ~ 31.8%
B 223 of 673 ~ 33.14'%

%35.07
%31.8
%33.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.32%
  • yellow value is 5.51%
  • key color value is 7.45%

CMYK: (0,9,6,7)
C0M9Y6K7 (0%, 9%, 6%, 7%)
(0.00 / 0.09 / 0.06 / 0.07)

CMYK percentages

%0
%9.32
%5.51
%7.45

Codes

Color #ECD6DF in popluar color models

EC D6 DF
RGB 236 214 223
HSL 335° 36.67% 88.24%
HSB/HSV 335° 9.32% 92.55%
CMYK 0.00% 9.32% 5.51%
7.45%

Color #ECD6DF in popluar number systems.

HEX EC D6 DF
Decimal 236 214 223
Binary 11101100 11010110 11011111
Octal 354 326 337

Shades and tints

Shades of #ECD6DF

#ECD6DF
(236,214,223)
#D7C3CB
(215,195,203)
#C2B0B7
(194,176,183)
#AD9DA3
(173,157,163)
#988A8F
(152,138,143)
#83777B
(131,119,123)
#6E6467
(110,100,103)
#595153
(89,81,83)
#443E3F
(68,62,63)
#2F2B2B
(47,43,43)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #ECD6DF

#ECD6DF
(236,214,223)
#EDD9E1
(237,217,225)
#EEDCE3
(238,220,227)
#EFDFE5
(239,223,229)
#F0E2E7
(240,226,231)
#F1E5E9
(241,229,233)
#F2E8EB
(242,232,235)
#F3EBED
(243,235,237)
#F4EEEF
(244,238,239)
#F5F1F1
(245,241,241)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD6DF; }

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

This text font color is #ECD6DF.

Background Color

.myBgColor { background-color: #ECD6DF; }

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

This div background color is #ECD6DF.

Border color

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

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

This div border color is #ECD6DF.

Opacity

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

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

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

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

This text has shadow with #ECD6DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD6DF.

Preview

Color preview on black background

This text has color #ECD6DF on black background.


Color preview on white background

This text has color #ECD6DF on white background.


Black color preview on #ECD6DF background

This text has black color on #ECD6DF background.


White color preview on #ECD6DF background

This text has white color on #ECD6DF background.


Related colors

Complementary color

Complementary color for #hex is #132920.


I love getcolorcode.com

Triadic colors

1 #DFECD6 and #D6DFEC with #ECD6DF are triadic colors.

2 #DFD6EC and #D6ECDF with #ECD6DF are triadic colors.