Shades of Melanie #DFBAC1
Tints of Melanie #DFBAC1
RGB
CMYK
RGB Variations
Color information
#DFBAC1 (or 0xDFBAC1) is known color: Melanie. HEX triplet: DF, BA and C1. RGB value is (223,186,193). Sum of RGB (Red+Green+Blue) = 223+186+193=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 193 (75.78% from 255 or 32.06% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBAC1 is #20453E. Grayscale: #C5C5C5. Windows color (decimal): -2114879 or 12696287. OLE color: 12696287.
HSL color Cylindrical-coordinate representation of color #DFBAC1: hue angle of 348.65º 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 #DFBAC1 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 193 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.13 |
| HSL | 348.65º | 0.37% | 0.8% | - |
| HSV(B) | 348.65º | 0.17% | 0.87% | - |
| XYZ | 57.62 | 54.66 | 57.97 | - |
| YUV | 197.86 | 125.26 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 193 | 0 | 0.17 | 0.13 | 0.13 | 348.65 | 0.37 | 0.8 |
| Hex | DF | BA | C1 | 0 | 11 | D | D | 15D | 25 | 50 |
| Octal | 337 | 272 | 301 | 0 | 21 | 15 | 15 | 535 | 45 | 120 |
| Binary | 11011111 | 10111010 | 11000001 | 0 | 10001 | 1101 | 1101 | 101011101 | 100101 | 1010000 |
Color Harmonies of #DFBAC1
Complementary color
Monochromatic Colors of #DFBAC1
Black with #DFBAC1
Text Example
Text Example
White with #DFBAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBAC1; }
p { color: rgb(223,186,193); }
H1.HeaderClassName
{
color: #DFBAC1;
}
.AnyTagClassName
{
color: #DFBAC1;
}
</style>
background-color css
<style>
a { background-color: #DFBAC1; }
a { background-color: rgb(223,186,193); }
div.DivClassName
{
background-color: #DFBAC1;
}
.BgClassName
{
background-color: #DFBAC1;
}
</style>
border-color css
<style>
span { border-color: #DFBAC1; }
span { border-color: rgb(223,186,193); }
td.TdClassName
{
border-color: #DFBAC1;
}
.TagClassName
{
border-color: #DFBAC1;
}
</style>