Shades of Melanie #DAB1BB
Tints of Melanie #DAB1BB
RGB
CMYK
RGB Variations
Color information
#DAB1BB (or 0xDAB1BB) is known color: Melanie. HEX triplet: DA, B1 and BB. RGB value is (218,177,187). Sum of RGB (Red+Green+Blue) = 218+177+187=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 177 (69.53% from 255 or 30.41% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1BB is #254E44. Grayscale: #BEBEBE. Windows color (decimal): -2444869 or 12300762. OLE color: 12300762.
HSL color Cylindrical-coordinate representation of color #DAB1BB: hue angle of 345.37º 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 #DAB1BB is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 187 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.15 |
| HSL | 345.37º | 0.36% | 0.77% | - |
| HSV(B) | 345.37º | 0.19% | 0.85% | - |
| XYZ | 53.61 | 49.94 | 53.83 | - |
| YUV | 190.4 | 126.08 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 187 | 0 | 0.19 | 0.14 | 0.15 | 345.37 | 0.36 | 0.77 |
| Hex | DA | B1 | BB | 0 | 13 | E | F | 159 | 24 | 4D |
| Octal | 332 | 261 | 273 | 0 | 23 | 16 | 17 | 531 | 44 | 115 |
| Binary | 11011010 | 10110001 | 10111011 | 0 | 10011 | 1110 | 1111 | 101011001 | 100100 | 1001101 |
Color Harmonies of #DAB1BB
Complementary color
Monochromatic Colors of #DAB1BB
Black with #DAB1BB
Text Example
Text Example
White with #DAB1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB1BB; }
p { color: rgb(218,177,187); }
H1.HeaderClassName
{
color: #DAB1BB;
}
.AnyTagClassName
{
color: #DAB1BB;
}
</style>
background-color css
<style>
a { background-color: #DAB1BB; }
a { background-color: rgb(218,177,187); }
div.DivClassName
{
background-color: #DAB1BB;
}
.BgClassName
{
background-color: #DAB1BB;
}
</style>
border-color css
<style>
span { border-color: #DAB1BB; }
span { border-color: rgb(218,177,187); }
td.TdClassName
{
border-color: #DAB1BB;
}
.TagClassName
{
border-color: #DAB1BB;
}
</style>