Shades of Melanie #DAB3C0
Tints of Melanie #DAB3C0
RGB
CMYK
RGB Variations
Color information
#DAB3C0 (or 0xDAB3C0) is known color: Melanie. HEX triplet: DA, B3 and C0. RGB value is (218,179,192). Sum of RGB (Red+Green+Blue) = 218+179+192=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 179 (70.31% from 255 or 30.39% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB3C0 is #254C3F. Grayscale: #C0C0C0. Windows color (decimal): -2444352 or 12628954. OLE color: 12628954.
HSL color Cylindrical-coordinate representation of color #DAB3C0: hue angle of 340º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAB3C0 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 192 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.15 |
| HSL | 340º | 0.35% | 0.78% | - |
| HSV(B) | 340º | 0.18% | 0.85% | - |
| XYZ | 54.55 | 50.95 | 56.83 | - |
| YUV | 192.14 | 127.92 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 192 | 0 | 0.18 | 0.12 | 0.15 | 340 | 0.35 | 0.78 |
| Hex | DA | B3 | C0 | 0 | 12 | C | F | 154 | 23 | 4E |
| Octal | 332 | 263 | 300 | 0 | 22 | 14 | 17 | 524 | 43 | 116 |
| Binary | 11011010 | 10110011 | 11000000 | 0 | 10010 | 1100 | 1111 | 101010100 | 100011 | 1001110 |
Color Harmonies of #DAB3C0
Complementary color
Monochromatic Colors of #DAB3C0
Black with #DAB3C0
Text Example
Text Example
White with #DAB3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB3C0; }
p { color: rgb(218,179,192); }
H1.HeaderClassName
{
color: #DAB3C0;
}
.AnyTagClassName
{
color: #DAB3C0;
}
</style>
background-color css
<style>
a { background-color: #DAB3C0; }
a { background-color: rgb(218,179,192); }
div.DivClassName
{
background-color: #DAB3C0;
}
.BgClassName
{
background-color: #DAB3C0;
}
</style>
border-color css
<style>
span { border-color: #DAB3C0; }
span { border-color: rgb(218,179,192); }
td.TdClassName
{
border-color: #DAB3C0;
}
.TagClassName
{
border-color: #DAB3C0;
}
</style>