Shades of Melanie #DAB4C0
Tints of Melanie #DAB4C0
RGB
CMYK
RGB Variations
Color information
#DAB4C0 (or 0xDAB4C0) is known color: Melanie. HEX triplet: DA, B4 and C0. RGB value is (218,180,192). Sum of RGB (Red+Green+Blue) = 218+180+192=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 180 (70.70% from 255 or 30.51% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB4C0 is #254B3F. Grayscale: #C0C0C0. Windows color (decimal): -2444096 or 12629210. OLE color: 12629210.
HSL color Cylindrical-coordinate representation of color #DAB4C0: hue angle of 341.05º degrees, saturation: 0.34, 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 #DAB4C0 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 192 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.15 |
| HSL | 341.05º | 0.34% | 0.78% | - |
| HSV(B) | 341.05º | 0.17% | 0.85% | - |
| XYZ | 54.75 | 51.35 | 56.9 | - |
| YUV | 192.73 | 127.59 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 192 | 0 | 0.17 | 0.12 | 0.15 | 341.05 | 0.34 | 0.78 |
| Hex | DA | B4 | C0 | 0 | 11 | C | F | 155 | 22 | 4E |
| Octal | 332 | 264 | 300 | 0 | 21 | 14 | 17 | 525 | 42 | 116 |
| Binary | 11011010 | 10110100 | 11000000 | 0 | 10001 | 1100 | 1111 | 101010101 | 100010 | 1001110 |
Color Harmonies of #DAB4C0
Complementary color
Monochromatic Colors of #DAB4C0
Black with #DAB4C0
Text Example
Text Example
White with #DAB4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB4C0; }
p { color: rgb(218,180,192); }
H1.HeaderClassName
{
color: #DAB4C0;
}
.AnyTagClassName
{
color: #DAB4C0;
}
</style>
background-color css
<style>
a { background-color: #DAB4C0; }
a { background-color: rgb(218,180,192); }
div.DivClassName
{
background-color: #DAB4C0;
}
.BgClassName
{
background-color: #DAB4C0;
}
</style>
border-color css
<style>
span { border-color: #DAB4C0; }
span { border-color: rgb(218,180,192); }
td.TdClassName
{
border-color: #DAB4C0;
}
.TagClassName
{
border-color: #DAB4C0;
}
</style>