COLOR #ECD5DB

HEX: #ECD5DB
RGB: (236,213,219)

Color info

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

RGB color model

#ECD5DB color RGB value is (236,213,219).

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

RGB channels and saturation

R 236 of 255 = 93%
G 213 of 255 = 84%
B 219 of 255 = 86%

236
213
219

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

Portions of RGB colors in percentages

R + G + B =
236 + 213 + 219 = 668 (100%)
R 236 of 668 ~ 35.33%
G 213 of 668 ~ 31.89%
B 219 of 668 ~ 32.78%

%35.33
%31.89
%32.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.75%
  • yellow value is 7.20%
  • key color value is 7.45%
CMYK:
(0,10,7,7)
C0M10Y7K7 
(0%,10%,7%,7%)
(0.00/0.10/0.07/0.07)	

CMYK percentages

%0
%9.75
%7.2
%7.45

Codes

Color #ECD5DB in popluar color models

ECD5DB
RGB236213219
HSL344°37.70%88.04%
HSB/HSV344°9.75%92.55%
CMYK0.00%9.75%7.20%
7.45%

Color #ECD5DB in popluar number systems.

HEXECD5DB
Decimal236213219
Binary111011001101010111011011
Octal354325333

Shades and tints

Shades of #ECD5DB

#ECD5DB
(236,213,219)
#D7C2C8
(215,194,200)
#C2AFB5
(194,175,181)
#AD9CA2
(173,156,162)
#98898F
(152,137,143)
#83767C
(131,118,124)
#6E6369
(110,99,105)
#595056
(89,80,86)
#443D43
(68,61,67)
#2F2A30
(47,42,48)
#1A171D
(26,23,29)
#000000
(0,0,0)

Tints of #ECD5DB

#ECD5DB
(236,213,219)
#EDD8DE
(237,216,222)
#EEDBE1
(238,219,225)
#EFDEE4
(239,222,228)
#F0E1E7
(240,225,231)
#F1E4EA
(241,228,234)
#F2E7ED
(242,231,237)
#F3EAF0
(243,234,240)
#F4EDF3
(244,237,243)
#F5F0F6
(245,240,246)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD5DB; }

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

This text font color is #ECD5DB.


Background Color

.myBgColor { background-color: #ECD5DB; }

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

This div background color is #ECD5DB.


Border color

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

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

This div border color is #ECD5DB.


Opacity

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

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

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

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

This text has shadow with #ECD5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD5DB on black background.


Color preview on white background

This text has color #ECD5DB on white background.



Black color preview on #ECD5DB background

This text has black color on #ECD5DB background.


White color preview on #ECD5DB background

This text has white color on #ECD5DB background.