Shades of Melanie #DBAFBE
Tints of Melanie #DBAFBE
RGB
CMYK
RGB Variations
Color information
#DBAFBE (or 0xDBAFBE) is known color: Melanie. HEX triplet: DB, AF and BE. RGB value is (219,175,190). Sum of RGB (Red+Green+Blue) = 219+175+190=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFBE is #245041. Grayscale: #BDBDBD. Windows color (decimal): -2379842 or 12496859. OLE color: 12496859.
HSL color Cylindrical-coordinate representation of color #DBAFBE: hue angle of 339.55º 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 #DBAFBE is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 190 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.14 |
| HSL | 339.55º | 0.38% | 0.77% | - |
| HSV(B) | 339.55º | 0.2% | 0.86% | - |
| XYZ | 53.84 | 49.44 | 55.42 | - |
| YUV | 189.87 | 128.08 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 190 | 0 | 0.20 | 0.13 | 0.14 | 339.55 | 0.38 | 0.77 |
| Hex | DB | AF | BE | 0 | 14 | D | E | 154 | 26 | 4D |
| Octal | 333 | 257 | 276 | 0 | 24 | 15 | 16 | 524 | 46 | 115 |
| Binary | 11011011 | 10101111 | 10111110 | 0 | 10100 | 1101 | 1110 | 101010100 | 100110 | 1001101 |
Color Harmonies of #DBAFBE
Complementary color
Monochromatic Colors of #DBAFBE
Black with #DBAFBE
Text Example
Text Example
White with #DBAFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAFBE; }
p { color: rgb(219,175,190); }
H1.HeaderClassName
{
color: #DBAFBE;
}
.AnyTagClassName
{
color: #DBAFBE;
}
</style>
background-color css
<style>
a { background-color: #DBAFBE; }
a { background-color: rgb(219,175,190); }
div.DivClassName
{
background-color: #DBAFBE;
}
.BgClassName
{
background-color: #DBAFBE;
}
</style>
border-color css
<style>
span { border-color: #DBAFBE; }
span { border-color: rgb(219,175,190); }
td.TdClassName
{
border-color: #DBAFBE;
}
.TagClassName
{
border-color: #DBAFBE;
}
</style>