Shades of Melanie #DAA9BA
Tints of Melanie #DAA9BA
RGB
CMYK
RGB Variations
Color information
#DAA9BA (or 0xDAA9BA) is known color: Melanie. HEX triplet: DA, A9 and BA. RGB value is (218,169,186). Sum of RGB (Red+Green+Blue) = 218+169+186=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 169 (66.41% from 255 or 29.49% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA9BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA9BA is #255645. Grayscale: #B9B9B9. Windows color (decimal): -2446918 or 12233178. OLE color: 12233178.
HSL color Cylindrical-coordinate representation of color #DAA9BA: hue angle of 339.18º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAA9BA is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 186 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.15 |
| HSL | 339.18º | 0.4% | 0.76% | - |
| HSV(B) | 339.18º | 0.22% | 0.85% | - |
| XYZ | 51.96 | 46.83 | 52.75 | - |
| YUV | 185.59 | 128.23 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 186 | 0 | 0.22 | 0.15 | 0.15 | 339.18 | 0.4 | 0.76 |
| Hex | DA | A9 | BA | 0 | 16 | F | F | 153 | 28 | 4C |
| Octal | 332 | 251 | 272 | 0 | 26 | 17 | 17 | 523 | 50 | 114 |
| Binary | 11011010 | 10101001 | 10111010 | 0 | 10110 | 1111 | 1111 | 101010011 | 101000 | 1001100 |
Color Harmonies of #DAA9BA
Complementary color
Monochromatic Colors of #DAA9BA
Black with #DAA9BA
Text Example
Text Example
White with #DAA9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA9BA; }
p { color: rgb(218,169,186); }
H1.HeaderClassName
{
color: #DAA9BA;
}
.AnyTagClassName
{
color: #DAA9BA;
}
</style>
background-color css
<style>
a { background-color: #DAA9BA; }
a { background-color: rgb(218,169,186); }
div.DivClassName
{
background-color: #DAA9BA;
}
.BgClassName
{
background-color: #DAA9BA;
}
</style>
border-color css
<style>
span { border-color: #DAA9BA; }
span { border-color: rgb(218,169,186); }
td.TdClassName
{
border-color: #DAA9BA;
}
.TagClassName
{
border-color: #DAA9BA;
}
</style>