Shades of Melanie #DAC5CA
Tints of Melanie #DAC5CA
RGB
CMYK
RGB Variations
Color information
#DAC5CA (or 0xDAC5CA) is known color: Melanie. HEX triplet: DA, C5 and CA. RGB value is (218,197,202). Sum of RGB (Red+Green+Blue) = 218+197+202=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 197 (77.34% from 255 or 31.93% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5CA is #253A35. Grayscale: #CBCBCB. Windows color (decimal): -2439734 or 13288922. OLE color: 13288922.
HSL color Cylindrical-coordinate representation of color #DAC5CA: hue angle of 345.71º 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 #DAC5CA is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 202 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.15 |
| HSL | 345.71º | 0.22% | 0.81% | - |
| HSV(B) | 345.71º | 0.1% | 0.85% | - |
| XYZ | 59.54 | 59.1 | 64.15 | - |
| YUV | 203.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 202 | 0 | 0.10 | 0.07 | 0.15 | 345.71 | 0.22 | 0.81 |
| Hex | DA | C5 | CA | 0 | A | 7 | F | 15A | 16 | 51 |
| Octal | 332 | 305 | 312 | 0 | 12 | 7 | 17 | 532 | 26 | 121 |
| Binary | 11011010 | 11000101 | 11001010 | 0 | 1010 | 111 | 1111 | 101011010 | 10110 | 1010001 |
Color Harmonies of #DAC5CA
Complementary color
Monochromatic Colors of #DAC5CA
Black with #DAC5CA
Text Example
Text Example
White with #DAC5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5CA; }
p { color: rgb(218,197,202); }
H1.HeaderClassName
{
color: #DAC5CA;
}
.AnyTagClassName
{
color: #DAC5CA;
}
</style>
background-color css
<style>
a { background-color: #DAC5CA; }
a { background-color: rgb(218,197,202); }
div.DivClassName
{
background-color: #DAC5CA;
}
.BgClassName
{
background-color: #DAC5CA;
}
</style>
border-color css
<style>
span { border-color: #DAC5CA; }
span { border-color: rgb(218,197,202); }
td.TdClassName
{
border-color: #DAC5CA;
}
.TagClassName
{
border-color: #DAC5CA;
}
</style>