COLOR #ECDCE4

HEX: #ECDCE4 RGB: (236,220,228)

Color info

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

RGB color model

#ECDCE4 color RGB value is (236,220,228).

RGB: (236,220,228) (93%, 86%, 89%)

RGB channels and saturation

R 236 of 255 = 93%
G 220 of 255 = 86%
B 228 of 255 = 89%

236
220
228

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

Portions of RGB colors in percentages

R + G + B = 236 + 220 + 228 = 684 (100%)
R 236 of 684 ~ 34.5%
G 220 of 684 ~ 32.16%
B 228 of 684 ~ 33.33'%

%34.5
%32.16
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.78%
  • yellow value is 3.39%
  • 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
%3.39
%7.45

Codes

Color #ECDCE4 in popluar color models

EC DC E4
RGB 236 220 228
HSL 330° 29.63% 89.41%
HSB/HSV 330° 6.78% 92.55%
CMYK 0.00% 6.78% 3.39%
7.45%

Color #ECDCE4 in popluar number systems.

HEX EC DC E4
Decimal 236 220 228
Binary 11101100 11011100 11100100
Octal 354 334 344

Shades and tints

Shades of #ECDCE4

#ECDCE4
(236,220,228)
#D7C8D0
(215,200,208)
#C2B4BC
(194,180,188)
#ADA0A8
(173,160,168)
#988C94
(152,140,148)
#837880
(131,120,128)
#6E646C
(110,100,108)
#595058
(89,80,88)
#443C44
(68,60,68)
#2F2830
(47,40,48)
#1A141C
(26,20,28)
#000000
(0,0,0)

Tints of #ECDCE4

#ECDCE4
(236,220,228)
#EDDFE6
(237,223,230)
#EEE2E8
(238,226,232)
#EFE5EA
(239,229,234)
#F0E8EC
(240,232,236)
#F1EBEE
(241,235,238)
#F2EEF0
(242,238,240)
#F3F1F2
(243,241,242)
#F4F4F4
(244,244,244)
#F5F7F6
(245,247,246)
#F6FAF8
(246,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDCE4; }

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

This text font color is #ECDCE4.

Background Color

.myBgColor { background-color: #ECDCE4; }

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

This div background color is #ECDCE4.

Border color

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

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

This div border color is #ECDCE4.

Opacity

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

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

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

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

This text has shadow with #ECDCE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECDCE4.

Preview

Color preview on black background

This text has color #ECDCE4 on black background.


Color preview on white background

This text has color #ECDCE4 on white background.


Black color preview on #ECDCE4 background

This text has black color on #ECDCE4 background.


White color preview on #ECDCE4 background

This text has white color on #ECDCE4 background.


Related colors

Complementary color

Complementary color for #hex is #13231B.


I love getcolorcode.com

Triadic colors

1 #E4ECDC and #DCE4EC with #ECDCE4 are triadic colors.

2 #E4DCEC and #DCECE4 with #ECDCE4 are triadic colors.