COLOR #ECD5E5

HEX: #ECD5E5 RGB: (236,213,229)

Color info

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

RGB color model

#ECD5E5 color RGB value is (236,213,229).

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

RGB channels and saturation

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

236
213
229

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

Portions of RGB colors in percentages

R + G + B = 236 + 213 + 229 = 678 (100%)
R 236 of 678 ~ 34.81%
G 213 of 678 ~ 31.42%
B 229 of 678 ~ 33.78'%

%34.81
%31.42
%33.78

CMYK color model

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

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

CMYK: (0,10,3,7)
C0M10Y3K7 (0%, 10%, 3%, 7%)
(0.00 / 0.10 / 0.03 / 0.07)

CMYK percentages

%0
%9.75
%2.97
%7.45

Codes

Color #ECD5E5 in popluar color models

EC D5 E5
RGB 236 213 229
HSL 318° 37.70% 88.04%
HSB/HSV 318° 9.75% 92.55%
CMYK 0.00% 9.75% 2.97%
7.45%

Color #ECD5E5 in popluar number systems.

HEX EC D5 E5
Decimal 236 213 229
Binary 11101100 11010101 11100101
Octal 354 325 345

Shades and tints

Shades of #ECD5E5

#ECD5E5
(236,213,229)
#D7C2D1
(215,194,209)
#C2AFBD
(194,175,189)
#AD9CA9
(173,156,169)
#988995
(152,137,149)
#837681
(131,118,129)
#6E636D
(110,99,109)
#595059
(89,80,89)
#443D45
(68,61,69)
#2F2A31
(47,42,49)
#1A171D
(26,23,29)
#000000
(0,0,0)

Tints of #ECD5E5

#ECD5E5
(236,213,229)
#EDD8E7
(237,216,231)
#EEDBE9
(238,219,233)
#EFDEEB
(239,222,235)
#F0E1ED
(240,225,237)
#F1E4EF
(241,228,239)
#F2E7F1
(242,231,241)
#F3EAF3
(243,234,243)
#F4EDF5
(244,237,245)
#F5F0F7
(245,240,247)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD5E5; }

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

This text font color is #ECD5E5.

Background Color

.myBgColor { background-color: #ECD5E5; }

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

This div background color is #ECD5E5.

Border color

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

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

This div border color is #ECD5E5.

Opacity

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

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

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

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

This text has shadow with #ECD5E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD5E5.

Preview

Color preview on black background

This text has color #ECD5E5 on black background.


Color preview on white background

This text has color #ECD5E5 on white background.


Black color preview on #ECD5E5 background

This text has black color on #ECD5E5 background.


White color preview on #ECD5E5 background

This text has white color on #ECD5E5 background.


Related colors

Complementary color

Complementary color for #hex is #132A1A.


I love getcolorcode.com

Triadic colors

1 #E5ECD5 and #D5E5EC with #ECD5E5 are triadic colors.

2 #E5D5EC and #D5ECE5 with #ECD5E5 are triadic colors.