Shades of Melanie #DAB5BE
Tints of Melanie #DAB5BE
RGB
CMYK
RGB Variations
Color information
#DAB5BE (or 0xDAB5BE) is known color: Melanie. HEX triplet: DA, B5 and BE. RGB value is (218,181,190). Sum of RGB (Red+Green+Blue) = 218+181+190=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB5BE is #254A41. Grayscale: #C1C1C1. Windows color (decimal): -2443842 or 12498394. OLE color: 12498394.
HSL color Cylindrical-coordinate representation of color #DAB5BE: hue angle of 345.41º 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 #DAB5BE is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 190 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.15 |
| HSL | 345.41º | 0.33% | 0.78% | - |
| HSV(B) | 345.41º | 0.17% | 0.85% | - |
| XYZ | 54.73 | 51.67 | 55.8 | - |
| YUV | 193.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 190 | 0 | 0.17 | 0.13 | 0.15 | 345.41 | 0.33 | 0.78 |
| Hex | DA | B5 | BE | 0 | 11 | D | F | 159 | 21 | 4E |
| Octal | 332 | 265 | 276 | 0 | 21 | 15 | 17 | 531 | 41 | 116 |
| Binary | 11011010 | 10110101 | 10111110 | 0 | 10001 | 1101 | 1111 | 101011001 | 100001 | 1001110 |
Color Harmonies of #DAB5BE
Complementary color
Monochromatic Colors of #DAB5BE
Black with #DAB5BE
Text Example
Text Example
White with #DAB5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB5BE; }
p { color: rgb(218,181,190); }
H1.HeaderClassName
{
color: #DAB5BE;
}
.AnyTagClassName
{
color: #DAB5BE;
}
</style>
background-color css
<style>
a { background-color: #DAB5BE; }
a { background-color: rgb(218,181,190); }
div.DivClassName
{
background-color: #DAB5BE;
}
.BgClassName
{
background-color: #DAB5BE;
}
</style>
border-color css
<style>
span { border-color: #DAB5BE; }
span { border-color: rgb(218,181,190); }
td.TdClassName
{
border-color: #DAB5BE;
}
.TagClassName
{
border-color: #DAB5BE;
}
</style>