COLOR #ECDEE4

HEX: #ECDEE4 RGB: (236,222,228)

Color info

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

RGB color model

#ECDEE4 color RGB value is (236,222,228).

RGB: (236,222,228) (93%, 87%, 89%)

RGB channels and saturation

R 236 of 255 = 93%
G 222 of 255 = 87%
B 228 of 255 = 89%

236
222
228

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

Portions of RGB colors in percentages

R + G + B = 236 + 222 + 228 = 686 (100%)
R 236 of 686 ~ 34.4%
G 222 of 686 ~ 32.36%
B 228 of 686 ~ 33.24'%

%34.4
%32.36
%33.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 3.39%
  • key color value is 7.45%

CMYK: (0,6,3,7)
C0M6Y3K7 (0%, 6%, 3%, 7%)
(0.00 / 0.06 / 0.03 / 0.07)

CMYK percentages

%0
%5.93
%3.39
%7.45

Codes

Color #ECDEE4 in popluar color models

EC DE E4
RGB 236 222 228
HSL 334° 26.92% 89.80%
HSB/HSV 334° 5.93% 92.55%
CMYK 0.00% 5.93% 3.39%
7.45%

Color #ECDEE4 in popluar number systems.

HEX EC DE E4
Decimal 236 222 228
Binary 11101100 11011110 11100100
Octal 354 336 344

Shades and tints

Shades of #ECDEE4

#ECDEE4
(236,222,228)
#D7CAD0
(215,202,208)
#C2B6BC
(194,182,188)
#ADA2A8
(173,162,168)
#988E94
(152,142,148)
#837A80
(131,122,128)
#6E666C
(110,102,108)
#595258
(89,82,88)
#443E44
(68,62,68)
#2F2A30
(47,42,48)
#1A161C
(26,22,28)
#000000
(0,0,0)

Tints of #ECDEE4

#ECDEE4
(236,222,228)
#EDE1E6
(237,225,230)
#EEE4E8
(238,228,232)
#EFE7EA
(239,231,234)
#F0EAEC
(240,234,236)
#F1EDEE
(241,237,238)
#F2F0F0
(242,240,240)
#F3F3F2
(243,243,242)
#F4F6F4
(244,246,244)
#F5F9F6
(245,249,246)
#F6FCF8
(246,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDEE4; }

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

This text font color is #ECDEE4.

Background Color

.myBgColor { background-color: #ECDEE4; }

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

This div background color is #ECDEE4.

Border color

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

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

This div border color is #ECDEE4.

Opacity

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

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

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

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

This text has shadow with #ECDEE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECDEE4.

Preview

Color preview on black background

This text has color #ECDEE4 on black background.


Color preview on white background

This text has color #ECDEE4 on white background.


Black color preview on #ECDEE4 background

This text has black color on #ECDEE4 background.


White color preview on #ECDEE4 background

This text has white color on #ECDEE4 background.


Related colors

Complementary color

Complementary color for #hex is #13211B.


I love getcolorcode.com

Triadic colors

1 #E4ECDE and #DEE4EC with #ECDEE4 are triadic colors.

2 #E4DEEC and #DEECE4 with #ECDEE4 are triadic colors.