Shades of Melanie #DAC0C3
Tints of Melanie #DAC0C3
RGB
CMYK
RGB Variations
Color information
#DAC0C3 (or 0xDAC0C3) is known color: Melanie. HEX triplet: DA, C0 and C3. RGB value is (218,192,195). Sum of RGB (Red+Green+Blue) = 218+192+195=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 195 (76.56% from 255 or 32.23% from 605); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC0C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0C3 is #253F3C. Grayscale: #C8C8C8. Windows color (decimal): -2441021 or 12828890. OLE color: 12828890.
HSL color Cylindrical-coordinate representation of color #DAC0C3: hue angle of 353.08º 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 #DAC0C3 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 195 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.15 |
| HSL | 353.08º | 0.26% | 0.8% | - |
| HSV(B) | 353.08º | 0.12% | 0.85% | - |
| XYZ | 57.61 | 56.54 | 59.51 | - |
| YUV | 200.12 | 125.11 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 195 | 0 | 0.12 | 0.11 | 0.15 | 353.08 | 0.26 | 0.8 |
| Hex | DA | C0 | C3 | 0 | C | B | F | 161 | 1A | 50 |
| Octal | 332 | 300 | 303 | 0 | 14 | 13 | 17 | 541 | 32 | 120 |
| Binary | 11011010 | 11000000 | 11000011 | 0 | 1100 | 1011 | 1111 | 101100001 | 11010 | 1010000 |
Color Harmonies of #DAC0C3
Complementary color
Monochromatic Colors of #DAC0C3
Black with #DAC0C3
Text Example
Text Example
White with #DAC0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC0C3; }
p { color: rgb(218,192,195); }
H1.HeaderClassName
{
color: #DAC0C3;
}
.AnyTagClassName
{
color: #DAC0C3;
}
</style>
background-color css
<style>
a { background-color: #DAC0C3; }
a { background-color: rgb(218,192,195); }
div.DivClassName
{
background-color: #DAC0C3;
}
.BgClassName
{
background-color: #DAC0C3;
}
</style>
border-color css
<style>
span { border-color: #DAC0C3; }
span { border-color: rgb(218,192,195); }
td.TdClassName
{
border-color: #DAC0C3;
}
.TagClassName
{
border-color: #DAC0C3;
}
</style>