Shades of Melanie #DBAFC1
Tints of Melanie #DBAFC1
RGB
CMYK
RGB Variations
Color information
#DBAFC1 (or 0xDBAFC1) is known color: Melanie. HEX triplet: DB, AF and C1. RGB value is (219,175,193). Sum of RGB (Red+Green+Blue) = 219+175+193=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFC1 is #24503E. Grayscale: #BEBEBE. Windows color (decimal): -2379839 or 12693467. OLE color: 12693467.
HSL color Cylindrical-coordinate representation of color #DBAFC1: hue angle of 335.45º 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 #DBAFC1 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 193 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.14 |
| HSL | 335.45º | 0.38% | 0.77% | - |
| HSV(B) | 335.45º | 0.2% | 0.86% | - |
| XYZ | 54.17 | 49.57 | 57.17 | - |
| YUV | 190.21 | 129.58 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 193 | 0 | 0.20 | 0.12 | 0.14 | 335.45 | 0.38 | 0.77 |
| Hex | DB | AF | C1 | 0 | 14 | C | E | 14F | 26 | 4D |
| Octal | 333 | 257 | 301 | 0 | 24 | 14 | 16 | 517 | 46 | 115 |
| Binary | 11011011 | 10101111 | 11000001 | 0 | 10100 | 1100 | 1110 | 101001111 | 100110 | 1001101 |
Color Harmonies of #DBAFC1
Complementary color
Monochromatic Colors of #DBAFC1
Black with #DBAFC1
Text Example
Text Example
White with #DBAFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAFC1; }
p { color: rgb(219,175,193); }
H1.HeaderClassName
{
color: #DBAFC1;
}
.AnyTagClassName
{
color: #DBAFC1;
}
</style>
background-color css
<style>
a { background-color: #DBAFC1; }
a { background-color: rgb(219,175,193); }
div.DivClassName
{
background-color: #DBAFC1;
}
.BgClassName
{
background-color: #DBAFC1;
}
</style>
border-color css
<style>
span { border-color: #DBAFC1; }
span { border-color: rgb(219,175,193); }
td.TdClassName
{
border-color: #DBAFC1;
}
.TagClassName
{
border-color: #DBAFC1;
}
</style>