Shades of Melanie #DBAFBF
Tints of Melanie #DBAFBF
RGB
CMYK
RGB Variations
Color information
#DBAFBF (or 0xDBAFBF) is known color: Melanie. HEX triplet: DB, AF and BF. RGB value is (219,175,191). Sum of RGB (Red+Green+Blue) = 219+175+191=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFBF is #245040. Grayscale: #BDBDBD. Windows color (decimal): -2379841 or 12562395. OLE color: 12562395.
HSL color Cylindrical-coordinate representation of color #DBAFBF: hue angle of 338.18º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBAFBF is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 191 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.14 |
| HSL | 338.18º | 0.38% | 0.77% | - |
| HSV(B) | 338.18º | 0.2% | 0.86% | - |
| XYZ | 53.95 | 49.48 | 56 | - |
| YUV | 189.98 | 128.58 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 191 | 0 | 0.20 | 0.13 | 0.14 | 338.18 | 0.38 | 0.77 |
| Hex | DB | AF | BF | 0 | 14 | D | E | 152 | 26 | 4D |
| Octal | 333 | 257 | 277 | 0 | 24 | 15 | 16 | 522 | 46 | 115 |
| Binary | 11011011 | 10101111 | 10111111 | 0 | 10100 | 1101 | 1110 | 101010010 | 100110 | 1001101 |
Color Harmonies of #DBAFBF
Complementary color
Monochromatic Colors of #DBAFBF
Black with #DBAFBF
Text Example
Text Example
White with #DBAFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAFBF; }
p { color: rgb(219,175,191); }
H1.HeaderClassName
{
color: #DBAFBF;
}
.AnyTagClassName
{
color: #DBAFBF;
}
</style>
background-color css
<style>
a { background-color: #DBAFBF; }
a { background-color: rgb(219,175,191); }
div.DivClassName
{
background-color: #DBAFBF;
}
.BgClassName
{
background-color: #DBAFBF;
}
</style>
border-color css
<style>
span { border-color: #DBAFBF; }
span { border-color: rgb(219,175,191); }
td.TdClassName
{
border-color: #DBAFBF;
}
.TagClassName
{
border-color: #DBAFBF;
}
</style>