Shades of Melanie #DAB1C0
Tints of Melanie #DAB1C0
RGB
CMYK
RGB Variations
Color information
#DAB1C0 (or 0xDAB1C0) is known color: Melanie. HEX triplet: DA, B1 and C0. RGB value is (218,177,192). Sum of RGB (Red+Green+Blue) = 218+177+192=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1C0 is #254E3F. Grayscale: #BEBEBE. Windows color (decimal): -2444864 or 12628442. OLE color: 12628442.
HSL color Cylindrical-coordinate representation of color #DAB1C0: hue angle of 338.05º 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 #DAB1C0 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 192 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.15 |
| HSL | 338.05º | 0.36% | 0.77% | - |
| HSV(B) | 338.05º | 0.19% | 0.85% | - |
| XYZ | 54.15 | 50.16 | 56.7 | - |
| YUV | 190.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 192 | 0 | 0.19 | 0.12 | 0.15 | 338.05 | 0.36 | 0.77 |
| Hex | DA | B1 | C0 | 0 | 13 | C | F | 152 | 24 | 4D |
| Octal | 332 | 261 | 300 | 0 | 23 | 14 | 17 | 522 | 44 | 115 |
| Binary | 11011010 | 10110001 | 11000000 | 0 | 10011 | 1100 | 1111 | 101010010 | 100100 | 1001101 |
Color Harmonies of #DAB1C0
Complementary color
Monochromatic Colors of #DAB1C0
Black with #DAB1C0
Text Example
Text Example
White with #DAB1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB1C0; }
p { color: rgb(218,177,192); }
H1.HeaderClassName
{
color: #DAB1C0;
}
.AnyTagClassName
{
color: #DAB1C0;
}
</style>
background-color css
<style>
a { background-color: #DAB1C0; }
a { background-color: rgb(218,177,192); }
div.DivClassName
{
background-color: #DAB1C0;
}
.BgClassName
{
background-color: #DAB1C0;
}
</style>
border-color css
<style>
span { border-color: #DAB1C0; }
span { border-color: rgb(218,177,192); }
td.TdClassName
{
border-color: #DAB1C0;
}
.TagClassName
{
border-color: #DAB1C0;
}
</style>