Shades of Classic Rose #ECC8DC
Tints of Classic Rose #ECC8DC
RGB
CMYK
RGB Variations
Color information
#ECC8DC (or 0xECC8DC) is known color: Classic Rose. HEX triplet: EC, C8 and DC. RGB value is (236,200,220). Sum of RGB (Red+Green+Blue) = 236+200+220=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 200 (78.52% from 255 or 30.49% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC8DC is #133723. Grayscale: #D5D5D5. Windows color (decimal): -1259300 or 14469356. OLE color: 14469356.
HSL color Cylindrical-coordinate representation of color #ECC8DC: hue angle of 326.67º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECC8DC is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 220 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.07 |
| HSL | 326.67º | 0.49% | 0.85% | - |
| HSV(B) | 326.67º | 0.15% | 0.93% | - |
| XYZ | 68.16 | 64.31 | 76.53 | - |
| YUV | 213.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 220 | 0 | 0.15 | 0.07 | 0.07 | 326.67 | 0.49 | 0.85 |
| Hex | EC | C8 | DC | 0 | F | 7 | 7 | 147 | 31 | 55 |
| Octal | 354 | 310 | 334 | 0 | 17 | 7 | 7 | 507 | 61 | 125 |
| Binary | 11101100 | 11001000 | 11011100 | 0 | 1111 | 111 | 111 | 101000111 | 110001 | 1010101 |
Color Harmonies of #ECC8DC
Complementary color
Monochromatic Colors of #ECC8DC
Black with #ECC8DC
Text Example
Text Example
White with #ECC8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC8DC; }
p { color: rgb(236,200,220); }
H1.HeaderClassName
{
color: #ECC8DC;
}
.AnyTagClassName
{
color: #ECC8DC;
}
</style>
background-color css
<style>
a { background-color: #ECC8DC; }
a { background-color: rgb(236,200,220); }
div.DivClassName
{
background-color: #ECC8DC;
}
.BgClassName
{
background-color: #ECC8DC;
}
</style>
border-color css
<style>
span { border-color: #ECC8DC; }
span { border-color: rgb(236,200,220); }
td.TdClassName
{
border-color: #ECC8DC;
}
.TagClassName
{
border-color: #ECC8DC;
}
</style>