Shades of Melanie #DABBC0
Tints of Melanie #DABBC0
RGB
CMYK
RGB Variations
Color information
#DABBC0 (or 0xDABBC0) is known color: Melanie. HEX triplet: DA, BB and C0. RGB value is (218,187,192). Sum of RGB (Red+Green+Blue) = 218+187+192=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 192 (75.39% from 255 or 32.16% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBC0 is #25443F. Grayscale: #C4C4C4. Windows color (decimal): -2442304 or 12631002. OLE color: 12631002.
HSL color Cylindrical-coordinate representation of color #DABBC0: hue angle of 350.32º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DABBC0 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 192 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.15 |
| HSL | 350.32º | 0.3% | 0.79% | - |
| HSV(B) | 350.32º | 0.14% | 0.85% | - |
| XYZ | 56.2 | 54.25 | 57.38 | - |
| YUV | 196.84 | 125.27 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 192 | 0 | 0.14 | 0.12 | 0.15 | 350.32 | 0.3 | 0.79 |
| Hex | DA | BB | C0 | 0 | E | C | F | 15E | 1E | 4F |
| Octal | 332 | 273 | 300 | 0 | 16 | 14 | 17 | 536 | 36 | 117 |
| Binary | 11011010 | 10111011 | 11000000 | 0 | 1110 | 1100 | 1111 | 101011110 | 11110 | 1001111 |
Color Harmonies of #DABBC0
Complementary color
Monochromatic Colors of #DABBC0
Black with #DABBC0
Text Example
Text Example
White with #DABBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBC0; }
p { color: rgb(218,187,192); }
H1.HeaderClassName
{
color: #DABBC0;
}
.AnyTagClassName
{
color: #DABBC0;
}
</style>
background-color css
<style>
a { background-color: #DABBC0; }
a { background-color: rgb(218,187,192); }
div.DivClassName
{
background-color: #DABBC0;
}
.BgClassName
{
background-color: #DABBC0;
}
</style>
border-color css
<style>
span { border-color: #DABBC0; }
span { border-color: rgb(218,187,192); }
td.TdClassName
{
border-color: #DABBC0;
}
.TagClassName
{
border-color: #DABBC0;
}
</style>