Shades of Melanie #DFC4C6
Tints of Melanie #DFC4C6
RGB
CMYK
RGB Variations
Color information
#DFC4C6 (or 0xDFC4C6) is known color: Melanie. HEX triplet: DF, C4 and C6. RGB value is (223,196,198). Sum of RGB (Red+Green+Blue) = 223+196+198=617 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.14% from 617); Green value is 196 (76.95% from 255 or 31.77% from 617); Blue value is 198 (77.73% from 255 or 32.09% from 617); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC4C6 is #203B39. Grayscale: #CCCCCC. Windows color (decimal): -2112314 or 13026527. OLE color: 13026527.
HSL color Cylindrical-coordinate representation of color #DFC4C6: hue angle of 355.56º 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 #DFC4C6 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 198 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.13 |
| HSL | 355.56º | 0.3% | 0.82% | - |
| HSV(B) | 355.56º | 0.12% | 0.87% | - |
| XYZ | 60.36 | 59.25 | 61.68 | - |
| YUV | 204.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 198 | 0 | 0.12 | 0.11 | 0.13 | 355.56 | 0.3 | 0.82 |
| Hex | DF | C4 | C6 | 0 | C | B | D | 164 | 1E | 52 |
| Octal | 337 | 304 | 306 | 0 | 14 | 13 | 15 | 544 | 36 | 122 |
| Binary | 11011111 | 11000100 | 11000110 | 0 | 1100 | 1011 | 1101 | 101100100 | 11110 | 1010010 |
Color Harmonies of #DFC4C6
Complementary color
Monochromatic Colors of #DFC4C6
Black with #DFC4C6
Text Example
Text Example
White with #DFC4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC4C6; }
p { color: rgb(223,196,198); }
H1.HeaderClassName
{
color: #DFC4C6;
}
.AnyTagClassName
{
color: #DFC4C6;
}
</style>
background-color css
<style>
a { background-color: #DFC4C6; }
a { background-color: rgb(223,196,198); }
div.DivClassName
{
background-color: #DFC4C6;
}
.BgClassName
{
background-color: #DFC4C6;
}
</style>
border-color css
<style>
span { border-color: #DFC4C6; }
span { border-color: rgb(223,196,198); }
td.TdClassName
{
border-color: #DFC4C6;
}
.TagClassName
{
border-color: #DFC4C6;
}
</style>