Shades of Melanie #DAB0BF
Tints of Melanie #DAB0BF
RGB
CMYK
RGB Variations
Color information
#DAB0BF (or 0xDAB0BF) is known color: Melanie. HEX triplet: DA, B0 and BF. RGB value is (218,176,191). Sum of RGB (Red+Green+Blue) = 218+176+191=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0BF is #254F40. Grayscale: #BEBEBE. Windows color (decimal): -2445121 or 12562650. OLE color: 12562650.
HSL color Cylindrical-coordinate representation of color #DAB0BF: hue angle of 338.57º 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 #DAB0BF is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 191 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.15 |
| HSL | 338.57º | 0.36% | 0.77% | - |
| HSV(B) | 338.57º | 0.19% | 0.85% | - |
| XYZ | 53.84 | 49.72 | 56.05 | - |
| YUV | 190.27 | 128.41 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 191 | 0 | 0.19 | 0.12 | 0.15 | 338.57 | 0.36 | 0.77 |
| Hex | DA | B0 | BF | 0 | 13 | C | F | 153 | 24 | 4D |
| Octal | 332 | 260 | 277 | 0 | 23 | 14 | 17 | 523 | 44 | 115 |
| Binary | 11011010 | 10110000 | 10111111 | 0 | 10011 | 1100 | 1111 | 101010011 | 100100 | 1001101 |
Color Harmonies of #DAB0BF
Complementary color
Monochromatic Colors of #DAB0BF
Black with #DAB0BF
Text Example
Text Example
White with #DAB0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB0BF; }
p { color: rgb(218,176,191); }
H1.HeaderClassName
{
color: #DAB0BF;
}
.AnyTagClassName
{
color: #DAB0BF;
}
</style>
background-color css
<style>
a { background-color: #DAB0BF; }
a { background-color: rgb(218,176,191); }
div.DivClassName
{
background-color: #DAB0BF;
}
.BgClassName
{
background-color: #DAB0BF;
}
</style>
border-color css
<style>
span { border-color: #DAB0BF; }
span { border-color: rgb(218,176,191); }
td.TdClassName
{
border-color: #DAB0BF;
}
.TagClassName
{
border-color: #DAB0BF;
}
</style>