Shades of Melanie #DAB0BD
Tints of Melanie #DAB0BD
RGB
CMYK
RGB Variations
Color information
#DAB0BD (or 0xDAB0BD) is known color: Melanie. HEX triplet: DA, B0 and BD. RGB value is (218,176,189). Sum of RGB (Red+Green+Blue) = 218+176+189=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0BD is #254F42. Grayscale: #BEBEBE. Windows color (decimal): -2445123 or 12431578. OLE color: 12431578.
HSL color Cylindrical-coordinate representation of color #DAB0BD: hue angle of 341.43º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAB0BD is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 189 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.15 |
| HSL | 341.43º | 0.36% | 0.77% | - |
| HSV(B) | 341.43º | 0.19% | 0.85% | - |
| XYZ | 53.62 | 49.63 | 54.9 | - |
| YUV | 190.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 189 | 0 | 0.19 | 0.13 | 0.15 | 341.43 | 0.36 | 0.77 |
| Hex | DA | B0 | BD | 0 | 13 | D | F | 155 | 24 | 4D |
| Octal | 332 | 260 | 275 | 0 | 23 | 15 | 17 | 525 | 44 | 115 |
| Binary | 11011010 | 10110000 | 10111101 | 0 | 10011 | 1101 | 1111 | 101010101 | 100100 | 1001101 |
Color Harmonies of #DAB0BD
Complementary color
Monochromatic Colors of #DAB0BD
Black with #DAB0BD
Text Example
Text Example
White with #DAB0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB0BD; }
p { color: rgb(218,176,189); }
H1.HeaderClassName
{
color: #DAB0BD;
}
.AnyTagClassName
{
color: #DAB0BD;
}
</style>
background-color css
<style>
a { background-color: #DAB0BD; }
a { background-color: rgb(218,176,189); }
div.DivClassName
{
background-color: #DAB0BD;
}
.BgClassName
{
background-color: #DAB0BD;
}
</style>
border-color css
<style>
span { border-color: #DAB0BD; }
span { border-color: rgb(218,176,189); }
td.TdClassName
{
border-color: #DAB0BD;
}
.TagClassName
{
border-color: #DAB0BD;
}
</style>