Shades of Melanie #DAC3CA
Tints of Melanie #DAC3CA
RGB
CMYK
RGB Variations
Color information
#DAC3CA (or 0xDAC3CA) is known color: Melanie. HEX triplet: DA, C3 and CA. RGB value is (218,195,202). Sum of RGB (Red+Green+Blue) = 218+195+202=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 195 (76.56% from 255 or 31.71% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3CA is #253C35. Grayscale: #CACACA. Windows color (decimal): -2440246 or 13288410. OLE color: 13288410.
HSL color Cylindrical-coordinate representation of color #DAC3CA: hue angle of 341.74º 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 #DAC3CA is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 202 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.15 |
| HSL | 341.74º | 0.24% | 0.81% | - |
| HSV(B) | 341.74º | 0.11% | 0.85% | - |
| XYZ | 59.09 | 58.2 | 64 | - |
| YUV | 202.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 202 | 0 | 0.11 | 0.07 | 0.15 | 341.74 | 0.24 | 0.81 |
| Hex | DA | C3 | CA | 0 | B | 7 | F | 156 | 18 | 51 |
| Octal | 332 | 303 | 312 | 0 | 13 | 7 | 17 | 526 | 30 | 121 |
| Binary | 11011010 | 11000011 | 11001010 | 0 | 1011 | 111 | 1111 | 101010110 | 11000 | 1010001 |
Color Harmonies of #DAC3CA
Complementary color
Monochromatic Colors of #DAC3CA
Black with #DAC3CA
Text Example
Text Example
White with #DAC3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC3CA; }
p { color: rgb(218,195,202); }
H1.HeaderClassName
{
color: #DAC3CA;
}
.AnyTagClassName
{
color: #DAC3CA;
}
</style>
background-color css
<style>
a { background-color: #DAC3CA; }
a { background-color: rgb(218,195,202); }
div.DivClassName
{
background-color: #DAC3CA;
}
.BgClassName
{
background-color: #DAC3CA;
}
</style>
border-color css
<style>
span { border-color: #DAC3CA; }
span { border-color: rgb(218,195,202); }
td.TdClassName
{
border-color: #DAC3CA;
}
.TagClassName
{
border-color: #DAC3CA;
}
</style>