Shades of Melanie #DAB6BD
Tints of Melanie #DAB6BD
RGB
CMYK
RGB Variations
Color information
#DAB6BD (or 0xDAB6BD) is known color: Melanie. HEX triplet: DA, B6 and BD. RGB value is (218,182,189). Sum of RGB (Red+Green+Blue) = 218+182+189=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6BD is #254942. Grayscale: #C1C1C1. Windows color (decimal): -2443587 or 12433114. OLE color: 12433114.
HSL color Cylindrical-coordinate representation of color #DAB6BD: hue angle of 348.33º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAB6BD is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 189 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.15 |
| HSL | 348.33º | 0.33% | 0.78% | - |
| HSV(B) | 348.33º | 0.17% | 0.85% | - |
| XYZ | 54.83 | 52.04 | 55.3 | - |
| YUV | 193.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 189 | 0 | 0.17 | 0.13 | 0.15 | 348.33 | 0.33 | 0.78 |
| Hex | DA | B6 | BD | 0 | 11 | D | F | 15C | 21 | 4E |
| Octal | 332 | 266 | 275 | 0 | 21 | 15 | 17 | 534 | 41 | 116 |
| Binary | 11011010 | 10110110 | 10111101 | 0 | 10001 | 1101 | 1111 | 101011100 | 100001 | 1001110 |
Color Harmonies of #DAB6BD
Complementary color
Monochromatic Colors of #DAB6BD
Black with #DAB6BD
Text Example
Text Example
White with #DAB6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB6BD; }
p { color: rgb(218,182,189); }
H1.HeaderClassName
{
color: #DAB6BD;
}
.AnyTagClassName
{
color: #DAB6BD;
}
</style>
background-color css
<style>
a { background-color: #DAB6BD; }
a { background-color: rgb(218,182,189); }
div.DivClassName
{
background-color: #DAB6BD;
}
.BgClassName
{
background-color: #DAB6BD;
}
</style>
border-color css
<style>
span { border-color: #DAB6BD; }
span { border-color: rgb(218,182,189); }
td.TdClassName
{
border-color: #DAB6BD;
}
.TagClassName
{
border-color: #DAB6BD;
}
</style>