Shades of Melanie #DAADBB
Tints of Melanie #DAADBB
RGB
CMYK
RGB Variations
Color information
#DAADBB (or 0xDAADBB) is known color: Melanie. HEX triplet: DA, AD and BB. RGB value is (218,173,187). Sum of RGB (Red+Green+Blue) = 218+173+187=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADBB is #255244. Grayscale: #BCBCBC. Windows color (decimal): -2445893 or 12299738. OLE color: 12299738.
HSL color Cylindrical-coordinate representation of color #DAADBB: hue angle of 341.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAADBB is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 187 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.15 |
| HSL | 341.33º | 0.38% | 0.77% | - |
| HSV(B) | 341.33º | 0.21% | 0.85% | - |
| XYZ | 52.83 | 48.38 | 53.57 | - |
| YUV | 188.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 187 | 0 | 0.21 | 0.14 | 0.15 | 341.33 | 0.38 | 0.77 |
| Hex | DA | AD | BB | 0 | 15 | E | F | 155 | 26 | 4D |
| Octal | 332 | 255 | 273 | 0 | 25 | 16 | 17 | 525 | 46 | 115 |
| Binary | 11011010 | 10101101 | 10111011 | 0 | 10101 | 1110 | 1111 | 101010101 | 100110 | 1001101 |
Color Harmonies of #DAADBB
Complementary color
Monochromatic Colors of #DAADBB
Black with #DAADBB
Text Example
Text Example
White with #DAADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADBB; }
p { color: rgb(218,173,187); }
H1.HeaderClassName
{
color: #DAADBB;
}
.AnyTagClassName
{
color: #DAADBB;
}
</style>
background-color css
<style>
a { background-color: #DAADBB; }
a { background-color: rgb(218,173,187); }
div.DivClassName
{
background-color: #DAADBB;
}
.BgClassName
{
background-color: #DAADBB;
}
</style>
border-color css
<style>
span { border-color: #DAADBB; }
span { border-color: rgb(218,173,187); }
td.TdClassName
{
border-color: #DAADBB;
}
.TagClassName
{
border-color: #DAADBB;
}
</style>