Shades of Melanie #DAAAB8
Tints of Melanie #DAAAB8
RGB
CMYK
RGB Variations
Color information
#DAAAB8 (or 0xDAAAB8) is known color: Melanie. HEX triplet: DA, AA and B8. RGB value is (218,170,184). Sum of RGB (Red+Green+Blue) = 218+170+184=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 184 (72.27% from 255 or 32.17% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAAB8 is #255547. Grayscale: #B9B9B9. Windows color (decimal): -2446664 or 12102362. OLE color: 12102362.
HSL color Cylindrical-coordinate representation of color #DAAAB8: hue angle of 342.5º degrees, saturation: 0.39, 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 #DAAAB8 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 184 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.15 |
| HSL | 342.5º | 0.39% | 0.76% | - |
| HSV(B) | 342.5º | 0.22% | 0.85% | - |
| XYZ | 51.94 | 47.12 | 51.7 | - |
| YUV | 185.95 | 126.9 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 184 | 0 | 0.22 | 0.16 | 0.15 | 342.5 | 0.39 | 0.76 |
| Hex | DA | AA | B8 | 0 | 16 | 10 | F | 156 | 27 | 4C |
| Octal | 332 | 252 | 270 | 0 | 26 | 20 | 17 | 526 | 47 | 114 |
| Binary | 11011010 | 10101010 | 10111000 | 0 | 10110 | 10000 | 1111 | 101010110 | 100111 | 1001100 |
Color Harmonies of #DAAAB8
Complementary color
Monochromatic Colors of #DAAAB8
Black with #DAAAB8
Text Example
Text Example
White with #DAAAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAAB8; }
p { color: rgb(218,170,184); }
H1.HeaderClassName
{
color: #DAAAB8;
}
.AnyTagClassName
{
color: #DAAAB8;
}
</style>
background-color css
<style>
a { background-color: #DAAAB8; }
a { background-color: rgb(218,170,184); }
div.DivClassName
{
background-color: #DAAAB8;
}
.BgClassName
{
background-color: #DAAAB8;
}
</style>
border-color css
<style>
span { border-color: #DAAAB8; }
span { border-color: rgb(218,170,184); }
td.TdClassName
{
border-color: #DAAAB8;
}
.TagClassName
{
border-color: #DAAAB8;
}
</style>