COLOR #ECD6DE

HEX: #ECD6DE RGB: (236,214,222)

Color info

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

RGB color model

#ECD6DE color RGB value is (236,214,222).

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

RGB channels and saturation

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

236
214
222

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

Portions of RGB colors in percentages

R + G + B = 236 + 214 + 222 = 672 (100%)
R 236 of 672 ~ 35.12%
G 214 of 672 ~ 31.85%
B 222 of 672 ~ 33.04'%

%35.12
%31.85
%33.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.32%
  • yellow value is 5.93%
  • 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.93
%7.45

Codes

Color #ECD6DE in popluar color models

EC D6 DE
RGB 236 214 222
HSL 338° 36.67% 88.24%
HSB/HSV 338° 9.32% 92.55%
CMYK 0.00% 9.32% 5.93%
7.45%

Color #ECD6DE in popluar number systems.

HEX EC D6 DE
Decimal 236 214 222
Binary 11101100 11010110 11011110
Octal 354 326 336

Shades and tints

Shades of #ECD6DE

#ECD6DE
(236,214,222)
#D7C3CA
(215,195,202)
#C2B0B6
(194,176,182)
#AD9DA2
(173,157,162)
#988A8E
(152,138,142)
#83777A
(131,119,122)
#6E6466
(110,100,102)
#595152
(89,81,82)
#443E3E
(68,62,62)
#2F2B2A
(47,43,42)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #ECD6DE

#ECD6DE
(236,214,222)
#EDD9E1
(237,217,225)
#EEDCE4
(238,220,228)
#EFDFE7
(239,223,231)
#F0E2EA
(240,226,234)
#F1E5ED
(241,229,237)
#F2E8F0
(242,232,240)
#F3EBF3
(243,235,243)
#F4EEF6
(244,238,246)
#F5F1F9
(245,241,249)
#F6F4FC
(246,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD6DE; }

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

This text font color is #ECD6DE.

Background Color

.myBgColor { background-color: #ECD6DE; }

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

This div background color is #ECD6DE.

Border color

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

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

This div border color is #ECD6DE.

Opacity

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

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

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

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

This text has shadow with #ECD6DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD6DE.

Preview

Color preview on black background

This text has color #ECD6DE on black background.


Color preview on white background

This text has color #ECD6DE on white background.


Black color preview on #ECD6DE background

This text has black color on #ECD6DE background.


White color preview on #ECD6DE background

This text has white color on #ECD6DE background.


Related colors

Complementary color

Complementary color for #hex is #132921.


I love getcolorcode.com

Triadic colors

1 #DEECD6 and #D6DEEC with #ECD6DE are triadic colors.

2 #DED6EC and #D6ECDE with #ECD6DE are triadic colors.