Shades of Melanie #DAA8BB
Tints of Melanie #DAA8BB
RGB
CMYK
RGB Variations
Color information
#DAA8BB (or 0xDAA8BB) is known color: Melanie. HEX triplet: DA, A8 and BB. RGB value is (218,168,187). Sum of RGB (Red+Green+Blue) = 218+168+187=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA8BB is #255744. Grayscale: #B9B9B9. Windows color (decimal): -2447173 or 12298458. OLE color: 12298458.
HSL color Cylindrical-coordinate representation of color #DAA8BB: hue angle of 337.2º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAA8BB is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 187 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.15 |
| HSL | 337.2º | 0.4% | 0.76% | - |
| HSV(B) | 337.2º | 0.23% | 0.85% | - |
| XYZ | 51.89 | 46.5 | 53.25 | - |
| YUV | 185.12 | 129.07 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 187 | 0 | 0.23 | 0.14 | 0.15 | 337.2 | 0.4 | 0.76 |
| Hex | DA | A8 | BB | 0 | 17 | E | F | 151 | 28 | 4C |
| Octal | 332 | 250 | 273 | 0 | 27 | 16 | 17 | 521 | 50 | 114 |
| Binary | 11011010 | 10101000 | 10111011 | 0 | 10111 | 1110 | 1111 | 101010001 | 101000 | 1001100 |
Color Harmonies of #DAA8BB
Complementary color
Monochromatic Colors of #DAA8BB
Black with #DAA8BB
Text Example
Text Example
White with #DAA8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA8BB; }
p { color: rgb(218,168,187); }
H1.HeaderClassName
{
color: #DAA8BB;
}
.AnyTagClassName
{
color: #DAA8BB;
}
</style>
background-color css
<style>
a { background-color: #DAA8BB; }
a { background-color: rgb(218,168,187); }
div.DivClassName
{
background-color: #DAA8BB;
}
.BgClassName
{
background-color: #DAA8BB;
}
</style>
border-color css
<style>
span { border-color: #DAA8BB; }
span { border-color: rgb(218,168,187); }
td.TdClassName
{
border-color: #DAA8BB;
}
.TagClassName
{
border-color: #DAA8BB;
}
</style>