Shades of Melanie #DFA9BF
Tints of Melanie #DFA9BF
RGB
CMYK
RGB Variations
Color information
#DFA9BF (or 0xDFA9BF) is known color: Melanie. HEX triplet: DF, A9 and BF. RGB value is (223,169,191). Sum of RGB (Red+Green+Blue) = 223+169+191=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA9BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA9BF is #205640. Grayscale: #BBBBBB. Windows color (decimal): -2119233 or 12560863. OLE color: 12560863.
HSL color Cylindrical-coordinate representation of color #DFA9BF: hue angle of 335.56º 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 #DFA9BF is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 191 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.13 |
| HSL | 335.56º | 0.46% | 0.77% | - |
| HSV(B) | 335.56º | 0.24% | 0.87% | - |
| XYZ | 54.02 | 47.83 | 55.67 | - |
| YUV | 187.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 191 | 0 | 0.24 | 0.14 | 0.13 | 335.56 | 0.46 | 0.77 |
| Hex | DF | A9 | BF | 0 | 18 | E | D | 150 | 2E | 4D |
| Octal | 337 | 251 | 277 | 0 | 30 | 16 | 15 | 520 | 56 | 115 |
| Binary | 11011111 | 10101001 | 10111111 | 0 | 11000 | 1110 | 1101 | 101010000 | 101110 | 1001101 |
Color Harmonies of #DFA9BF
Complementary color
Monochromatic Colors of #DFA9BF
Black with #DFA9BF
Text Example
Text Example
White with #DFA9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA9BF; }
p { color: rgb(223,169,191); }
H1.HeaderClassName
{
color: #DFA9BF;
}
.AnyTagClassName
{
color: #DFA9BF;
}
</style>
background-color css
<style>
a { background-color: #DFA9BF; }
a { background-color: rgb(223,169,191); }
div.DivClassName
{
background-color: #DFA9BF;
}
.BgClassName
{
background-color: #DFA9BF;
}
</style>
border-color css
<style>
span { border-color: #DFA9BF; }
span { border-color: rgb(223,169,191); }
td.TdClassName
{
border-color: #DFA9BF;
}
.TagClassName
{
border-color: #DFA9BF;
}
</style>