COLOR #ECDDE5

HEX: #ECDDE5
RGB: (236,221,229)

Color info

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

RGB color model

#ECDDE5 color RGB value is (236,221,229).

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

RGB channels and saturation

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

236
221
229

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

Portions of RGB colors in percentages

R + G + B =
236 + 221 + 229 = 686 (100%)
R 236 of 686 ~ 34.4%
G 221 of 686 ~ 32.22%
B 229 of 686 ~ 33.38%

%34.4
%32.22
%33.38

CMYK color model

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

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

Codes

Color #ECDDE5 in popluar color models

ECDDE5
RGB236221229
HSL328°28.30%89.61%
HSB/HSV328°6.36%92.55%
CMYK0.00%6.36%2.97%
7.45%

Color #ECDDE5 in popluar number systems.

HEXECDDE5
Decimal236221229
Binary111011001101110111100101
Octal354335345

Shades and tints

Shades of #ECDDE5

#ECDDE5
(236,221,229)
#D7C9D1
(215,201,209)
#C2B5BD
(194,181,189)
#ADA1A9
(173,161,169)
#988D95
(152,141,149)
#837981
(131,121,129)
#6E656D
(110,101,109)
#595159
(89,81,89)
#443D45
(68,61,69)
#2F2931
(47,41,49)
#1A151D
(26,21,29)
#000000
(0,0,0)

Tints of #ECDDE5

#ECDDE5
(236,221,229)
#EDE0E7
(237,224,231)
#EEE3E9
(238,227,233)
#EFE6EB
(239,230,235)
#F0E9ED
(240,233,237)
#F1ECEF
(241,236,239)
#F2EFF1
(242,239,241)
#F3F2F3
(243,242,243)
#F4F5F5
(244,245,245)
#F5F8F7
(245,248,247)
#F6FBF9
(246,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDDE5; }

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

This text font color is #ECDDE5.


Background Color

.myBgColor { background-color: #ECDDE5; }

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

This div background color is #ECDDE5.


Border color

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

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

This div border color is #ECDDE5.


Opacity

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

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

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

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

This text has shadow with #ECDDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDDE5 on black background.


Color preview on white background

This text has color #ECDDE5 on white background.



Black color preview on #ECDDE5 background

This text has black color on #ECDDE5 background.


White color preview on #ECDDE5 background

This text has white color on #ECDDE5 background.