COLOR #ECD0DC

HEX: #ECD0DC
RGB: (236,208,220)

Color info

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

RGB color model

#ECD0DC color RGB value is (236,208,220).

  • red value is 236;
  • green value is 208;
  • blue value is 220.
RGB:
(236,208,220)
(93%,82%,86%)

RGB channels and saturation

R 236 of 255 = 93%
G 208 of 255 = 82%
B 220 of 255 = 86%

236
208
220

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

Portions of RGB colors in percentages

R + G + B =
236 + 208 + 220 = 664 (100%)
R 236 of 664 ~ 35.54%
G 208 of 664 ~ 31.33%
B 220 of 664 ~ 33.13%

%35.54
%31.33
%33.13

CMYK color model

#ECD0DC color CMYK value is (0,12,7,7).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 6.78%
  • key color value is 7.45%
CMYK:
(0,12,7,7)
C0M12Y7K7 
(0%,12%,7%,7%)
(0.00/0.12/0.07/0.07)	

CMYK percentages

%0
%11.86
%6.78
%7.45

Codes

Color #ECD0DC in popluar color models

ECD0DC
RGB236208220
HSL334°42.42%87.06%
HSB/HSV334°11.86%92.55%
CMYK0.00%11.86%6.78%
7.45%

Color #ECD0DC in popluar number systems.

HEXECD0DC
Decimal236208220
Binary111011001101000011011100
Octal354320334

Shades and tints

Shades of #ECD0DC

#ECD0DC
(236,208,220)
#D7BEC8
(215,190,200)
#C2ACB4
(194,172,180)
#AD9AA0
(173,154,160)
#98888C
(152,136,140)
#837678
(131,118,120)
#6E6464
(110,100,100)
#595250
(89,82,80)
#44403C
(68,64,60)
#2F2E28
(47,46,40)
#1A1C14
(26,28,20)
#000000
(0,0,0)

Tints of #ECD0DC

#ECD0DC
(236,208,220)
#EDD4DF
(237,212,223)
#EED8E2
(238,216,226)
#EFDCE5
(239,220,229)
#F0E0E8
(240,224,232)
#F1E4EB
(241,228,235)
#F2E8EE
(242,232,238)
#F3ECF1
(243,236,241)
#F4F0F4
(244,240,244)
#F5F4F7
(245,244,247)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD0DC color. Also use rgb(236,208,220) instead hex code.

Text Font Color

.myTextColor { color: #ECD0DC; }

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

This text font color is #ECD0DC.


Background Color

.myBgColor { background-color: #ECD0DC; }

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

This div background color is #ECD0DC.


Border color

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

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

This div border color is #ECD0DC.


Opacity

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

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

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

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

This text has shadow with #ECD0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD0DC on black background.


Color preview on white background

This text has color #ECD0DC on white background.



Black color preview on #ECD0DC background

This text has black color on #ECD0DC background.


White color preview on #ECD0DC background

This text has white color on #ECD0DC background.