Shades of Classic Rose #ECC2D9
Tints of Classic Rose #ECC2D9
RGB
CMYK
RGB Variations
Color information
#ECC2D9 (or 0xECC2D9) is known color: Classic Rose. HEX triplet: EC, C2 and D9. RGB value is (236,194,217). Sum of RGB (Red+Green+Blue) = 236+194+217=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 194 (76.17% from 255 or 29.98% from 647); Blue value is 217 (85.16% from 255 or 33.54% from 647); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2D9 is #133D26. Grayscale: #D1D1D1. Windows color (decimal): -1260839 or 14271212. OLE color: 14271212.
HSL color Cylindrical-coordinate representation of color #ECC2D9: hue angle of 327.14º 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 #ECC2D9 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 217 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.07 |
| HSL | 327.14º | 0.53% | 0.84% | - |
| HSV(B) | 327.14º | 0.18% | 0.93% | - |
| XYZ | 66.41 | 61.43 | 74 | - |
| YUV | 209.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 217 | 0 | 0.18 | 0.08 | 0.07 | 327.14 | 0.53 | 0.84 |
| Hex | EC | C2 | D9 | 0 | 12 | 8 | 7 | 147 | 34 | 54 |
| Octal | 354 | 302 | 331 | 0 | 22 | 10 | 7 | 507 | 64 | 124 |
| Binary | 11101100 | 11000010 | 11011001 | 0 | 10010 | 1000 | 111 | 101000111 | 110100 | 1010100 |
Color Harmonies of #ECC2D9
Complementary color
Monochromatic Colors of #ECC2D9
Black with #ECC2D9
Text Example
Text Example
White with #ECC2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC2D9; }
p { color: rgb(236,194,217); }
H1.HeaderClassName
{
color: #ECC2D9;
}
.AnyTagClassName
{
color: #ECC2D9;
}
</style>
background-color css
<style>
a { background-color: #ECC2D9; }
a { background-color: rgb(236,194,217); }
div.DivClassName
{
background-color: #ECC2D9;
}
.BgClassName
{
background-color: #ECC2D9;
}
</style>
border-color css
<style>
span { border-color: #ECC2D9; }
span { border-color: rgb(236,194,217); }
td.TdClassName
{
border-color: #ECC2D9;
}
.TagClassName
{
border-color: #ECC2D9;
}
</style>