Shades of Melanie #DFC0C5
Tints of Melanie #DFC0C5
RGB
CMYK
RGB Variations
Color information
#DFC0C5 (or 0xDFC0C5) is known color: Melanie. HEX triplet: DF, C0 and C5. RGB value is (223,192,197). Sum of RGB (Red+Green+Blue) = 223+192+197=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0C5 is #203F3A. Grayscale: #C9C9C9. Windows color (decimal): -2113339 or 12959967. OLE color: 12959967.
HSL color Cylindrical-coordinate representation of color #DFC0C5: hue angle of 350.32º 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 #DFC0C5 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 197 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.13 |
| HSL | 350.32º | 0.33% | 0.81% | - |
| HSV(B) | 350.32º | 0.14% | 0.87% | - |
| XYZ | 59.36 | 57.42 | 60.78 | - |
| YUV | 201.84 | 125.27 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 197 | 0 | 0.14 | 0.12 | 0.13 | 350.32 | 0.33 | 0.81 |
| Hex | DF | C0 | C5 | 0 | E | C | D | 15E | 21 | 51 |
| Octal | 337 | 300 | 305 | 0 | 16 | 14 | 15 | 536 | 41 | 121 |
| Binary | 11011111 | 11000000 | 11000101 | 0 | 1110 | 1100 | 1101 | 101011110 | 100001 | 1010001 |
Color Harmonies of #DFC0C5
Complementary color
Monochromatic Colors of #DFC0C5
Black with #DFC0C5
Text Example
Text Example
White with #DFC0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC0C5; }
p { color: rgb(223,192,197); }
H1.HeaderClassName
{
color: #DFC0C5;
}
.AnyTagClassName
{
color: #DFC0C5;
}
</style>
background-color css
<style>
a { background-color: #DFC0C5; }
a { background-color: rgb(223,192,197); }
div.DivClassName
{
background-color: #DFC0C5;
}
.BgClassName
{
background-color: #DFC0C5;
}
</style>
border-color css
<style>
span { border-color: #DFC0C5; }
span { border-color: rgb(223,192,197); }
td.TdClassName
{
border-color: #DFC0C5;
}
.TagClassName
{
border-color: #DFC0C5;
}
</style>