Shades of Melanie #DAADBA
Tints of Melanie #DAADBA
RGB
CMYK
RGB Variations
Color information
#DAADBA (or 0xDAADBA) is known color: Melanie. HEX triplet: DA, AD and BA. RGB value is (218,173,186). Sum of RGB (Red+Green+Blue) = 218+173+186=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADBA is #255245. Grayscale: #BBBBBB. Windows color (decimal): -2445894 or 12234202. OLE color: 12234202.
HSL color Cylindrical-coordinate representation of color #DAADBA: hue angle of 342.67º 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 #DAADBA is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 186 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.15 |
| HSL | 342.67º | 0.38% | 0.77% | - |
| HSV(B) | 342.67º | 0.21% | 0.85% | - |
| XYZ | 52.72 | 48.34 | 53.01 | - |
| YUV | 187.94 | 126.91 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 186 | 0 | 0.21 | 0.15 | 0.15 | 342.67 | 0.38 | 0.77 |
| Hex | DA | AD | BA | 0 | 15 | F | F | 157 | 26 | 4D |
| Octal | 332 | 255 | 272 | 0 | 25 | 17 | 17 | 527 | 46 | 115 |
| Binary | 11011010 | 10101101 | 10111010 | 0 | 10101 | 1111 | 1111 | 101010111 | 100110 | 1001101 |
Color Harmonies of #DAADBA
Complementary color
Monochromatic Colors of #DAADBA
Black with #DAADBA
Text Example
Text Example
White with #DAADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADBA; }
p { color: rgb(218,173,186); }
H1.HeaderClassName
{
color: #DAADBA;
}
.AnyTagClassName
{
color: #DAADBA;
}
</style>
background-color css
<style>
a { background-color: #DAADBA; }
a { background-color: rgb(218,173,186); }
div.DivClassName
{
background-color: #DAADBA;
}
.BgClassName
{
background-color: #DAADBA;
}
</style>
border-color css
<style>
span { border-color: #DAADBA; }
span { border-color: rgb(218,173,186); }
td.TdClassName
{
border-color: #DAADBA;
}
.TagClassName
{
border-color: #DAADBA;
}
</style>