Shades of Melanie #DABABF
Tints of Melanie #DABABF
RGB
CMYK
RGB Variations
Color information
#DABABF (or 0xDABABF) is known color: Melanie. HEX triplet: DA, BA and BF. RGB value is (218,186,191). Sum of RGB (Red+Green+Blue) = 218+186+191=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 218 - color contains mainly: red. Hex color #DABABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABABF is #254540. Grayscale: #C4C4C4. Windows color (decimal): -2442561 or 12565210. OLE color: 12565210.
HSL color Cylindrical-coordinate representation of color #DABABF: hue angle of 350.62º 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 #DABABF is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 191 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.15 |
| HSL | 350.63º | 0.3% | 0.79% | - |
| HSV(B) | 350.63º | 0.15% | 0.85% | - |
| XYZ | 55.88 | 53.78 | 56.73 | - |
| YUV | 196.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 191 | 0 | 0.15 | 0.12 | 0.15 | 350.63 | 0.3 | 0.79 |
| Hex | DA | BA | BF | 0 | F | C | F | 15F | 1E | 4F |
| Octal | 332 | 272 | 277 | 0 | 17 | 14 | 17 | 537 | 36 | 117 |
| Binary | 11011010 | 10111010 | 10111111 | 0 | 1111 | 1100 | 1111 | 101011111 | 11110 | 1001111 |
Color Harmonies of #DABABF
Complementary color
Monochromatic Colors of #DABABF
Black with #DABABF
Text Example
Text Example
White with #DABABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABABF; }
p { color: rgb(218,186,191); }
H1.HeaderClassName
{
color: #DABABF;
}
.AnyTagClassName
{
color: #DABABF;
}
</style>
background-color css
<style>
a { background-color: #DABABF; }
a { background-color: rgb(218,186,191); }
div.DivClassName
{
background-color: #DABABF;
}
.BgClassName
{
background-color: #DABABF;
}
</style>
border-color css
<style>
span { border-color: #DABABF; }
span { border-color: rgb(218,186,191); }
td.TdClassName
{
border-color: #DABABF;
}
.TagClassName
{
border-color: #DABABF;
}
</style>