Shades of Melanie #DFC0C7
Tints of Melanie #DFC0C7
RGB
CMYK
RGB Variations
Color information
#DFC0C7 (or 0xDFC0C7) is known color: Melanie. HEX triplet: DF, C0 and C7. RGB value is (223,192,199). Sum of RGB (Red+Green+Blue) = 223+192+199=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 199 (78.12% from 255 or 32.41% from 614); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0C7 is #203F38. Grayscale: #CACACA. Windows color (decimal): -2113337 or 13091039. OLE color: 13091039.
HSL color Cylindrical-coordinate representation of color #DFC0C7: hue angle of 346.45º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFC0C7 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 199 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.13 |
| HSL | 346.45º | 0.33% | 0.81% | - |
| HSV(B) | 346.45º | 0.14% | 0.87% | - |
| XYZ | 59.59 | 57.51 | 61.99 | - |
| YUV | 202.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 199 | 0 | 0.14 | 0.11 | 0.13 | 346.45 | 0.33 | 0.81 |
| Hex | DF | C0 | C7 | 0 | E | B | D | 15A | 21 | 51 |
| Octal | 337 | 300 | 307 | 0 | 16 | 13 | 15 | 532 | 41 | 121 |
| Binary | 11011111 | 11000000 | 11000111 | 0 | 1110 | 1011 | 1101 | 101011010 | 100001 | 1010001 |
Color Harmonies of #DFC0C7
Complementary color
Monochromatic Colors of #DFC0C7
Black with #DFC0C7
Text Example
Text Example
White with #DFC0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC0C7; }
p { color: rgb(223,192,199); }
H1.HeaderClassName
{
color: #DFC0C7;
}
.AnyTagClassName
{
color: #DFC0C7;
}
</style>
background-color css
<style>
a { background-color: #DFC0C7; }
a { background-color: rgb(223,192,199); }
div.DivClassName
{
background-color: #DFC0C7;
}
.BgClassName
{
background-color: #DFC0C7;
}
</style>
border-color css
<style>
span { border-color: #DFC0C7; }
span { border-color: rgb(223,192,199); }
td.TdClassName
{
border-color: #DFC0C7;
}
.TagClassName
{
border-color: #DFC0C7;
}
</style>