Shades of Melanie #DAB6BF
Tints of Melanie #DAB6BF
RGB
CMYK
RGB Variations
Color information
#DAB6BF (or 0xDAB6BF) is known color: Melanie. HEX triplet: DA, B6 and BF. RGB value is (218,182,191). Sum of RGB (Red+Green+Blue) = 218+182+191=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6BF is #254940. Grayscale: #C1C1C1. Windows color (decimal): -2443585 or 12564186. OLE color: 12564186.
HSL color Cylindrical-coordinate representation of color #DAB6BF: hue angle of 345º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAB6BF is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 191 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.15 |
| HSL | 345º | 0.33% | 0.78% | - |
| HSV(B) | 345º | 0.17% | 0.85% | - |
| XYZ | 55.05 | 52.12 | 56.45 | - |
| YUV | 193.79 | 126.43 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 191 | 0 | 0.17 | 0.12 | 0.15 | 345 | 0.33 | 0.78 |
| Hex | DA | B6 | BF | 0 | 11 | C | F | 159 | 21 | 4E |
| Octal | 332 | 266 | 277 | 0 | 21 | 14 | 17 | 531 | 41 | 116 |
| Binary | 11011010 | 10110110 | 10111111 | 0 | 10001 | 1100 | 1111 | 101011001 | 100001 | 1001110 |
Color Harmonies of #DAB6BF
Complementary color
Monochromatic Colors of #DAB6BF
Black with #DAB6BF
Text Example
Text Example
White with #DAB6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB6BF; }
p { color: rgb(218,182,191); }
H1.HeaderClassName
{
color: #DAB6BF;
}
.AnyTagClassName
{
color: #DAB6BF;
}
</style>
background-color css
<style>
a { background-color: #DAB6BF; }
a { background-color: rgb(218,182,191); }
div.DivClassName
{
background-color: #DAB6BF;
}
.BgClassName
{
background-color: #DAB6BF;
}
</style>
border-color css
<style>
span { border-color: #DAB6BF; }
span { border-color: rgb(218,182,191); }
td.TdClassName
{
border-color: #DAB6BF;
}
.TagClassName
{
border-color: #DAB6BF;
}
</style>