Shades of Classic Rose #ECC2D6
Tints of Classic Rose #ECC2D6
RGB
CMYK
RGB Variations
Color information
#ECC2D6 (or 0xECC2D6) is known color: Classic Rose. HEX triplet: EC, C2 and D6. RGB value is (236,194,214). Sum of RGB (Red+Green+Blue) = 236+194+214=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 194 (76.17% from 255 or 30.12% from 644); Blue value is 214 (83.98% from 255 or 33.23% from 644); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2D6 is #133D29. Grayscale: #D0D0D0. Windows color (decimal): -1260842 or 14074604. OLE color: 14074604.
HSL color Cylindrical-coordinate representation of color #ECC2D6: hue angle of 331.43º 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 #ECC2D6 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 214 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.07 |
| HSL | 331.43º | 0.53% | 0.84% | - |
| HSV(B) | 331.43º | 0.18% | 0.93% | - |
| XYZ | 66.02 | 61.27 | 71.97 | - |
| YUV | 208.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 214 | 0 | 0.18 | 0.09 | 0.07 | 331.43 | 0.53 | 0.84 |
| Hex | EC | C2 | D6 | 0 | 12 | 9 | 7 | 14B | 34 | 54 |
| Octal | 354 | 302 | 326 | 0 | 22 | 11 | 7 | 513 | 64 | 124 |
| Binary | 11101100 | 11000010 | 11010110 | 0 | 10010 | 1001 | 111 | 101001011 | 110100 | 1010100 |
Color Harmonies of #ECC2D6
Complementary color
Monochromatic Colors of #ECC2D6
Black with #ECC2D6
Text Example
Text Example
White with #ECC2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC2D6; }
p { color: rgb(236,194,214); }
H1.HeaderClassName
{
color: #ECC2D6;
}
.AnyTagClassName
{
color: #ECC2D6;
}
</style>
background-color css
<style>
a { background-color: #ECC2D6; }
a { background-color: rgb(236,194,214); }
div.DivClassName
{
background-color: #ECC2D6;
}
.BgClassName
{
background-color: #ECC2D6;
}
</style>
border-color css
<style>
span { border-color: #ECC2D6; }
span { border-color: rgb(236,194,214); }
td.TdClassName
{
border-color: #ECC2D6;
}
.TagClassName
{
border-color: #ECC2D6;
}
</style>