Shades of Melanie #DABAC0
Tints of Melanie #DABAC0
RGB
CMYK
RGB Variations
Color information
#DABAC0 (or 0xDABAC0) is known color: Melanie. HEX triplet: DA, BA and C0. RGB value is (218,186,192). Sum of RGB (Red+Green+Blue) = 218+186+192=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 192 (75.39% from 255 or 32.21% from 596); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABAC0 is #25453F. Grayscale: #C4C4C4. Windows color (decimal): -2442560 or 12630746. OLE color: 12630746.
HSL color Cylindrical-coordinate representation of color #DABAC0: hue angle of 348.75º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DABAC0 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 192 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.15 |
| HSL | 348.75º | 0.3% | 0.79% | - |
| HSV(B) | 348.75º | 0.15% | 0.85% | - |
| XYZ | 55.99 | 53.83 | 57.31 | - |
| YUV | 196.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 192 | 0 | 0.15 | 0.12 | 0.15 | 348.75 | 0.3 | 0.79 |
| Hex | DA | BA | C0 | 0 | F | C | F | 15D | 1E | 4F |
| Octal | 332 | 272 | 300 | 0 | 17 | 14 | 17 | 535 | 36 | 117 |
| Binary | 11011010 | 10111010 | 11000000 | 0 | 1111 | 1100 | 1111 | 101011101 | 11110 | 1001111 |
Color Harmonies of #DABAC0
Complementary color
Monochromatic Colors of #DABAC0
Black with #DABAC0
Text Example
Text Example
White with #DABAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABAC0; }
p { color: rgb(218,186,192); }
H1.HeaderClassName
{
color: #DABAC0;
}
.AnyTagClassName
{
color: #DABAC0;
}
</style>
background-color css
<style>
a { background-color: #DABAC0; }
a { background-color: rgb(218,186,192); }
div.DivClassName
{
background-color: #DABAC0;
}
.BgClassName
{
background-color: #DABAC0;
}
</style>
border-color css
<style>
span { border-color: #DABAC0; }
span { border-color: rgb(218,186,192); }
td.TdClassName
{
border-color: #DABAC0;
}
.TagClassName
{
border-color: #DABAC0;
}
</style>