Shades of Melanie #DAC5C8
Tints of Melanie #DAC5C8
RGB
CMYK
RGB Variations
Color information
#DAC5C8 (or 0xDAC5C8) is known color: Melanie. HEX triplet: DA, C5 and C8. RGB value is (218,197,200). Sum of RGB (Red+Green+Blue) = 218+197+200=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 197 (77.34% from 255 or 32.03% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5C8 is #253A37. Grayscale: #CBCBCB. Windows color (decimal): -2439736 or 13157850. OLE color: 13157850.
HSL color Cylindrical-coordinate representation of color #DAC5C8: hue angle of 351.43º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAC5C8 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 200 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.15 |
| HSL | 351.43º | 0.22% | 0.81% | - |
| HSV(B) | 351.43º | 0.1% | 0.85% | - |
| XYZ | 59.31 | 59.01 | 62.91 | - |
| YUV | 203.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 200 | 0 | 0.10 | 0.08 | 0.15 | 351.43 | 0.22 | 0.81 |
| Hex | DA | C5 | C8 | 0 | A | 8 | F | 15F | 16 | 51 |
| Octal | 332 | 305 | 310 | 0 | 12 | 10 | 17 | 537 | 26 | 121 |
| Binary | 11011010 | 11000101 | 11001000 | 0 | 1010 | 1000 | 1111 | 101011111 | 10110 | 1010001 |
Color Harmonies of #DAC5C8
Complementary color
Monochromatic Colors of #DAC5C8
Black with #DAC5C8
Text Example
Text Example
White with #DAC5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5C8; }
p { color: rgb(218,197,200); }
H1.HeaderClassName
{
color: #DAC5C8;
}
.AnyTagClassName
{
color: #DAC5C8;
}
</style>
background-color css
<style>
a { background-color: #DAC5C8; }
a { background-color: rgb(218,197,200); }
div.DivClassName
{
background-color: #DAC5C8;
}
.BgClassName
{
background-color: #DAC5C8;
}
</style>
border-color css
<style>
span { border-color: #DAC5C8; }
span { border-color: rgb(218,197,200); }
td.TdClassName
{
border-color: #DAC5C8;
}
.TagClassName
{
border-color: #DAC5C8;
}
</style>