Shades of Melanie #DAAABD
Tints of Melanie #DAAABD
RGB
CMYK
RGB Variations
Color information
#DAAABD (or 0xDAAABD) is known color: Melanie. HEX triplet: DA, AA and BD. RGB value is (218,170,189). Sum of RGB (Red+Green+Blue) = 218+170+189=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAABD is #255542. Grayscale: #BABABA. Windows color (decimal): -2446659 or 12430042. OLE color: 12430042.
HSL color Cylindrical-coordinate representation of color #DAAABD: hue angle of 336.25º 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 #DAAABD is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 189 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.15 |
| HSL | 336.25º | 0.39% | 0.76% | - |
| HSV(B) | 336.25º | 0.22% | 0.85% | - |
| XYZ | 52.47 | 47.33 | 54.51 | - |
| YUV | 186.52 | 129.4 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 189 | 0 | 0.22 | 0.13 | 0.15 | 336.25 | 0.39 | 0.76 |
| Hex | DA | AA | BD | 0 | 16 | D | F | 150 | 27 | 4C |
| Octal | 332 | 252 | 275 | 0 | 26 | 15 | 17 | 520 | 47 | 114 |
| Binary | 11011010 | 10101010 | 10111101 | 0 | 10110 | 1101 | 1111 | 101010000 | 100111 | 1001100 |
Color Harmonies of #DAAABD
Complementary color
Monochromatic Colors of #DAAABD
Black with #DAAABD
Text Example
Text Example
White with #DAAABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAABD; }
p { color: rgb(218,170,189); }
H1.HeaderClassName
{
color: #DAAABD;
}
.AnyTagClassName
{
color: #DAAABD;
}
</style>
background-color css
<style>
a { background-color: #DAAABD; }
a { background-color: rgb(218,170,189); }
div.DivClassName
{
background-color: #DAAABD;
}
.BgClassName
{
background-color: #DAAABD;
}
</style>
border-color css
<style>
span { border-color: #DAAABD; }
span { border-color: rgb(218,170,189); }
td.TdClassName
{
border-color: #DAAABD;
}
.TagClassName
{
border-color: #DAAABD;
}
</style>