Shades of Melanie #DAACC0
Tints of Melanie #DAACC0
RGB
CMYK
RGB Variations
Color information
#DAACC0 (or 0xDAACC0) is known color: Melanie. HEX triplet: DA, AC and C0. RGB value is (218,172,192). Sum of RGB (Red+Green+Blue) = 218+172+192=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACC0 is #25533F. Grayscale: #BCBCBC. Windows color (decimal): -2446144 or 12627162. OLE color: 12627162.
HSL color Cylindrical-coordinate representation of color #DAACC0: hue angle of 333.91º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAACC0 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 192 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.15 |
| HSL | 333.91º | 0.38% | 0.76% | - |
| HSV(B) | 333.91º | 0.21% | 0.85% | - |
| XYZ | 53.18 | 48.22 | 56.37 | - |
| YUV | 188.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 192 | 0 | 0.21 | 0.12 | 0.15 | 333.91 | 0.38 | 0.76 |
| Hex | DA | AC | C0 | 0 | 15 | C | F | 14E | 26 | 4C |
| Octal | 332 | 254 | 300 | 0 | 25 | 14 | 17 | 516 | 46 | 114 |
| Binary | 11011010 | 10101100 | 11000000 | 0 | 10101 | 1100 | 1111 | 101001110 | 100110 | 1001100 |
Color Harmonies of #DAACC0
Complementary color
Monochromatic Colors of #DAACC0
Black with #DAACC0
Text Example
Text Example
White with #DAACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAACC0; }
p { color: rgb(218,172,192); }
H1.HeaderClassName
{
color: #DAACC0;
}
.AnyTagClassName
{
color: #DAACC0;
}
</style>
background-color css
<style>
a { background-color: #DAACC0; }
a { background-color: rgb(218,172,192); }
div.DivClassName
{
background-color: #DAACC0;
}
.BgClassName
{
background-color: #DAACC0;
}
</style>
border-color css
<style>
span { border-color: #DAACC0; }
span { border-color: rgb(218,172,192); }
td.TdClassName
{
border-color: #DAACC0;
}
.TagClassName
{
border-color: #DAACC0;
}
</style>