Shades of Melanie #DBAFBB
Tints of Melanie #DBAFBB
RGB
CMYK
RGB Variations
Color information
#DBAFBB (or 0xDBAFBB) is known color: Melanie. HEX triplet: DB, AF and BB. RGB value is (219,175,187). Sum of RGB (Red+Green+Blue) = 219+175+187=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFBB is #245044. Grayscale: #BDBDBD. Windows color (decimal): -2379845 or 12300251. OLE color: 12300251.
HSL color Cylindrical-coordinate representation of color #DBAFBB: hue angle of 343.64º 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 #DBAFBB is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 187 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.14 |
| HSL | 343.64º | 0.38% | 0.77% | - |
| HSV(B) | 343.64º | 0.2% | 0.86% | - |
| XYZ | 53.51 | 49.31 | 53.71 | - |
| YUV | 189.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 187 | 0 | 0.20 | 0.15 | 0.14 | 343.64 | 0.38 | 0.77 |
| Hex | DB | AF | BB | 0 | 14 | F | E | 158 | 26 | 4D |
| Octal | 333 | 257 | 273 | 0 | 24 | 17 | 16 | 530 | 46 | 115 |
| Binary | 11011011 | 10101111 | 10111011 | 0 | 10100 | 1111 | 1110 | 101011000 | 100110 | 1001101 |
Color Harmonies of #DBAFBB
Complementary color
Monochromatic Colors of #DBAFBB
Black with #DBAFBB
Text Example
Text Example
White with #DBAFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAFBB; }
p { color: rgb(219,175,187); }
H1.HeaderClassName
{
color: #DBAFBB;
}
.AnyTagClassName
{
color: #DBAFBB;
}
</style>
background-color css
<style>
a { background-color: #DBAFBB; }
a { background-color: rgb(219,175,187); }
div.DivClassName
{
background-color: #DBAFBB;
}
.BgClassName
{
background-color: #DBAFBB;
}
</style>
border-color css
<style>
span { border-color: #DBAFBB; }
span { border-color: rgb(219,175,187); }
td.TdClassName
{
border-color: #DBAFBB;
}
.TagClassName
{
border-color: #DBAFBB;
}
</style>