Shades of Melanie #DAB5BC
Tints of Melanie #DAB5BC
RGB
CMYK
RGB Variations
Color information
#DAB5BC (or 0xDAB5BC) is known color: Melanie. HEX triplet: DA, B5 and BC. RGB value is (218,181,188). Sum of RGB (Red+Green+Blue) = 218+181+188=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 181 (71.09% from 255 or 30.83% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB5BC is #254A43. Grayscale: #C0C0C0. Windows color (decimal): -2443844 or 12367322. OLE color: 12367322.
HSL color Cylindrical-coordinate representation of color #DAB5BC: hue angle of 348.65º 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 #DAB5BC is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 188 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.15 |
| HSL | 348.65º | 0.33% | 0.78% | - |
| HSV(B) | 348.65º | 0.17% | 0.85% | - |
| XYZ | 54.51 | 51.58 | 54.66 | - |
| YUV | 192.86 | 125.26 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 188 | 0 | 0.17 | 0.14 | 0.15 | 348.65 | 0.33 | 0.78 |
| Hex | DA | B5 | BC | 0 | 11 | E | F | 15D | 21 | 4E |
| Octal | 332 | 265 | 274 | 0 | 21 | 16 | 17 | 535 | 41 | 116 |
| Binary | 11011010 | 10110101 | 10111100 | 0 | 10001 | 1110 | 1111 | 101011101 | 100001 | 1001110 |
Color Harmonies of #DAB5BC
Complementary color
Monochromatic Colors of #DAB5BC
Black with #DAB5BC
Text Example
Text Example
White with #DAB5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB5BC; }
p { color: rgb(218,181,188); }
H1.HeaderClassName
{
color: #DAB5BC;
}
.AnyTagClassName
{
color: #DAB5BC;
}
</style>
background-color css
<style>
a { background-color: #DAB5BC; }
a { background-color: rgb(218,181,188); }
div.DivClassName
{
background-color: #DAB5BC;
}
.BgClassName
{
background-color: #DAB5BC;
}
</style>
border-color css
<style>
span { border-color: #DAB5BC; }
span { border-color: rgb(218,181,188); }
td.TdClassName
{
border-color: #DAB5BC;
}
.TagClassName
{
border-color: #DAB5BC;
}
</style>