Shades of Classic Rose #ECC2D8
Tints of Classic Rose #ECC2D8
RGB
CMYK
RGB Variations
Color information
#ECC2D8 (or 0xECC2D8) is known color: Classic Rose. HEX triplet: EC, C2 and D8. RGB value is (236,194,216). Sum of RGB (Red+Green+Blue) = 236+194+216=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 194 (76.17% from 255 or 30.03% from 646); Blue value is 216 (84.77% from 255 or 33.44% from 646); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2D8 is #133D27. Grayscale: #D1D1D1. Windows color (decimal): -1260840 or 14205676. OLE color: 14205676.
HSL color Cylindrical-coordinate representation of color #ECC2D8: hue angle of 328.57º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECC2D8 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 216 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.07 |
| HSL | 328.57º | 0.53% | 0.84% | - |
| HSV(B) | 328.57º | 0.18% | 0.93% | - |
| XYZ | 66.28 | 61.37 | 73.32 | - |
| YUV | 209.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 216 | 0 | 0.18 | 0.08 | 0.07 | 328.57 | 0.53 | 0.84 |
| Hex | EC | C2 | D8 | 0 | 12 | 8 | 7 | 149 | 34 | 54 |
| Octal | 354 | 302 | 330 | 0 | 22 | 10 | 7 | 511 | 64 | 124 |
| Binary | 11101100 | 11000010 | 11011000 | 0 | 10010 | 1000 | 111 | 101001001 | 110100 | 1010100 |
Color Harmonies of #ECC2D8
Complementary color
Monochromatic Colors of #ECC2D8
Black with #ECC2D8
Text Example
Text Example
White with #ECC2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC2D8; }
p { color: rgb(236,194,216); }
H1.HeaderClassName
{
color: #ECC2D8;
}
.AnyTagClassName
{
color: #ECC2D8;
}
</style>
background-color css
<style>
a { background-color: #ECC2D8; }
a { background-color: rgb(236,194,216); }
div.DivClassName
{
background-color: #ECC2D8;
}
.BgClassName
{
background-color: #ECC2D8;
}
</style>
border-color css
<style>
span { border-color: #ECC2D8; }
span { border-color: rgb(236,194,216); }
td.TdClassName
{
border-color: #ECC2D8;
}
.TagClassName
{
border-color: #ECC2D8;
}
</style>