Shades of Melanie #DAABBC
Tints of Melanie #DAABBC
RGB
CMYK
RGB Variations
Color information
#DAABBC (or 0xDAABBC) is known color: Melanie. HEX triplet: DA, AB and BC. RGB value is (218,171,188). Sum of RGB (Red+Green+Blue) = 218+171+188=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABBC is #255443. Grayscale: #BABABA. Windows color (decimal): -2446404 or 12364762. OLE color: 12364762.
HSL color Cylindrical-coordinate representation of color #DAABBC: hue angle of 338.3º 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 #DAABBC is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 171 | 188 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.15 |
| HSL | 338.3º | 0.39% | 0.76% | - |
| HSV(B) | 338.3º | 0.22% | 0.85% | - |
| XYZ | 52.55 | 47.66 | 54.01 | - |
| YUV | 186.99 | 128.57 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 188 | 0 | 0.22 | 0.14 | 0.15 | 338.3 | 0.39 | 0.76 |
| Hex | DA | AB | BC | 0 | 16 | E | F | 152 | 27 | 4C |
| Octal | 332 | 253 | 274 | 0 | 26 | 16 | 17 | 522 | 47 | 114 |
| Binary | 11011010 | 10101011 | 10111100 | 0 | 10110 | 1110 | 1111 | 101010010 | 100111 | 1001100 |
Color Harmonies of #DAABBC
Complementary color
Monochromatic Colors of #DAABBC
Black with #DAABBC
Text Example
Text Example
White with #DAABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAABBC; }
p { color: rgb(218,171,188); }
H1.HeaderClassName
{
color: #DAABBC;
}
.AnyTagClassName
{
color: #DAABBC;
}
</style>
background-color css
<style>
a { background-color: #DAABBC; }
a { background-color: rgb(218,171,188); }
div.DivClassName
{
background-color: #DAABBC;
}
.BgClassName
{
background-color: #DAABBC;
}
</style>
border-color css
<style>
span { border-color: #DAABBC; }
span { border-color: rgb(218,171,188); }
td.TdClassName
{
border-color: #DAABBC;
}
.TagClassName
{
border-color: #DAABBC;
}
</style>