Shades of Melanie #DFC4C8
Tints of Melanie #DFC4C8
RGB
CMYK
RGB Variations
Color information
#DFC4C8 (or 0xDFC4C8) is known color: Melanie. HEX triplet: DF, C4 and C8. RGB value is (223,196,200). Sum of RGB (Red+Green+Blue) = 223+196+200=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 196 (76.95% from 255 or 31.66% from 619); Blue value is 200 (78.52% from 255 or 32.31% from 619); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC4C8 is #203B37. Grayscale: #CCCCCC. Windows color (decimal): -2112312 or 13157599. OLE color: 13157599.
HSL color Cylindrical-coordinate representation of color #DFC4C8: hue angle of 351.11º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFC4C8 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 200 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.13 |
| HSL | 351.11º | 0.3% | 0.82% | - |
| HSV(B) | 351.11º | 0.12% | 0.87% | - |
| XYZ | 60.6 | 59.34 | 62.9 | - |
| YUV | 204.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 200 | 0 | 0.12 | 0.10 | 0.13 | 351.11 | 0.3 | 0.82 |
| Hex | DF | C4 | C8 | 0 | C | A | D | 15F | 1E | 52 |
| Octal | 337 | 304 | 310 | 0 | 14 | 12 | 15 | 537 | 36 | 122 |
| Binary | 11011111 | 11000100 | 11001000 | 0 | 1100 | 1010 | 1101 | 101011111 | 11110 | 1010010 |
Color Harmonies of #DFC4C8
Complementary color
Monochromatic Colors of #DFC4C8
Black with #DFC4C8
Text Example
Text Example
White with #DFC4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC4C8; }
p { color: rgb(223,196,200); }
H1.HeaderClassName
{
color: #DFC4C8;
}
.AnyTagClassName
{
color: #DFC4C8;
}
</style>
background-color css
<style>
a { background-color: #DFC4C8; }
a { background-color: rgb(223,196,200); }
div.DivClassName
{
background-color: #DFC4C8;
}
.BgClassName
{
background-color: #DFC4C8;
}
</style>
border-color css
<style>
span { border-color: #DFC4C8; }
span { border-color: rgb(223,196,200); }
td.TdClassName
{
border-color: #DFC4C8;
}
.TagClassName
{
border-color: #DFC4C8;
}
</style>