Shades of Melanie #DFA9B9
Tints of Melanie #DFA9B9
RGB
CMYK
RGB Variations
Color information
#DFA9B9 (or 0xDFA9B9) is known color: Melanie. HEX triplet: DF, A9 and B9. RGB value is (223,169,185). Sum of RGB (Red+Green+Blue) = 223+169+185=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 169 (66.41% from 255 or 29.29% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA9B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA9B9 is #205646. Grayscale: #BABABA. Windows color (decimal): -2119239 or 12167647. OLE color: 12167647.
HSL color Cylindrical-coordinate representation of color #DFA9B9: hue angle of 342.22º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFA9B9 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 185 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.13 |
| HSL | 342.22º | 0.46% | 0.77% | - |
| HSV(B) | 342.22º | 0.24% | 0.87% | - |
| XYZ | 53.38 | 47.57 | 52.27 | - |
| YUV | 186.97 | 126.89 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 185 | 0 | 0.24 | 0.17 | 0.13 | 342.22 | 0.46 | 0.77 |
| Hex | DF | A9 | B9 | 0 | 18 | 11 | D | 156 | 2E | 4D |
| Octal | 337 | 251 | 271 | 0 | 30 | 21 | 15 | 526 | 56 | 115 |
| Binary | 11011111 | 10101001 | 10111001 | 0 | 11000 | 10001 | 1101 | 101010110 | 101110 | 1001101 |
Color Harmonies of #DFA9B9
Complementary color
Monochromatic Colors of #DFA9B9
Black with #DFA9B9
Text Example
Text Example
White with #DFA9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA9B9; }
p { color: rgb(223,169,185); }
H1.HeaderClassName
{
color: #DFA9B9;
}
.AnyTagClassName
{
color: #DFA9B9;
}
</style>
background-color css
<style>
a { background-color: #DFA9B9; }
a { background-color: rgb(223,169,185); }
div.DivClassName
{
background-color: #DFA9B9;
}
.BgClassName
{
background-color: #DFA9B9;
}
</style>
border-color css
<style>
span { border-color: #DFA9B9; }
span { border-color: rgb(223,169,185); }
td.TdClassName
{
border-color: #DFA9B9;
}
.TagClassName
{
border-color: #DFA9B9;
}
</style>