Shades of Melanie #DFBAC0
Tints of Melanie #DFBAC0
RGB
CMYK
RGB Variations
Color information
#DFBAC0 (or 0xDFBAC0) is known color: Melanie. HEX triplet: DF, BA and C0. RGB value is (223,186,192). Sum of RGB (Red+Green+Blue) = 223+186+192=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBAC0 is #20453F. Grayscale: #C5C5C5. Windows color (decimal): -2114880 or 12630751. OLE color: 12630751.
HSL color Cylindrical-coordinate representation of color #DFBAC0: hue angle of 350.27º 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 #DFBAC0 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 186 | 192 | - |
CMYK | 0 | 0.17 | 0.14 | 0.13 |
HSL | 350.27º | 0.37% | 0.8% | - |
HSV(B) | 350.27º | 0.17% | 0.87% | - |
XYZ | 57.5 | 54.61 | 57.38 | - |
YUV | 197.75 | 124.76 | 146.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 186 | 192 | 0 | 0.17 | 0.14 | 0.13 | 350.27 | 0.37 | 0.8 |
Hex | DF | BA | C0 | 0 | 11 | E | D | 15E | 25 | 50 |
Octal | 337 | 272 | 300 | 0 | 21 | 16 | 15 | 536 | 45 | 120 |
Binary | 11011111 | 10111010 | 11000000 | 0 | 10001 | 1110 | 1101 | 101011110 | 100101 | 1010000 |
Color Harmonies of #DFBAC0
Complementary color
Monochromatic Colors of #DFBAC0
Black with #DFBAC0
Text Example
Text Example
White with #DFBAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBAC0; }
p { color: rgb(223,186,192); }
H1.HeaderClassName
{
color: #DFBAC0;
}
.AnyTagClassName
{
color: #DFBAC0;
}
</style>
background-color css
<style>
a { background-color: #DFBAC0; }
a { background-color: rgb(223,186,192); }
div.DivClassName
{
background-color: #DFBAC0;
}
.BgClassName
{
background-color: #DFBAC0;
}
</style>
border-color css
<style>
span { border-color: #DFBAC0; }
span { border-color: rgb(223,186,192); }
td.TdClassName
{
border-color: #DFBAC0;
}
.TagClassName
{
border-color: #DFBAC0;
}
</style>