Shades of Classic Rose #ECC1D9
Tints of Classic Rose #ECC1D9
RGB
CMYK
RGB Variations
Color information
#ECC1D9 (or 0xECC1D9) is known color: Classic Rose. HEX triplet: EC, C1 and D9. RGB value is (236,193,217). Sum of RGB (Red+Green+Blue) = 236+193+217=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 193 (75.78% from 255 or 29.88% from 646); Blue value is 217 (85.16% from 255 or 33.59% from 646); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1D9 is #133E26. Grayscale: #D0D0D0. Windows color (decimal): -1261095 or 14270956. OLE color: 14270956.
HSL color Cylindrical-coordinate representation of color #ECC1D9: hue angle of 326.51º degrees, saturation: 0.53, 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 #ECC1D9 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 217 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.07 |
| HSL | 326.51º | 0.53% | 0.84% | - |
| HSV(B) | 326.51º | 0.18% | 0.93% | - |
| XYZ | 66.19 | 60.98 | 73.93 | - |
| YUV | 208.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 217 | 0 | 0.18 | 0.08 | 0.07 | 326.51 | 0.53 | 0.84 |
| Hex | EC | C1 | D9 | 0 | 12 | 8 | 7 | 147 | 35 | 54 |
| Octal | 354 | 301 | 331 | 0 | 22 | 10 | 7 | 507 | 65 | 124 |
| Binary | 11101100 | 11000001 | 11011001 | 0 | 10010 | 1000 | 111 | 101000111 | 110101 | 1010100 |
Color Harmonies of #ECC1D9
Complementary color
Monochromatic Colors of #ECC1D9
Black with #ECC1D9
Text Example
Text Example
White with #ECC1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1D9; }
p { color: rgb(236,193,217); }
H1.HeaderClassName
{
color: #ECC1D9;
}
.AnyTagClassName
{
color: #ECC1D9;
}
</style>
background-color css
<style>
a { background-color: #ECC1D9; }
a { background-color: rgb(236,193,217); }
div.DivClassName
{
background-color: #ECC1D9;
}
.BgClassName
{
background-color: #ECC1D9;
}
</style>
border-color css
<style>
span { border-color: #ECC1D9; }
span { border-color: rgb(236,193,217); }
td.TdClassName
{
border-color: #ECC1D9;
}
.TagClassName
{
border-color: #ECC1D9;
}
</style>