Shades of Classic Rose #ECC6DF
Tints of Classic Rose #ECC6DF
RGB
CMYK
RGB Variations
Color information
#ECC6DF (or 0xECC6DF) is known color: Classic Rose. HEX triplet: EC, C6 and DF. RGB value is (236,198,223). Sum of RGB (Red+Green+Blue) = 236+198+223=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 198 (77.73% from 255 or 30.14% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC6DF is #133920. Grayscale: #D4D4D4. Windows color (decimal): -1259809 or 14665452. OLE color: 14665452.
HSL color Cylindrical-coordinate representation of color #ECC6DF: hue angle of 320.53º degrees, saturation: 0.5, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECC6DF is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 223 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.07 |
| HSL | 320.53º | 0.5% | 0.85% | - |
| HSV(B) | 320.53º | 0.16% | 0.93% | - |
| XYZ | 68.11 | 63.55 | 78.49 | - |
| YUV | 212.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 223 | 0 | 0.16 | 0.06 | 0.07 | 320.53 | 0.5 | 0.85 |
| Hex | EC | C6 | DF | 0 | 10 | 6 | 7 | 141 | 32 | 55 |
| Octal | 354 | 306 | 337 | 0 | 20 | 6 | 7 | 501 | 62 | 125 |
| Binary | 11101100 | 11000110 | 11011111 | 0 | 10000 | 110 | 111 | 101000001 | 110010 | 1010101 |
Color Harmonies of #ECC6DF
Complementary color
Monochromatic Colors of #ECC6DF
Black with #ECC6DF
Text Example
Text Example
White with #ECC6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC6DF; }
p { color: rgb(236,198,223); }
H1.HeaderClassName
{
color: #ECC6DF;
}
.AnyTagClassName
{
color: #ECC6DF;
}
</style>
background-color css
<style>
a { background-color: #ECC6DF; }
a { background-color: rgb(236,198,223); }
div.DivClassName
{
background-color: #ECC6DF;
}
.BgClassName
{
background-color: #ECC6DF;
}
</style>
border-color css
<style>
span { border-color: #ECC6DF; }
span { border-color: rgb(236,198,223); }
td.TdClassName
{
border-color: #ECC6DF;
}
.TagClassName
{
border-color: #ECC6DF;
}
</style>