COLOR #ECD1DB

HEX: #ECD1DB RGB: (236,209,219)

Color info

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

RGB color model

#ECD1DB color RGB value is (236,209,219).

RGB: (236,209,219) (93%, 82%, 86%)

RGB channels and saturation

R 236 of 255 = 93%
G 209 of 255 = 82%
B 219 of 255 = 86%

236
209
219

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

Portions of RGB colors in percentages

R + G + B = 236 + 209 + 219 = 664 (100%)
R 236 of 664 ~ 35.54%
G 209 of 664 ~ 31.48%
B 219 of 664 ~ 32.98'%

%35.54
%31.48
%32.98

CMYK color model

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

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

CMYK: (0,11,7,7)
C0M11Y7K7 (0%, 11%, 7%, 7%)
(0.00 / 0.11 / 0.07 / 0.07)

CMYK percentages

%0
%11.44
%7.2
%7.45

Codes

Color #ECD1DB in popluar color models

EC D1 DB
RGB 236 209 219
HSL 338° 41.54% 87.25%
HSB/HSV 338° 11.44% 92.55%
CMYK 0.00% 11.44% 7.20%
7.45%

Color #ECD1DB in popluar number systems.

HEX EC D1 DB
Decimal 236 209 219
Binary 11101100 11010001 11011011
Octal 354 321 333

Shades and tints

Shades of #ECD1DB

#ECD1DB
(236,209,219)
#D7BEC8
(215,190,200)
#C2ABB5
(194,171,181)
#AD98A2
(173,152,162)
#98858F
(152,133,143)
#83727C
(131,114,124)
#6E5F69
(110,95,105)
#594C56
(89,76,86)
#443943
(68,57,67)
#2F2630
(47,38,48)
#1A131D
(26,19,29)
#000000
(0,0,0)

Tints of #ECD1DB

#ECD1DB
(236,209,219)
#EDD5DE
(237,213,222)
#EED9E1
(238,217,225)
#EFDDE4
(239,221,228)
#F0E1E7
(240,225,231)
#F1E5EA
(241,229,234)
#F2E9ED
(242,233,237)
#F3EDF0
(243,237,240)
#F4F1F3
(244,241,243)
#F5F5F6
(245,245,246)
#F6F9F9
(246,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD1DB; }

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

This text font color is #ECD1DB.

Background Color

.myBgColor { background-color: #ECD1DB; }

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

This div background color is #ECD1DB.

Border color

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

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

This div border color is #ECD1DB.

Opacity

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

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

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

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

This text has shadow with #ECD1DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD1DB.

Preview

Color preview on black background

This text has color #ECD1DB on black background.


Color preview on white background

This text has color #ECD1DB on white background.


Black color preview on #ECD1DB background

This text has black color on #ECD1DB background.


White color preview on #ECD1DB background

This text has white color on #ECD1DB background.


Related colors

Complementary color

Complementary color for #hex is #132E24.


I love getcolorcode.com

Triadic colors

1 #DBECD1 and #D1DBEC with #ECD1DB are triadic colors.

2 #DBD1EC and #D1ECDB with #ECD1DB are triadic colors.