COLOR #ECD5DA

HEX: #ECD5DA
RGB: (236,213,218)

Color info

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

RGB color model

#ECD5DA color RGB value is (236,213,218).

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

RGB channels and saturation

R 236 of 255 = 93%
G 213 of 255 = 84%
B 218 of 255 = 85%

236
213
218

R + G + B ~ 87%. #ECD5DA is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 213 + 218 = 667 (100%)
R 236 of 667 ~ 35.38%
G 213 of 667 ~ 31.93%
B 218 of 667 ~ 32.68%

%35.38
%31.93
%32.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.75%
  • yellow value is 7.63%
  • key color value is 7.45%
CMYK:
(0,10,8,7)
C0M10Y8K7 
(0%,10%,8%,7%)
(0.00/0.10/0.08/0.07)	

CMYK percentages

%0
%9.75
%7.63
%7.45

Codes

Color #ECD5DA in popluar color models

ECD5DA
RGB236213218
HSL347°37.70%88.04%
HSB/HSV347°9.75%92.55%
CMYK0.00%9.75%7.63%
7.45%

Color #ECD5DA in popluar number systems.

HEXECD5DA
Decimal236213218
Binary111011001101010111011010
Octal354325332

Shades and tints

Shades of #ECD5DA

#ECD5DA
(236,213,218)
#D7C2C7
(215,194,199)
#C2AFB4
(194,175,180)
#AD9CA1
(173,156,161)
#98898E
(152,137,142)
#83767B
(131,118,123)
#6E6368
(110,99,104)
#595055
(89,80,85)
#443D42
(68,61,66)
#2F2A2F
(47,42,47)
#1A171C
(26,23,28)
#000000
(0,0,0)

Tints of #ECD5DA

#ECD5DA
(236,213,218)
#EDD8DD
(237,216,221)
#EEDBE0
(238,219,224)
#EFDEE3
(239,222,227)
#F0E1E6
(240,225,230)
#F1E4E9
(241,228,233)
#F2E7EC
(242,231,236)
#F3EAEF
(243,234,239)
#F4EDF2
(244,237,242)
#F5F0F5
(245,240,245)
#F6F3F8
(246,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD5DA; }

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

This text font color is #ECD5DA.


Background Color

.myBgColor { background-color: #ECD5DA; }

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

This div background color is #ECD5DA.


Border color

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

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

This div border color is #ECD5DA.


Opacity

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

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

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

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

This text has shadow with #ECD5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD5DA on black background.


Color preview on white background

This text has color #ECD5DA on white background.



Black color preview on #ECD5DA background

This text has black color on #ECD5DA background.


White color preview on #ECD5DA background

This text has white color on #ECD5DA background.