COLOR #ECDDE4

HEX: #ECDDE4
RGB: (236,221,228)

Color info

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

RGB color model

#ECDDE4 color RGB value is (236,221,228).

  • red value is 236;
  • green value is 221;
  • blue value is 228.
RGB:
(236,221,228)
(93%,87%,89%)

RGB channels and saturation

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

236
221
228

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

Portions of RGB colors in percentages

R + G + B =
236 + 221 + 228 = 685 (100%)
R 236 of 685 ~ 34.45%
G 221 of 685 ~ 32.26%
B 228 of 685 ~ 33.28%

%34.45
%32.26
%33.28

CMYK color model

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

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

Codes

Color #ECDDE4 in popluar color models

ECDDE4
RGB236221228
HSL332°28.30%89.61%
HSB/HSV332°6.36%92.55%
CMYK0.00%6.36%3.39%
7.45%

Color #ECDDE4 in popluar number systems.

HEXECDDE4
Decimal236221228
Binary111011001101110111100100
Octal354335344

Shades and tints

Shades of #ECDDE4

#ECDDE4
(236,221,228)
#D7C9D0
(215,201,208)
#C2B5BC
(194,181,188)
#ADA1A8
(173,161,168)
#988D94
(152,141,148)
#837980
(131,121,128)
#6E656C
(110,101,108)
#595158
(89,81,88)
#443D44
(68,61,68)
#2F2930
(47,41,48)
#1A151C
(26,21,28)
#000000
(0,0,0)

Tints of #ECDDE4

#ECDDE4
(236,221,228)
#EDE0E6
(237,224,230)
#EEE3E8
(238,227,232)
#EFE6EA
(239,230,234)
#F0E9EC
(240,233,236)
#F1ECEE
(241,236,238)
#F2EFF0
(242,239,240)
#F3F2F2
(243,242,242)
#F4F5F4
(244,245,244)
#F5F8F6
(245,248,246)
#F6FBF8
(246,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDDE4; }

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

This text font color is #ECDDE4.


Background Color

.myBgColor { background-color: #ECDDE4; }

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

This div background color is #ECDDE4.


Border color

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

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

This div border color is #ECDDE4.


Opacity

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

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

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

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

This text has shadow with #ECDDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDDE4 on black background.


Color preview on white background

This text has color #ECDDE4 on white background.



Black color preview on #ECDDE4 background

This text has black color on #ECDDE4 background.


White color preview on #ECDDE4 background

This text has white color on #ECDDE4 background.