Shades of Classic Rose #ECC6DE
Tints of Classic Rose #ECC6DE
RGB
CMYK
RGB Variations
Color information
#ECC6DE (or 0xECC6DE) is known color: Classic Rose. HEX triplet: EC, C6 and DE. RGB value is (236,198,222). Sum of RGB (Red+Green+Blue) = 236+198+222=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 198 (77.73% from 255 or 30.18% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC6DE is #133921. Grayscale: #D4D4D4. Windows color (decimal): -1259810 or 14599916. OLE color: 14599916.
HSL color Cylindrical-coordinate representation of color #ECC6DE: hue angle of 322.11º degrees, saturation: 0.5, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECC6DE is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 222 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.07 |
| HSL | 322.11º | 0.5% | 0.85% | - |
| HSV(B) | 322.11º | 0.16% | 0.93% | - |
| XYZ | 67.97 | 63.49 | 77.78 | - |
| YUV | 212.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 222 | 0 | 0.16 | 0.06 | 0.07 | 322.11 | 0.5 | 0.85 |
| Hex | EC | C6 | DE | 0 | 10 | 6 | 7 | 142 | 32 | 55 |
| Octal | 354 | 306 | 336 | 0 | 20 | 6 | 7 | 502 | 62 | 125 |
| Binary | 11101100 | 11000110 | 11011110 | 0 | 10000 | 110 | 111 | 101000010 | 110010 | 1010101 |
Color Harmonies of #ECC6DE
Complementary color
Monochromatic Colors of #ECC6DE
Black with #ECC6DE
Text Example
Text Example
White with #ECC6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC6DE; }
p { color: rgb(236,198,222); }
H1.HeaderClassName
{
color: #ECC6DE;
}
.AnyTagClassName
{
color: #ECC6DE;
}
</style>
background-color css
<style>
a { background-color: #ECC6DE; }
a { background-color: rgb(236,198,222); }
div.DivClassName
{
background-color: #ECC6DE;
}
.BgClassName
{
background-color: #ECC6DE;
}
</style>
border-color css
<style>
span { border-color: #ECC6DE; }
span { border-color: rgb(236,198,222); }
td.TdClassName
{
border-color: #ECC6DE;
}
.TagClassName
{
border-color: #ECC6DE;
}
</style>