Shades of Classic Rose #ECC0D7
Tints of Classic Rose #ECC0D7
RGB
CMYK
RGB Variations
Color information
#ECC0D7 (or 0xECC0D7) is known color: Classic Rose. HEX triplet: EC, C0 and D7. RGB value is (236,192,215). Sum of RGB (Red+Green+Blue) = 236+192+215=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 192 (75.39% from 255 or 29.86% from 643); Blue value is 215 (84.38% from 255 or 33.44% from 643); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC0D7 is #133F28. Grayscale: #CFCFCF. Windows color (decimal): -1261353 or 14139628. OLE color: 14139628.
HSL color Cylindrical-coordinate representation of color #ECC0D7: hue angle of 328.64º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECC0D7 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 215 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.07 |
| HSL | 328.64º | 0.54% | 0.84% | - |
| HSV(B) | 328.64º | 0.19% | 0.93% | - |
| XYZ | 65.71 | 60.44 | 72.49 | - |
| YUV | 207.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 215 | 0 | 0.19 | 0.09 | 0.07 | 328.64 | 0.54 | 0.84 |
| Hex | EC | C0 | D7 | 0 | 13 | 9 | 7 | 149 | 36 | 54 |
| Octal | 354 | 300 | 327 | 0 | 23 | 11 | 7 | 511 | 66 | 124 |
| Binary | 11101100 | 11000000 | 11010111 | 0 | 10011 | 1001 | 111 | 101001001 | 110110 | 1010100 |
Color Harmonies of #ECC0D7
Complementary color
Monochromatic Colors of #ECC0D7
Black with #ECC0D7
Text Example
Text Example
White with #ECC0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0D7; }
p { color: rgb(236,192,215); }
H1.HeaderClassName
{
color: #ECC0D7;
}
.AnyTagClassName
{
color: #ECC0D7;
}
</style>
background-color css
<style>
a { background-color: #ECC0D7; }
a { background-color: rgb(236,192,215); }
div.DivClassName
{
background-color: #ECC0D7;
}
.BgClassName
{
background-color: #ECC0D7;
}
</style>
border-color css
<style>
span { border-color: #ECC0D7; }
span { border-color: rgb(236,192,215); }
td.TdClassName
{
border-color: #ECC0D7;
}
.TagClassName
{
border-color: #ECC0D7;
}
</style>