COLOR #ECDEE5

HEX: #ECDEE5
RGB: (236,222,229)

Color info

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

RGB color model

#ECDEE5 color RGB value is (236,222,229).

  • red value is 236;
  • green value is 222;
  • blue value is 229.
RGB:
(236,222,229)
(93%,87%,90%)

RGB channels and saturation

R 236 of 255 = 93%
G 222 of 255 = 87%
B 229 of 255 = 90%

236
222
229

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

Portions of RGB colors in percentages

R + G + B =
236 + 222 + 229 = 687 (100%)
R 236 of 687 ~ 34.35%
G 222 of 687 ~ 32.31%
B 229 of 687 ~ 33.33%

%34.35
%32.31
%33.33

CMYK color model

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

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

Codes

Color #ECDEE5 in popluar color models

ECDEE5
RGB236222229
HSL330°26.92%89.80%
HSB/HSV330°5.93%92.55%
CMYK0.00%5.93%2.97%
7.45%

Color #ECDEE5 in popluar number systems.

HEXECDEE5
Decimal236222229
Binary111011001101111011100101
Octal354336345

Shades and tints

Shades of #ECDEE5

#ECDEE5
(236,222,229)
#D7CAD1
(215,202,209)
#C2B6BD
(194,182,189)
#ADA2A9
(173,162,169)
#988E95
(152,142,149)
#837A81
(131,122,129)
#6E666D
(110,102,109)
#595259
(89,82,89)
#443E45
(68,62,69)
#2F2A31
(47,42,49)
#1A161D
(26,22,29)
#000000
(0,0,0)

Tints of #ECDEE5

#ECDEE5
(236,222,229)
#EDE1E7
(237,225,231)
#EEE4E9
(238,228,233)
#EFE7EB
(239,231,235)
#F0EAED
(240,234,237)
#F1EDEF
(241,237,239)
#F2F0F1
(242,240,241)
#F3F3F3
(243,243,243)
#F4F6F5
(244,246,245)
#F5F9F7
(245,249,247)
#F6FCF9
(246,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDEE5; }

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

This text font color is #ECDEE5.


Background Color

.myBgColor { background-color: #ECDEE5; }

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

This div background color is #ECDEE5.


Border color

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

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

This div border color is #ECDEE5.


Opacity

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

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

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

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

This text has shadow with #ECDEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDEE5 on black background.


Color preview on white background

This text has color #ECDEE5 on white background.



Black color preview on #ECDEE5 background

This text has black color on #ECDEE5 background.


White color preview on #ECDEE5 background

This text has white color on #ECDEE5 background.