Shades of Melanie #DAA7BA
Tints of Melanie #DAA7BA
RGB
CMYK
RGB Variations
Color information
#DAA7BA (or 0xDAA7BA) is known color: Melanie. HEX triplet: DA, A7 and BA. RGB value is (218,167,186). Sum of RGB (Red+Green+Blue) = 218+167+186=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 167 (65.62% from 255 or 29.25% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA7BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA7BA is #255845. Grayscale: #B8B8B8. Windows color (decimal): -2447430 or 12232666. OLE color: 12232666.
HSL color Cylindrical-coordinate representation of color #DAA7BA: hue angle of 337.65º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAA7BA is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 186 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.15 |
| HSL | 337.65º | 0.41% | 0.75% | - |
| HSV(B) | 337.65º | 0.23% | 0.85% | - |
| XYZ | 51.6 | 46.09 | 52.63 | - |
| YUV | 184.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 186 | 0 | 0.23 | 0.15 | 0.15 | 337.65 | 0.41 | 0.75 |
| Hex | DA | A7 | BA | 0 | 17 | F | F | 152 | 29 | 4B |
| Octal | 332 | 247 | 272 | 0 | 27 | 17 | 17 | 522 | 51 | 113 |
| Binary | 11011010 | 10100111 | 10111010 | 0 | 10111 | 1111 | 1111 | 101010010 | 101001 | 1001011 |
Color Harmonies of #DAA7BA
Complementary color
Monochromatic Colors of #DAA7BA
Black with #DAA7BA
Text Example
Text Example
White with #DAA7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA7BA; }
p { color: rgb(218,167,186); }
H1.HeaderClassName
{
color: #DAA7BA;
}
.AnyTagClassName
{
color: #DAA7BA;
}
</style>
background-color css
<style>
a { background-color: #DAA7BA; }
a { background-color: rgb(218,167,186); }
div.DivClassName
{
background-color: #DAA7BA;
}
.BgClassName
{
background-color: #DAA7BA;
}
</style>
border-color css
<style>
span { border-color: #DAA7BA; }
span { border-color: rgb(218,167,186); }
td.TdClassName
{
border-color: #DAA7BA;
}
.TagClassName
{
border-color: #DAA7BA;
}
</style>