Shades of Classic Rose #ECC1D6
Tints of Classic Rose #ECC1D6
RGB
CMYK
RGB Variations
Color information
#ECC1D6 (or 0xECC1D6) is known color: Classic Rose. HEX triplet: EC, C1 and D6. RGB value is (236,193,214). Sum of RGB (Red+Green+Blue) = 236+193+214=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 193 (75.78% from 255 or 30.02% from 643); Blue value is 214 (83.98% from 255 or 33.28% from 643); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1D6 is #133E29. Grayscale: #D0D0D0. Windows color (decimal): -1261098 or 14074348. OLE color: 14074348.
HSL color Cylindrical-coordinate representation of color #ECC1D6: hue angle of 330.7º 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 #ECC1D6 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 214 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.07 |
| HSL | 330.7º | 0.53% | 0.84% | - |
| HSV(B) | 330.7º | 0.18% | 0.93% | - |
| XYZ | 65.8 | 60.83 | 71.89 | - |
| YUV | 208.25 | 131.25 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 214 | 0 | 0.18 | 0.09 | 0.07 | 330.7 | 0.53 | 0.84 |
| Hex | EC | C1 | D6 | 0 | 12 | 9 | 7 | 14B | 35 | 54 |
| Octal | 354 | 301 | 326 | 0 | 22 | 11 | 7 | 513 | 65 | 124 |
| Binary | 11101100 | 11000001 | 11010110 | 0 | 10010 | 1001 | 111 | 101001011 | 110101 | 1010100 |
Color Harmonies of #ECC1D6
Complementary color
Monochromatic Colors of #ECC1D6
Black with #ECC1D6
Text Example
Text Example
White with #ECC1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1D6; }
p { color: rgb(236,193,214); }
H1.HeaderClassName
{
color: #ECC1D6;
}
.AnyTagClassName
{
color: #ECC1D6;
}
</style>
background-color css
<style>
a { background-color: #ECC1D6; }
a { background-color: rgb(236,193,214); }
div.DivClassName
{
background-color: #ECC1D6;
}
.BgClassName
{
background-color: #ECC1D6;
}
</style>
border-color css
<style>
span { border-color: #ECC1D6; }
span { border-color: rgb(236,193,214); }
td.TdClassName
{
border-color: #ECC1D6;
}
.TagClassName
{
border-color: #ECC1D6;
}
</style>