Shades of Melanie #DFA9BA
Tints of Melanie #DFA9BA
RGB
CMYK
RGB Variations
Color information
#DFA9BA (or 0xDFA9BA) is known color: Melanie. HEX triplet: DF, A9 and BA. RGB value is (223,169,186). Sum of RGB (Red+Green+Blue) = 223+169+186=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 169 (66.41% from 255 or 29.24% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA9BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA9BA is #205645. Grayscale: #BBBBBB. Windows color (decimal): -2119238 or 12233183. OLE color: 12233183.
HSL color Cylindrical-coordinate representation of color #DFA9BA: hue angle of 341.11º 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 #DFA9BA is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 186 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.13 |
| HSL | 341.11º | 0.46% | 0.77% | - |
| HSV(B) | 341.11º | 0.24% | 0.87% | - |
| XYZ | 53.48 | 47.61 | 52.83 | - |
| YUV | 187.08 | 127.39 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 186 | 0 | 0.24 | 0.17 | 0.13 | 341.11 | 0.46 | 0.77 |
| Hex | DF | A9 | BA | 0 | 18 | 11 | D | 155 | 2E | 4D |
| Octal | 337 | 251 | 272 | 0 | 30 | 21 | 15 | 525 | 56 | 115 |
| Binary | 11011111 | 10101001 | 10111010 | 0 | 11000 | 10001 | 1101 | 101010101 | 101110 | 1001101 |
Color Harmonies of #DFA9BA
Complementary color
Monochromatic Colors of #DFA9BA
Black with #DFA9BA
Text Example
Text Example
White with #DFA9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA9BA; }
p { color: rgb(223,169,186); }
H1.HeaderClassName
{
color: #DFA9BA;
}
.AnyTagClassName
{
color: #DFA9BA;
}
</style>
background-color css
<style>
a { background-color: #DFA9BA; }
a { background-color: rgb(223,169,186); }
div.DivClassName
{
background-color: #DFA9BA;
}
.BgClassName
{
background-color: #DFA9BA;
}
</style>
border-color css
<style>
span { border-color: #DFA9BA; }
span { border-color: rgb(223,169,186); }
td.TdClassName
{
border-color: #DFA9BA;
}
.TagClassName
{
border-color: #DFA9BA;
}
</style>