Shades of Melanie #DAC2C7
Tints of Melanie #DAC2C7
RGB
CMYK
RGB Variations
Color information
#DAC2C7 (or 0xDAC2C7) is known color: Melanie. HEX triplet: DA, C2 and C7. RGB value is (218,194,199). Sum of RGB (Red+Green+Blue) = 218+194+199=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC2C7 is #253D38. Grayscale: #C9C9C9. Windows color (decimal): -2440505 or 13091546. OLE color: 13091546.
HSL color Cylindrical-coordinate representation of color #DAC2C7: hue angle of 347.5º 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 #DAC2C7 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 199 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.15 |
| HSL | 347.5º | 0.24% | 0.81% | - |
| HSV(B) | 347.5º | 0.11% | 0.85% | - |
| XYZ | 58.51 | 57.61 | 62.07 | - |
| YUV | 201.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 199 | 0 | 0.11 | 0.09 | 0.15 | 347.5 | 0.24 | 0.81 |
| Hex | DA | C2 | C7 | 0 | B | 9 | F | 15C | 18 | 51 |
| Octal | 332 | 302 | 307 | 0 | 13 | 11 | 17 | 534 | 30 | 121 |
| Binary | 11011010 | 11000010 | 11000111 | 0 | 1011 | 1001 | 1111 | 101011100 | 11000 | 1010001 |
Color Harmonies of #DAC2C7
Complementary color
Monochromatic Colors of #DAC2C7
Black with #DAC2C7
Text Example
Text Example
White with #DAC2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC2C7; }
p { color: rgb(218,194,199); }
H1.HeaderClassName
{
color: #DAC2C7;
}
.AnyTagClassName
{
color: #DAC2C7;
}
</style>
background-color css
<style>
a { background-color: #DAC2C7; }
a { background-color: rgb(218,194,199); }
div.DivClassName
{
background-color: #DAC2C7;
}
.BgClassName
{
background-color: #DAC2C7;
}
</style>
border-color css
<style>
span { border-color: #DAC2C7; }
span { border-color: rgb(218,194,199); }
td.TdClassName
{
border-color: #DAC2C7;
}
.TagClassName
{
border-color: #DAC2C7;
}
</style>