COLOR #ECD5DE

HEX: #ECD5DE
RGB: (236,213,222)

Color info

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

RGB color model

#ECD5DE color RGB value is (236,213,222).

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

RGB channels and saturation

R 236 of 255 = 93%
G 213 of 255 = 84%
B 222 of 255 = 87%

236
213
222

R + G + B ~ 88%. #ECD5DE is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 213 + 222 = 671 (100%)
R 236 of 671 ~ 35.17%
G 213 of 671 ~ 31.74%
B 222 of 671 ~ 33.08%

%35.17
%31.74
%33.08

CMYK color model

#ECD5DE color CMYK value is (0,10,6,7).

  • cyan value is 0.00%
  • magenta value is 9.75%
  • yellow value is 5.93%
  • key color value is 7.45%
CMYK:
(0,10,6,7)
C0M10Y6K7 
(0%,10%,6%,7%)
(0.00/0.10/0.06/0.07)	

CMYK percentages

%0
%9.75
%5.93
%7.45

Codes

Color #ECD5DE in popluar color models

ECD5DE
RGB236213222
HSL337°37.70%88.04%
HSB/HSV337°9.75%92.55%
CMYK0.00%9.75%5.93%
7.45%

Color #ECD5DE in popluar number systems.

HEXECD5DE
Decimal236213222
Binary111011001101010111011110
Octal354325336

Shades and tints

Shades of #ECD5DE

#ECD5DE
(236,213,222)
#D7C2CA
(215,194,202)
#C2AFB6
(194,175,182)
#AD9CA2
(173,156,162)
#98898E
(152,137,142)
#83767A
(131,118,122)
#6E6366
(110,99,102)
#595052
(89,80,82)
#443D3E
(68,61,62)
#2F2A2A
(47,42,42)
#1A1716
(26,23,22)
#000000
(0,0,0)

Tints of #ECD5DE

#ECD5DE
(236,213,222)
#EDD8E1
(237,216,225)
#EEDBE4
(238,219,228)
#EFDEE7
(239,222,231)
#F0E1EA
(240,225,234)
#F1E4ED
(241,228,237)
#F2E7F0
(242,231,240)
#F3EAF3
(243,234,243)
#F4EDF6
(244,237,246)
#F5F0F9
(245,240,249)
#F6F3FC
(246,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD5DE; }

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

This text font color is #ECD5DE.


Background Color

.myBgColor { background-color: #ECD5DE; }

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

This div background color is #ECD5DE.


Border color

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

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

This div border color is #ECD5DE.


Opacity

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

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

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

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

This text has shadow with #ECD5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD5DE on black background.


Color preview on white background

This text has color #ECD5DE on white background.



Black color preview on #ECD5DE background

This text has black color on #ECD5DE background.


White color preview on #ECD5DE background

This text has white color on #ECD5DE background.