Shades of Melanie #DAC3C7
Tints of Melanie #DAC3C7
RGB
CMYK
RGB Variations
Color information
#DAC3C7 (or 0xDAC3C7) is known color: Melanie. HEX triplet: DA, C3 and C7. RGB value is (218,195,199). Sum of RGB (Red+Green+Blue) = 218+195+199=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 195 (76.56% from 255 or 31.86% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC3C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3C7 is #253C38. Grayscale: #CACACA. Windows color (decimal): -2440249 or 13091802. OLE color: 13091802.
HSL color Cylindrical-coordinate representation of color #DAC3C7: hue angle of 349.57º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAC3C7 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 199 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.15 |
| HSL | 349.57º | 0.24% | 0.81% | - |
| HSV(B) | 349.57º | 0.11% | 0.85% | - |
| XYZ | 58.74 | 58.06 | 62.14 | - |
| YUV | 202.33 | 126.12 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 199 | 0 | 0.11 | 0.09 | 0.15 | 349.57 | 0.24 | 0.81 |
| Hex | DA | C3 | C7 | 0 | B | 9 | F | 15E | 18 | 51 |
| Octal | 332 | 303 | 307 | 0 | 13 | 11 | 17 | 536 | 30 | 121 |
| Binary | 11011010 | 11000011 | 11000111 | 0 | 1011 | 1001 | 1111 | 101011110 | 11000 | 1010001 |
Color Harmonies of #DAC3C7
Complementary color
Monochromatic Colors of #DAC3C7
Black with #DAC3C7
Text Example
Text Example
White with #DAC3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC3C7; }
p { color: rgb(218,195,199); }
H1.HeaderClassName
{
color: #DAC3C7;
}
.AnyTagClassName
{
color: #DAC3C7;
}
</style>
background-color css
<style>
a { background-color: #DAC3C7; }
a { background-color: rgb(218,195,199); }
div.DivClassName
{
background-color: #DAC3C7;
}
.BgClassName
{
background-color: #DAC3C7;
}
</style>
border-color css
<style>
span { border-color: #DAC3C7; }
span { border-color: rgb(218,195,199); }
td.TdClassName
{
border-color: #DAC3C7;
}
.TagClassName
{
border-color: #DAC3C7;
}
</style>