Shades of Classic Rose #ECC3DF
Tints of Classic Rose #ECC3DF
RGB
CMYK
RGB Variations
Color information
#ECC3DF (or 0xECC3DF) is known color: Classic Rose. HEX triplet: EC, C3 and DF. RGB value is (236,195,223). Sum of RGB (Red+Green+Blue) = 236+195+223=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 195 (76.56% from 255 or 29.82% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC3DF is #133C20. Grayscale: #D2D2D2. Windows color (decimal): -1260577 or 14664684. OLE color: 14664684.
HSL color Cylindrical-coordinate representation of color #ECC3DF: hue angle of 319.02º degrees, saturation: 0.52, 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 #ECC3DF is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 223 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.07 |
| HSL | 319.02º | 0.52% | 0.85% | - |
| HSV(B) | 319.02º | 0.17% | 0.93% | - |
| XYZ | 67.43 | 62.19 | 78.26 | - |
| YUV | 210.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 223 | 0 | 0.17 | 0.06 | 0.07 | 319.02 | 0.52 | 0.85 |
| Hex | EC | C3 | DF | 0 | 11 | 6 | 7 | 13F | 34 | 55 |
| Octal | 354 | 303 | 337 | 0 | 21 | 6 | 7 | 477 | 64 | 125 |
| Binary | 11101100 | 11000011 | 11011111 | 0 | 10001 | 110 | 111 | 100111111 | 110100 | 1010101 |
Color Harmonies of #ECC3DF
Complementary color
Monochromatic Colors of #ECC3DF
Black with #ECC3DF
Text Example
Text Example
White with #ECC3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC3DF; }
p { color: rgb(236,195,223); }
H1.HeaderClassName
{
color: #ECC3DF;
}
.AnyTagClassName
{
color: #ECC3DF;
}
</style>
background-color css
<style>
a { background-color: #ECC3DF; }
a { background-color: rgb(236,195,223); }
div.DivClassName
{
background-color: #ECC3DF;
}
.BgClassName
{
background-color: #ECC3DF;
}
</style>
border-color css
<style>
span { border-color: #ECC3DF; }
span { border-color: rgb(236,195,223); }
td.TdClassName
{
border-color: #ECC3DF;
}
.TagClassName
{
border-color: #ECC3DF;
}
</style>