COLOR #ECD9DF

HEX: #ECD9DF RGB: (236,217,223)

Color info

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

RGB color model

#ECD9DF color RGB value is (236,217,223).

RGB: (236,217,223) (93%, 85%, 87%)

RGB channels and saturation

R 236 of 255 = 93%
G 217 of 255 = 85%
B 223 of 255 = 87%

236
217
223

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

Portions of RGB colors in percentages

R + G + B = 236 + 217 + 223 = 676 (100%)
R 236 of 676 ~ 34.91%
G 217 of 676 ~ 32.1%
B 223 of 676 ~ 32.99'%

%34.91
%32.1
%32.99

CMYK color model

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

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

CMYK: (0,8,6,7)
C0M8Y6K7 (0%, 8%, 6%, 7%)
(0.00 / 0.08 / 0.06 / 0.07)

CMYK percentages

%0
%8.05
%5.51
%7.45

Codes

Color #ECD9DF in popluar color models

EC D9 DF
RGB 236 217 223
HSL 341° 33.33% 88.82%
HSB/HSV 341° 8.05% 92.55%
CMYK 0.00% 8.05% 5.51%
7.45%

Color #ECD9DF in popluar number systems.

HEX EC D9 DF
Decimal 236 217 223
Binary 11101100 11011001 11011111
Octal 354 331 337

Shades and tints

Shades of #ECD9DF

#ECD9DF
(236,217,223)
#D7C6CB
(215,198,203)
#C2B3B7
(194,179,183)
#ADA0A3
(173,160,163)
#988D8F
(152,141,143)
#837A7B
(131,122,123)
#6E6767
(110,103,103)
#595453
(89,84,83)
#44413F
(68,65,63)
#2F2E2B
(47,46,43)
#1A1B17
(26,27,23)
#000000
(0,0,0)

Tints of #ECD9DF

#ECD9DF
(236,217,223)
#EDDCE1
(237,220,225)
#EEDFE3
(238,223,227)
#EFE2E5
(239,226,229)
#F0E5E7
(240,229,231)
#F1E8E9
(241,232,233)
#F2EBEB
(242,235,235)
#F3EEED
(243,238,237)
#F4F1EF
(244,241,239)
#F5F4F1
(245,244,241)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD9DF; }

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

This text font color is #ECD9DF.

Background Color

.myBgColor { background-color: #ECD9DF; }

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

This div background color is #ECD9DF.

Border color

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

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

This div border color is #ECD9DF.

Opacity

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

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

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

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

This text has shadow with #ECD9DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD9DF.

Preview

Color preview on black background

This text has color #ECD9DF on black background.


Color preview on white background

This text has color #ECD9DF on white background.


Black color preview on #ECD9DF background

This text has black color on #ECD9DF background.


White color preview on #ECD9DF background

This text has white color on #ECD9DF background.


Related colors

Complementary color

Complementary color for #hex is #132620.


I love getcolorcode.com

Triadic colors

1 #DFECD9 and #D9DFEC with #ECD9DF are triadic colors.

2 #DFD9EC and #D9ECDF with #ECD9DF are triadic colors.