Shades of Melanie #DAB3BD
Tints of Melanie #DAB3BD
RGB
CMYK
RGB Variations
Color information
#DAB3BD (or 0xDAB3BD) is known color: Melanie. HEX triplet: DA, B3 and BD. RGB value is (218,179,189). Sum of RGB (Red+Green+Blue) = 218+179+189=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 179 (70.31% from 255 or 30.55% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB3BD is #254C42. Grayscale: #BFBFBF. Windows color (decimal): -2444355 or 12432346. OLE color: 12432346.
HSL color Cylindrical-coordinate representation of color #DAB3BD: hue angle of 344.62º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAB3BD is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 189 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.15 |
| HSL | 344.62º | 0.35% | 0.78% | - |
| HSV(B) | 344.62º | 0.18% | 0.85% | - |
| XYZ | 54.22 | 50.82 | 55.1 | - |
| YUV | 191.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 189 | 0 | 0.18 | 0.13 | 0.15 | 344.62 | 0.35 | 0.78 |
| Hex | DA | B3 | BD | 0 | 12 | D | F | 159 | 23 | 4E |
| Octal | 332 | 263 | 275 | 0 | 22 | 15 | 17 | 531 | 43 | 116 |
| Binary | 11011010 | 10110011 | 10111101 | 0 | 10010 | 1101 | 1111 | 101011001 | 100011 | 1001110 |
Color Harmonies of #DAB3BD
Complementary color
Monochromatic Colors of #DAB3BD
Black with #DAB3BD
Text Example
Text Example
White with #DAB3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB3BD; }
p { color: rgb(218,179,189); }
H1.HeaderClassName
{
color: #DAB3BD;
}
.AnyTagClassName
{
color: #DAB3BD;
}
</style>
background-color css
<style>
a { background-color: #DAB3BD; }
a { background-color: rgb(218,179,189); }
div.DivClassName
{
background-color: #DAB3BD;
}
.BgClassName
{
background-color: #DAB3BD;
}
</style>
border-color css
<style>
span { border-color: #DAB3BD; }
span { border-color: rgb(218,179,189); }
td.TdClassName
{
border-color: #DAB3BD;
}
.TagClassName
{
border-color: #DAB3BD;
}
</style>