Shades of Melanie #DAC7CA
Tints of Melanie #DAC7CA
RGB
CMYK
RGB Variations
Color information
#DAC7CA (or 0xDAC7CA) is known color: Melanie. HEX triplet: DA, C7 and CA. RGB value is (218,199,202). Sum of RGB (Red+Green+Blue) = 218+199+202=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 199 (78.12% from 255 or 32.15% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC7CA is #253835. Grayscale: #CDCDCD. Windows color (decimal): -2439222 or 13289434. OLE color: 13289434.
HSL color Cylindrical-coordinate representation of color #DAC7CA: hue angle of 350.53º degrees, saturation: 0.2, 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 #DAC7CA is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 199 | 202 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.15 |
| HSL | 350.53º | 0.2% | 0.82% | - |
| HSV(B) | 350.53º | 0.09% | 0.85% | - |
| XYZ | 60 | 60.02 | 64.3 | - |
| YUV | 205.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 202 | 0 | 0.09 | 0.07 | 0.15 | 350.53 | 0.2 | 0.82 |
| Hex | DA | C7 | CA | 0 | 9 | 7 | F | 15F | 14 | 52 |
| Octal | 332 | 307 | 312 | 0 | 11 | 7 | 17 | 537 | 24 | 122 |
| Binary | 11011010 | 11000111 | 11001010 | 0 | 1001 | 111 | 1111 | 101011111 | 10100 | 1010010 |
Color Harmonies of #DAC7CA
Complementary color
Monochromatic Colors of #DAC7CA
Black with #DAC7CA
Text Example
Text Example
White with #DAC7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC7CA; }
p { color: rgb(218,199,202); }
H1.HeaderClassName
{
color: #DAC7CA;
}
.AnyTagClassName
{
color: #DAC7CA;
}
</style>
background-color css
<style>
a { background-color: #DAC7CA; }
a { background-color: rgb(218,199,202); }
div.DivClassName
{
background-color: #DAC7CA;
}
.BgClassName
{
background-color: #DAC7CA;
}
</style>
border-color css
<style>
span { border-color: #DAC7CA; }
span { border-color: rgb(218,199,202); }
td.TdClassName
{
border-color: #DAC7CA;
}
.TagClassName
{
border-color: #DAC7CA;
}
</style>