Shades of Melanie #DAC4CA
Tints of Melanie #DAC4CA
RGB
CMYK
RGB Variations
Color information
#DAC4CA (or 0xDAC4CA) is known color: Melanie. HEX triplet: DA, C4 and CA. RGB value is (218,196,202). Sum of RGB (Red+Green+Blue) = 218+196+202=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 196 (76.95% from 255 or 31.82% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC4CA is #253B35. Grayscale: #CBCBCB. Windows color (decimal): -2439990 or 13288666. OLE color: 13288666.
HSL color Cylindrical-coordinate representation of color #DAC4CA: hue angle of 343.64º degrees, saturation: 0.23, 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 #DAC4CA is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 202 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.15 |
| HSL | 343.64º | 0.23% | 0.81% | - |
| HSV(B) | 343.64º | 0.1% | 0.85% | - |
| XYZ | 59.31 | 58.65 | 64.07 | - |
| YUV | 203.26 | 127.29 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 202 | 0 | 0.10 | 0.07 | 0.15 | 343.64 | 0.23 | 0.81 |
| Hex | DA | C4 | CA | 0 | A | 7 | F | 158 | 17 | 51 |
| Octal | 332 | 304 | 312 | 0 | 12 | 7 | 17 | 530 | 27 | 121 |
| Binary | 11011010 | 11000100 | 11001010 | 0 | 1010 | 111 | 1111 | 101011000 | 10111 | 1010001 |
Color Harmonies of #DAC4CA
Complementary color
Monochromatic Colors of #DAC4CA
Black with #DAC4CA
Text Example
Text Example
White with #DAC4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC4CA; }
p { color: rgb(218,196,202); }
H1.HeaderClassName
{
color: #DAC4CA;
}
.AnyTagClassName
{
color: #DAC4CA;
}
</style>
background-color css
<style>
a { background-color: #DAC4CA; }
a { background-color: rgb(218,196,202); }
div.DivClassName
{
background-color: #DAC4CA;
}
.BgClassName
{
background-color: #DAC4CA;
}
</style>
border-color css
<style>
span { border-color: #DAC4CA; }
span { border-color: rgb(218,196,202); }
td.TdClassName
{
border-color: #DAC4CA;
}
.TagClassName
{
border-color: #DAC4CA;
}
</style>