Shades of Classic Rose #ECC9D8
Tints of Classic Rose #ECC9D8
RGB
CMYK
RGB Variations
Color information
#ECC9D8 (or 0xECC9D8) is known color: Classic Rose. HEX triplet: EC, C9 and D8. RGB value is (236,201,216). Sum of RGB (Red+Green+Blue) = 236+201+216=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 201 (78.91% from 255 or 30.78% from 653); Blue value is 216 (84.77% from 255 or 33.08% from 653); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC9D8 is #133627. Grayscale: #D5D5D5. Windows color (decimal): -1259048 or 14207468. OLE color: 14207468.
HSL color Cylindrical-coordinate representation of color #ECC9D8: hue angle of 334.29º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECC9D8 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 216 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.07 |
| HSL | 334.29º | 0.48% | 0.86% | - |
| HSV(B) | 334.29º | 0.15% | 0.93% | - |
| XYZ | 67.87 | 64.56 | 73.85 | - |
| YUV | 213.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 216 | 0 | 0.15 | 0.08 | 0.07 | 334.29 | 0.48 | 0.86 |
| Hex | EC | C9 | D8 | 0 | F | 8 | 7 | 14E | 30 | 56 |
| Octal | 354 | 311 | 330 | 0 | 17 | 10 | 7 | 516 | 60 | 126 |
| Binary | 11101100 | 11001001 | 11011000 | 0 | 1111 | 1000 | 111 | 101001110 | 110000 | 1010110 |
Color Harmonies of #ECC9D8
Complementary color
Monochromatic Colors of #ECC9D8
Black with #ECC9D8
Text Example
Text Example
White with #ECC9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC9D8; }
p { color: rgb(236,201,216); }
H1.HeaderClassName
{
color: #ECC9D8;
}
.AnyTagClassName
{
color: #ECC9D8;
}
</style>
background-color css
<style>
a { background-color: #ECC9D8; }
a { background-color: rgb(236,201,216); }
div.DivClassName
{
background-color: #ECC9D8;
}
.BgClassName
{
background-color: #ECC9D8;
}
</style>
border-color css
<style>
span { border-color: #ECC9D8; }
span { border-color: rgb(236,201,216); }
td.TdClassName
{
border-color: #ECC9D8;
}
.TagClassName
{
border-color: #ECC9D8;
}
</style>