Shades of Melanie #DAC6CA
Tints of Melanie #DAC6CA
RGB
CMYK
RGB Variations
Color information
#DAC6CA (or 0xDAC6CA) is known color: Melanie. HEX triplet: DA, C6 and CA. RGB value is (218,198,202). Sum of RGB (Red+Green+Blue) = 218+198+202=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC6CA is #253935. Grayscale: #CCCCCC. Windows color (decimal): -2439478 or 13289178. OLE color: 13289178.
HSL color Cylindrical-coordinate representation of color #DAC6CA: hue angle of 348º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAC6CA is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 202 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.15 |
| HSL | 348º | 0.21% | 0.82% | - |
| HSV(B) | 348º | 0.09% | 0.85% | - |
| XYZ | 59.77 | 59.56 | 64.22 | - |
| YUV | 204.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 202 | 0 | 0.09 | 0.07 | 0.15 | 348 | 0.21 | 0.82 |
| Hex | DA | C6 | CA | 0 | 9 | 7 | F | 15C | 15 | 52 |
| Octal | 332 | 306 | 312 | 0 | 11 | 7 | 17 | 534 | 25 | 122 |
| Binary | 11011010 | 11000110 | 11001010 | 0 | 1001 | 111 | 1111 | 101011100 | 10101 | 1010010 |
Color Harmonies of #DAC6CA
Complementary color
Monochromatic Colors of #DAC6CA
Black with #DAC6CA
Text Example
Text Example
White with #DAC6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC6CA; }
p { color: rgb(218,198,202); }
H1.HeaderClassName
{
color: #DAC6CA;
}
.AnyTagClassName
{
color: #DAC6CA;
}
</style>
background-color css
<style>
a { background-color: #DAC6CA; }
a { background-color: rgb(218,198,202); }
div.DivClassName
{
background-color: #DAC6CA;
}
.BgClassName
{
background-color: #DAC6CA;
}
</style>
border-color css
<style>
span { border-color: #DAC6CA; }
span { border-color: rgb(218,198,202); }
td.TdClassName
{
border-color: #DAC6CA;
}
.TagClassName
{
border-color: #DAC6CA;
}
</style>