Shades of Melanie #DAAAC0
Tints of Melanie #DAAAC0
RGB
CMYK
RGB Variations
Color information
#DAAAC0 (or 0xDAAAC0) is known color: Melanie. HEX triplet: DA, AA and C0. RGB value is (218,170,192). Sum of RGB (Red+Green+Blue) = 218+170+192=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAAC0 is #25553F. Grayscale: #BABABA. Windows color (decimal): -2446656 or 12626650. OLE color: 12626650.
HSL color Cylindrical-coordinate representation of color #DAAAC0: hue angle of 332.5º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAAAC0 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 192 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.15 |
| HSL | 332.5º | 0.39% | 0.76% | - |
| HSV(B) | 332.5º | 0.22% | 0.85% | - |
| XYZ | 52.8 | 47.46 | 56.25 | - |
| YUV | 186.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 192 | 0 | 0.22 | 0.12 | 0.15 | 332.5 | 0.39 | 0.76 |
| Hex | DA | AA | C0 | 0 | 16 | C | F | 14C | 27 | 4C |
| Octal | 332 | 252 | 300 | 0 | 26 | 14 | 17 | 514 | 47 | 114 |
| Binary | 11011010 | 10101010 | 11000000 | 0 | 10110 | 1100 | 1111 | 101001100 | 100111 | 1001100 |
Color Harmonies of #DAAAC0
Complementary color
Monochromatic Colors of #DAAAC0
Black with #DAAAC0
Text Example
Text Example
White with #DAAAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAAC0; }
p { color: rgb(218,170,192); }
H1.HeaderClassName
{
color: #DAAAC0;
}
.AnyTagClassName
{
color: #DAAAC0;
}
</style>
background-color css
<style>
a { background-color: #DAAAC0; }
a { background-color: rgb(218,170,192); }
div.DivClassName
{
background-color: #DAAAC0;
}
.BgClassName
{
background-color: #DAAAC0;
}
</style>
border-color css
<style>
span { border-color: #DAAAC0; }
span { border-color: rgb(218,170,192); }
td.TdClassName
{
border-color: #DAAAC0;
}
.TagClassName
{
border-color: #DAAAC0;
}
</style>