COLOR #ECD1DA

HEX: #ECD1DA RGB: (236,209,218)

Color info

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

RGB color model

#ECD1DA color RGB value is (236,209,218).

RGB: (236,209,218) (93%, 82%, 85%)

RGB channels and saturation

R 236 of 255 = 93%
G 209 of 255 = 82%
B 218 of 255 = 85%

236
209
218

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

Portions of RGB colors in percentages

R + G + B = 236 + 209 + 218 = 663 (100%)
R 236 of 663 ~ 35.6%
G 209 of 663 ~ 31.52%
B 218 of 663 ~ 32.88'%

%35.6
%31.52
%32.88

CMYK color model

#ECD1DA color CMYK value is (0,11,8,7).

  • cyan value is 0.00%
  • magenta value is 11.44%
  • yellow value is 7.63%
  • key color value is 7.45%

CMYK: (0,11,8,7)
C0M11Y8K7 (0%, 11%, 8%, 7%)
(0.00 / 0.11 / 0.08 / 0.07)

CMYK percentages

%0
%11.44
%7.63
%7.45

Codes

Color #ECD1DA in popluar color models

EC D1 DA
RGB 236 209 218
HSL 340° 41.54% 87.25%
HSB/HSV 340° 11.44% 92.55%
CMYK 0.00% 11.44% 7.63%
7.45%

Color #ECD1DA in popluar number systems.

HEX EC D1 DA
Decimal 236 209 218
Binary 11101100 11010001 11011010
Octal 354 321 332

Shades and tints

Shades of #ECD1DA

#ECD1DA
(236,209,218)
#D7BEC7
(215,190,199)
#C2ABB4
(194,171,180)
#AD98A1
(173,152,161)
#98858E
(152,133,142)
#83727B
(131,114,123)
#6E5F68
(110,95,104)
#594C55
(89,76,85)
#443942
(68,57,66)
#2F262F
(47,38,47)
#1A131C
(26,19,28)
#000000
(0,0,0)

Tints of #ECD1DA

#ECD1DA
(236,209,218)
#EDD5DD
(237,213,221)
#EED9E0
(238,217,224)
#EFDDE3
(239,221,227)
#F0E1E6
(240,225,230)
#F1E5E9
(241,229,233)
#F2E9EC
(242,233,236)
#F3EDEF
(243,237,239)
#F4F1F2
(244,241,242)
#F5F5F5
(245,245,245)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD1DA; }

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

This text font color is #ECD1DA.

Background Color

.myBgColor { background-color: #ECD1DA; }

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

This div background color is #ECD1DA.

Border color

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

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

This div border color is #ECD1DA.

Opacity

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

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

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

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

This text has shadow with #ECD1DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD1DA.

Preview

Color preview on black background

This text has color #ECD1DA on black background.


Color preview on white background

This text has color #ECD1DA on white background.


Black color preview on #ECD1DA background

This text has black color on #ECD1DA background.


White color preview on #ECD1DA background

This text has white color on #ECD1DA background.


Related colors

Complementary color

Complementary color for #hex is #132E25.


I love getcolorcode.com

Triadic colors

1 #DAECD1 and #D1DAEC with #ECD1DA are triadic colors.

2 #DAD1EC and #D1ECDA with #ECD1DA are triadic colors.