COLOR #ECDCE5

HEX: #ECDCE5 RGB: (236,220,229)

Color info

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

RGB color model

#ECDCE5 color RGB value is (236,220,229).

RGB: (236,220,229) (93%, 86%, 90%)

RGB channels and saturation

R 236 of 255 = 93%
G 220 of 255 = 86%
B 229 of 255 = 90%

236
220
229

R + G + B ~ 90%. #ECDCE5 is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 220 + 229 = 685 (100%)
R 236 of 685 ~ 34.45%
G 220 of 685 ~ 32.12%
B 229 of 685 ~ 33.43'%

%34.45
%32.12
%33.43

CMYK color model

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

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

CMYK: (0,7,3,7)
C0M7Y3K7 (0%, 7%, 3%, 7%)
(0.00 / 0.07 / 0.03 / 0.07)

CMYK percentages

%0
%6.78
%2.97
%7.45

Codes

Color #ECDCE5 in popluar color models

EC DC E5
RGB 236 220 229
HSL 326° 29.63% 89.41%
HSB/HSV 326° 6.78% 92.55%
CMYK 0.00% 6.78% 2.97%
7.45%

Color #ECDCE5 in popluar number systems.

HEX EC DC E5
Decimal 236 220 229
Binary 11101100 11011100 11100101
Octal 354 334 345

Shades and tints

Shades of #ECDCE5

#ECDCE5
(236,220,229)
#D7C8D1
(215,200,209)
#C2B4BD
(194,180,189)
#ADA0A9
(173,160,169)
#988C95
(152,140,149)
#837881
(131,120,129)
#6E646D
(110,100,109)
#595059
(89,80,89)
#443C45
(68,60,69)
#2F2831
(47,40,49)
#1A141D
(26,20,29)
#000000
(0,0,0)

Tints of #ECDCE5

#ECDCE5
(236,220,229)
#EDDFE7
(237,223,231)
#EEE2E9
(238,226,233)
#EFE5EB
(239,229,235)
#F0E8ED
(240,232,237)
#F1EBEF
(241,235,239)
#F2EEF1
(242,238,241)
#F3F1F3
(243,241,243)
#F4F4F5
(244,244,245)
#F5F7F7
(245,247,247)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDCE5; }

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

This text font color is #ECDCE5.

Background Color

.myBgColor { background-color: #ECDCE5; }

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

This div background color is #ECDCE5.

Border color

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

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

This div border color is #ECDCE5.

Opacity

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

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

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

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

This text has shadow with #ECDCE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECDCE5.

Preview

Color preview on black background

This text has color #ECDCE5 on black background.


Color preview on white background

This text has color #ECDCE5 on white background.


Black color preview on #ECDCE5 background

This text has black color on #ECDCE5 background.


White color preview on #ECDCE5 background

This text has white color on #ECDCE5 background.


Related colors

Complementary color

Complementary color for #hex is #13231A.


I love getcolorcode.com

Triadic colors

1 #E5ECDC and #DCE5EC with #ECDCE5 are triadic colors.

2 #E5DCEC and #DCECE5 with #ECDCE5 are triadic colors.