Shades of Melanie #DBAFC3
Tints of Melanie #DBAFC3
RGB
CMYK
RGB Variations
Color information
#DBAFC3 (or 0xDBAFC3) is known color: Melanie. HEX triplet: DB, AF and C3. RGB value is (219,175,195). Sum of RGB (Red+Green+Blue) = 219+175+195=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFC3 is #24503C. Grayscale: #BEBEBE. Windows color (decimal): -2379837 or 12824539. OLE color: 12824539.
HSL color Cylindrical-coordinate representation of color #DBAFC3: hue angle of 332.73º 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 #DBAFC3 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 195 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.14 |
| HSL | 332.73º | 0.38% | 0.77% | - |
| HSV(B) | 332.73º | 0.2% | 0.86% | - |
| XYZ | 54.39 | 49.66 | 58.35 | - |
| YUV | 190.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 195 | 0 | 0.20 | 0.11 | 0.14 | 332.73 | 0.38 | 0.77 |
| Hex | DB | AF | C3 | 0 | 14 | B | E | 14D | 26 | 4D |
| Octal | 333 | 257 | 303 | 0 | 24 | 13 | 16 | 515 | 46 | 115 |
| Binary | 11011011 | 10101111 | 11000011 | 0 | 10100 | 1011 | 1110 | 101001101 | 100110 | 1001101 |
Color Harmonies of #DBAFC3
Complementary color
Monochromatic Colors of #DBAFC3
Black with #DBAFC3
Text Example
Text Example
White with #DBAFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAFC3; }
p { color: rgb(219,175,195); }
H1.HeaderClassName
{
color: #DBAFC3;
}
.AnyTagClassName
{
color: #DBAFC3;
}
</style>
background-color css
<style>
a { background-color: #DBAFC3; }
a { background-color: rgb(219,175,195); }
div.DivClassName
{
background-color: #DBAFC3;
}
.BgClassName
{
background-color: #DBAFC3;
}
</style>
border-color css
<style>
span { border-color: #DBAFC3; }
span { border-color: rgb(219,175,195); }
td.TdClassName
{
border-color: #DBAFC3;
}
.TagClassName
{
border-color: #DBAFC3;
}
</style>