Shades of Melanie #DBAFBC
Tints of Melanie #DBAFBC
RGB
CMYK
RGB Variations
Color information
#DBAFBC (or 0xDBAFBC) is known color: Melanie. HEX triplet: DB, AF and BC. RGB value is (219,175,188). Sum of RGB (Red+Green+Blue) = 219+175+188=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFBC is #245043. Grayscale: #BDBDBD. Windows color (decimal): -2379844 or 12365787. OLE color: 12365787.
HSL color Cylindrical-coordinate representation of color #DBAFBC: hue angle of 342.27º 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 #DBAFBC is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 188 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.14 |
| HSL | 342.27º | 0.38% | 0.77% | - |
| HSV(B) | 342.27º | 0.2% | 0.86% | - |
| XYZ | 53.62 | 49.35 | 54.28 | - |
| YUV | 189.64 | 127.08 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 188 | 0 | 0.20 | 0.14 | 0.14 | 342.27 | 0.38 | 0.77 |
| Hex | DB | AF | BC | 0 | 14 | E | E | 156 | 26 | 4D |
| Octal | 333 | 257 | 274 | 0 | 24 | 16 | 16 | 526 | 46 | 115 |
| Binary | 11011011 | 10101111 | 10111100 | 0 | 10100 | 1110 | 1110 | 101010110 | 100110 | 1001101 |
Color Harmonies of #DBAFBC
Complementary color
Monochromatic Colors of #DBAFBC
Black with #DBAFBC
Text Example
Text Example
White with #DBAFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAFBC; }
p { color: rgb(219,175,188); }
H1.HeaderClassName
{
color: #DBAFBC;
}
.AnyTagClassName
{
color: #DBAFBC;
}
</style>
background-color css
<style>
a { background-color: #DBAFBC; }
a { background-color: rgb(219,175,188); }
div.DivClassName
{
background-color: #DBAFBC;
}
.BgClassName
{
background-color: #DBAFBC;
}
</style>
border-color css
<style>
span { border-color: #DBAFBC; }
span { border-color: rgb(219,175,188); }
td.TdClassName
{
border-color: #DBAFBC;
}
.TagClassName
{
border-color: #DBAFBC;
}
</style>