Shades of Melanie #DAA7B8
Tints of Melanie #DAA7B8
RGB
CMYK
RGB Variations
Color information
#DAA7B8 (or 0xDAA7B8) is known color: Melanie. HEX triplet: DA, A7 and B8. RGB value is (218,167,184). Sum of RGB (Red+Green+Blue) = 218+167+184=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 167 (65.62% from 255 or 29.35% from 569); Blue value is 184 (72.27% from 255 or 32.34% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA7B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA7B8 is #255847. Grayscale: #B8B8B8. Windows color (decimal): -2447432 or 12101594. OLE color: 12101594.
HSL color Cylindrical-coordinate representation of color #DAA7B8: hue angle of 340º 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 #DAA7B8 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 184 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.15 |
| HSL | 340º | 0.41% | 0.75% | - |
| HSV(B) | 340º | 0.23% | 0.85% | - |
| XYZ | 51.38 | 46 | 51.52 | - |
| YUV | 184.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 184 | 0 | 0.23 | 0.16 | 0.15 | 340 | 0.41 | 0.75 |
| Hex | DA | A7 | B8 | 0 | 17 | 10 | F | 154 | 29 | 4B |
| Octal | 332 | 247 | 270 | 0 | 27 | 20 | 17 | 524 | 51 | 113 |
| Binary | 11011010 | 10100111 | 10111000 | 0 | 10111 | 10000 | 1111 | 101010100 | 101001 | 1001011 |
Color Harmonies of #DAA7B8
Complementary color
Monochromatic Colors of #DAA7B8
Black with #DAA7B8
Text Example
Text Example
White with #DAA7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA7B8; }
p { color: rgb(218,167,184); }
H1.HeaderClassName
{
color: #DAA7B8;
}
.AnyTagClassName
{
color: #DAA7B8;
}
</style>
background-color css
<style>
a { background-color: #DAA7B8; }
a { background-color: rgb(218,167,184); }
div.DivClassName
{
background-color: #DAA7B8;
}
.BgClassName
{
background-color: #DAA7B8;
}
</style>
border-color css
<style>
span { border-color: #DAA7B8; }
span { border-color: rgb(218,167,184); }
td.TdClassName
{
border-color: #DAA7B8;
}
.TagClassName
{
border-color: #DAA7B8;
}
</style>