Shades of Classic Rose #ECCEDF
Tints of Classic Rose #ECCEDF
RGB
CMYK
RGB Variations
Color information
#ECCEDF (or 0xECCEDF) is known color: Classic Rose. HEX triplet: EC, CE and DF. RGB value is (236,206,223). Sum of RGB (Red+Green+Blue) = 236+206+223=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCEDF is #133120. Grayscale: #D8D8D8. Windows color (decimal): -1257761 or 14667500. OLE color: 14667500.
HSL color Cylindrical-coordinate representation of color #ECCEDF: hue angle of 326º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECCEDF is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 223 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.07 |
| HSL | 326º | 0.44% | 0.87% | - |
| HSV(B) | 326º | 0.13% | 0.93% | - |
| XYZ | 69.98 | 67.3 | 79.11 | - |
| YUV | 216.91 | 131.44 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 223 | 0 | 0.13 | 0.06 | 0.07 | 326 | 0.44 | 0.87 |
| Hex | EC | CE | DF | 0 | D | 6 | 7 | 146 | 2C | 57 |
| Octal | 354 | 316 | 337 | 0 | 15 | 6 | 7 | 506 | 54 | 127 |
| Binary | 11101100 | 11001110 | 11011111 | 0 | 1101 | 110 | 111 | 101000110 | 101100 | 1010111 |
Color Harmonies of #ECCEDF
Complementary color
Monochromatic Colors of #ECCEDF
Black with #ECCEDF
Text Example
Text Example
White with #ECCEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCEDF; }
p { color: rgb(236,206,223); }
H1.HeaderClassName
{
color: #ECCEDF;
}
.AnyTagClassName
{
color: #ECCEDF;
}
</style>
background-color css
<style>
a { background-color: #ECCEDF; }
a { background-color: rgb(236,206,223); }
div.DivClassName
{
background-color: #ECCEDF;
}
.BgClassName
{
background-color: #ECCEDF;
}
</style>
border-color css
<style>
span { border-color: #ECCEDF; }
span { border-color: rgb(236,206,223); }
td.TdClassName
{
border-color: #ECCEDF;
}
.TagClassName
{
border-color: #ECCEDF;
}
</style>