Shades of Pale Rose #ECD9DC
Tints of Pale Rose #ECD9DC
RGB
CMYK
RGB Variations
Color information
#ECD9DC (or 0xECD9DC) is known color: Pale Rose. HEX triplet: EC, D9 and DC. RGB value is (236,217,220). Sum of RGB (Red+Green+Blue) = 236+217+220=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 217 (85.16% from 255 or 32.24% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD9DC is #132623. Grayscale: #DFDFDF. Windows color (decimal): -1254948 or 14473708. OLE color: 14473708.
HSL color Cylindrical-coordinate representation of color #ECD9DC: hue angle of 350.53º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECD9DC is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 220 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.07 |
| HSL | 350.53º | 0.33% | 0.89% | - |
| HSV(B) | 350.53º | 0.08% | 0.93% | - |
| XYZ | 72.32 | 72.63 | 77.92 | - |
| YUV | 223.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 220 | 0 | 0.08 | 0.07 | 0.07 | 350.53 | 0.33 | 0.89 |
| Hex | EC | D9 | DC | 0 | 8 | 7 | 7 | 15F | 21 | 59 |
| Octal | 354 | 331 | 334 | 0 | 10 | 7 | 7 | 537 | 41 | 131 |
| Binary | 11101100 | 11011001 | 11011100 | 0 | 1000 | 111 | 111 | 101011111 | 100001 | 1011001 |
Color Harmonies of #ECD9DC
Complementary color
Monochromatic Colors of #ECD9DC
Black with #ECD9DC
Text Example
Text Example
White with #ECD9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD9DC; }
p { color: rgb(236,217,220); }
H1.HeaderClassName
{
color: #ECD9DC;
}
.AnyTagClassName
{
color: #ECD9DC;
}
</style>
background-color css
<style>
a { background-color: #ECD9DC; }
a { background-color: rgb(236,217,220); }
div.DivClassName
{
background-color: #ECD9DC;
}
.BgClassName
{
background-color: #ECD9DC;
}
</style>
border-color css
<style>
span { border-color: #ECD9DC; }
span { border-color: rgb(236,217,220); }
td.TdClassName
{
border-color: #ECD9DC;
}
.TagClassName
{
border-color: #ECD9DC;
}
</style>