Shades of Classic Rose #ECC4DF
Tints of Classic Rose #ECC4DF
RGB
CMYK
RGB Variations
Color information
#ECC4DF (or 0xECC4DF) is known color: Classic Rose. HEX triplet: EC, C4 and DF. RGB value is (236,196,223). Sum of RGB (Red+Green+Blue) = 236+196+223=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 196 (76.95% from 255 or 29.92% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC4DF is #133B20. Grayscale: #D2D2D2. Windows color (decimal): -1260321 or 14664940. OLE color: 14664940.
HSL color Cylindrical-coordinate representation of color #ECC4DF: hue angle of 319.5º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECC4DF is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 223 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.07 |
| HSL | 319.5º | 0.51% | 0.85% | - |
| HSV(B) | 319.5º | 0.17% | 0.93% | - |
| XYZ | 67.65 | 62.64 | 78.34 | - |
| YUV | 211.04 | 134.75 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 223 | 0 | 0.17 | 0.06 | 0.07 | 319.5 | 0.51 | 0.85 |
| Hex | EC | C4 | DF | 0 | 11 | 6 | 7 | 140 | 33 | 55 |
| Octal | 354 | 304 | 337 | 0 | 21 | 6 | 7 | 500 | 63 | 125 |
| Binary | 11101100 | 11000100 | 11011111 | 0 | 10001 | 110 | 111 | 101000000 | 110011 | 1010101 |
Color Harmonies of #ECC4DF
Complementary color
Monochromatic Colors of #ECC4DF
Black with #ECC4DF
Text Example
Text Example
White with #ECC4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC4DF; }
p { color: rgb(236,196,223); }
H1.HeaderClassName
{
color: #ECC4DF;
}
.AnyTagClassName
{
color: #ECC4DF;
}
</style>
background-color css
<style>
a { background-color: #ECC4DF; }
a { background-color: rgb(236,196,223); }
div.DivClassName
{
background-color: #ECC4DF;
}
.BgClassName
{
background-color: #ECC4DF;
}
</style>
border-color css
<style>
span { border-color: #ECC4DF; }
span { border-color: rgb(236,196,223); }
td.TdClassName
{
border-color: #ECC4DF;
}
.TagClassName
{
border-color: #ECC4DF;
}
</style>