Shades of Melanie #DAC0C7
Tints of Melanie #DAC0C7
RGB
CMYK
RGB Variations
Color information
#DAC0C7 (or 0xDAC0C7) is known color: Melanie. HEX triplet: DA, C0 and C7. RGB value is (218,192,199). Sum of RGB (Red+Green+Blue) = 218+192+199=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 199 (78.12% from 255 or 32.68% from 609); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0C7 is #253F38. Grayscale: #C8C8C8. Windows color (decimal): -2441017 or 13091034. OLE color: 13091034.
HSL color Cylindrical-coordinate representation of color #DAC0C7: hue angle of 343.85º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAC0C7 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 199 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.15 |
| HSL | 343.85º | 0.26% | 0.8% | - |
| HSV(B) | 343.85º | 0.12% | 0.85% | - |
| XYZ | 58.07 | 56.73 | 61.92 | - |
| YUV | 200.57 | 127.11 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 199 | 0 | 0.12 | 0.09 | 0.15 | 343.85 | 0.26 | 0.8 |
| Hex | DA | C0 | C7 | 0 | C | 9 | F | 158 | 1A | 50 |
| Octal | 332 | 300 | 307 | 0 | 14 | 11 | 17 | 530 | 32 | 120 |
| Binary | 11011010 | 11000000 | 11000111 | 0 | 1100 | 1001 | 1111 | 101011000 | 11010 | 1010000 |
Color Harmonies of #DAC0C7
Complementary color
Monochromatic Colors of #DAC0C7
Black with #DAC0C7
Text Example
Text Example
White with #DAC0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC0C7; }
p { color: rgb(218,192,199); }
H1.HeaderClassName
{
color: #DAC0C7;
}
.AnyTagClassName
{
color: #DAC0C7;
}
</style>
background-color css
<style>
a { background-color: #DAC0C7; }
a { background-color: rgb(218,192,199); }
div.DivClassName
{
background-color: #DAC0C7;
}
.BgClassName
{
background-color: #DAC0C7;
}
</style>
border-color css
<style>
span { border-color: #DAC0C7; }
span { border-color: rgb(218,192,199); }
td.TdClassName
{
border-color: #DAC0C7;
}
.TagClassName
{
border-color: #DAC0C7;
}
</style>