Shades of Melanie #DFACBA
Tints of Melanie #DFACBA
RGB
CMYK
RGB Variations
Color information
#DFACBA (or 0xDFACBA) is known color: Melanie. HEX triplet: DF, AC and BA. RGB value is (223,172,186). Sum of RGB (Red+Green+Blue) = 223+172+186=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACBA is #205345. Grayscale: #BCBCBC. Windows color (decimal): -2118470 or 12233951. OLE color: 12233951.
HSL color Cylindrical-coordinate representation of color #DFACBA: hue angle of 343.53º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFACBA is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 186 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.13 |
| HSL | 343.53º | 0.44% | 0.77% | - |
| HSV(B) | 343.53º | 0.23% | 0.87% | - |
| XYZ | 54.05 | 48.74 | 53.01 | - |
| YUV | 188.85 | 126.4 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 186 | 0 | 0.23 | 0.17 | 0.13 | 343.53 | 0.44 | 0.77 |
| Hex | DF | AC | BA | 0 | 17 | 11 | D | 158 | 2C | 4D |
| Octal | 337 | 254 | 272 | 0 | 27 | 21 | 15 | 530 | 54 | 115 |
| Binary | 11011111 | 10101100 | 10111010 | 0 | 10111 | 10001 | 1101 | 101011000 | 101100 | 1001101 |
Color Harmonies of #DFACBA
Complementary color
Monochromatic Colors of #DFACBA
Black with #DFACBA
Text Example
Text Example
White with #DFACBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACBA; }
p { color: rgb(223,172,186); }
H1.HeaderClassName
{
color: #DFACBA;
}
.AnyTagClassName
{
color: #DFACBA;
}
</style>
background-color css
<style>
a { background-color: #DFACBA; }
a { background-color: rgb(223,172,186); }
div.DivClassName
{
background-color: #DFACBA;
}
.BgClassName
{
background-color: #DFACBA;
}
</style>
border-color css
<style>
span { border-color: #DFACBA; }
span { border-color: rgb(223,172,186); }
td.TdClassName
{
border-color: #DFACBA;
}
.TagClassName
{
border-color: #DFACBA;
}
</style>