Shades of Melanie #DAC3C9
Tints of Melanie #DAC3C9
RGB
CMYK
RGB Variations
Color information
#DAC3C9 (or 0xDAC3C9) is known color: Melanie. HEX triplet: DA, C3 and C9. RGB value is (218,195,201). Sum of RGB (Red+Green+Blue) = 218+195+201=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 195 (76.56% from 255 or 31.76% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC3C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3C9 is #253C36. Grayscale: #CACACA. Windows color (decimal): -2440247 or 13222874. OLE color: 13222874.
HSL color Cylindrical-coordinate representation of color #DAC3C9: hue angle of 344.35º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAC3C9 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 201 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.15 |
| HSL | 344.35º | 0.24% | 0.81% | - |
| HSV(B) | 344.35º | 0.11% | 0.85% | - |
| XYZ | 58.97 | 58.15 | 63.37 | - |
| YUV | 202.56 | 127.12 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 201 | 0 | 0.11 | 0.08 | 0.15 | 344.35 | 0.24 | 0.81 |
| Hex | DA | C3 | C9 | 0 | B | 8 | F | 158 | 18 | 51 |
| Octal | 332 | 303 | 311 | 0 | 13 | 10 | 17 | 530 | 30 | 121 |
| Binary | 11011010 | 11000011 | 11001001 | 0 | 1011 | 1000 | 1111 | 101011000 | 11000 | 1010001 |
Color Harmonies of #DAC3C9
Complementary color
Monochromatic Colors of #DAC3C9
Black with #DAC3C9
Text Example
Text Example
White with #DAC3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC3C9; }
p { color: rgb(218,195,201); }
H1.HeaderClassName
{
color: #DAC3C9;
}
.AnyTagClassName
{
color: #DAC3C9;
}
</style>
background-color css
<style>
a { background-color: #DAC3C9; }
a { background-color: rgb(218,195,201); }
div.DivClassName
{
background-color: #DAC3C9;
}
.BgClassName
{
background-color: #DAC3C9;
}
</style>
border-color css
<style>
span { border-color: #DAC3C9; }
span { border-color: rgb(218,195,201); }
td.TdClassName
{
border-color: #DAC3C9;
}
.TagClassName
{
border-color: #DAC3C9;
}
</style>