Shades of Melanie #DFBAC6
Tints of Melanie #DFBAC6
RGB
CMYK
RGB Variations
Color information
#DFBAC6 (or 0xDFBAC6) is known color: Melanie. HEX triplet: DF, BA and C6. RGB value is (223,186,198). Sum of RGB (Red+Green+Blue) = 223+186+198=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 198 (77.73% from 255 or 32.62% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBAC6 is #204539. Grayscale: #C6C6C6. Windows color (decimal): -2114874 or 13023967. OLE color: 13023967.
HSL color Cylindrical-coordinate representation of color #DFBAC6: hue angle of 340.54º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFBAC6 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 198 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.13 |
| HSL | 340.54º | 0.37% | 0.8% | - |
| HSV(B) | 340.54º | 0.17% | 0.87% | - |
| XYZ | 58.18 | 54.88 | 60.95 | - |
| YUV | 198.43 | 127.76 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 198 | 0 | 0.17 | 0.11 | 0.13 | 340.54 | 0.37 | 0.8 |
| Hex | DF | BA | C6 | 0 | 11 | B | D | 155 | 25 | 50 |
| Octal | 337 | 272 | 306 | 0 | 21 | 13 | 15 | 525 | 45 | 120 |
| Binary | 11011111 | 10111010 | 11000110 | 0 | 10001 | 1011 | 1101 | 101010101 | 100101 | 1010000 |
Color Harmonies of #DFBAC6
Complementary color
Monochromatic Colors of #DFBAC6
Black with #DFBAC6
Text Example
Text Example
White with #DFBAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBAC6; }
p { color: rgb(223,186,198); }
H1.HeaderClassName
{
color: #DFBAC6;
}
.AnyTagClassName
{
color: #DFBAC6;
}
</style>
background-color css
<style>
a { background-color: #DFBAC6; }
a { background-color: rgb(223,186,198); }
div.DivClassName
{
background-color: #DFBAC6;
}
.BgClassName
{
background-color: #DFBAC6;
}
</style>
border-color css
<style>
span { border-color: #DFBAC6; }
span { border-color: rgb(223,186,198); }
td.TdClassName
{
border-color: #DFBAC6;
}
.TagClassName
{
border-color: #DFBAC6;
}
</style>