COLOR #ECD6E5

HEX: #ECD6E5 RGB: (236,214,229)

Color info

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

RGB color model

#ECD6E5 color RGB value is (236,214,229).

RGB: (236,214,229) (93%, 84%, 90%)

RGB channels and saturation

R 236 of 255 = 93%
G 214 of 255 = 84%
B 229 of 255 = 90%

236
214
229

R + G + B ~ 89%. #ECD6E5 is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 214 + 229 = 679 (100%)
R 236 of 679 ~ 34.76%
G 214 of 679 ~ 31.52%
B 229 of 679 ~ 33.73'%

%34.76
%31.52
%33.73

CMYK color model

#ECD6E5 color CMYK value is (0,9,3,7).

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

CMYK: (0,9,3,7)
C0M9Y3K7 (0%, 9%, 3%, 7%)
(0.00 / 0.09 / 0.03 / 0.07)

CMYK percentages

%0
%9.32
%2.97
%7.45

Codes

Color #ECD6E5 in popluar color models

EC D6 E5
RGB 236 214 229
HSL 319° 36.67% 88.24%
HSB/HSV 319° 9.32% 92.55%
CMYK 0.00% 9.32% 2.97%
7.45%

Color #ECD6E5 in popluar number systems.

HEX EC D6 E5
Decimal 236 214 229
Binary 11101100 11010110 11100101
Octal 354 326 345

Shades and tints

Shades of #ECD6E5

#ECD6E5
(236,214,229)
#D7C3D1
(215,195,209)
#C2B0BD
(194,176,189)
#AD9DA9
(173,157,169)
#988A95
(152,138,149)
#837781
(131,119,129)
#6E646D
(110,100,109)
#595159
(89,81,89)
#443E45
(68,62,69)
#2F2B31
(47,43,49)
#1A181D
(26,24,29)
#000000
(0,0,0)

Tints of #ECD6E5

#ECD6E5
(236,214,229)
#EDD9E7
(237,217,231)
#EEDCE9
(238,220,233)
#EFDFEB
(239,223,235)
#F0E2ED
(240,226,237)
#F1E5EF
(241,229,239)
#F2E8F1
(242,232,241)
#F3EBF3
(243,235,243)
#F4EEF5
(244,238,245)
#F5F1F7
(245,241,247)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD6E5; }

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

This text font color is #ECD6E5.

Background Color

.myBgColor { background-color: #ECD6E5; }

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

This div background color is #ECD6E5.

Border color

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

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

This div border color is #ECD6E5.

Opacity

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

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

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

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

This text has shadow with #ECD6E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD6E5.

Preview

Color preview on black background

This text has color #ECD6E5 on black background.


Color preview on white background

This text has color #ECD6E5 on white background.


Black color preview on #ECD6E5 background

This text has black color on #ECD6E5 background.


White color preview on #ECD6E5 background

This text has white color on #ECD6E5 background.


Related colors

Complementary color

Complementary color for #hex is #13291A.


I love getcolorcode.com

Triadic colors

1 #E5ECD6 and #D6E5EC with #ECD6E5 are triadic colors.

2 #E5D6EC and #D6ECE5 with #ECD6E5 are triadic colors.