Shades of Melanie #DBBFC3
Tints of Melanie #DBBFC3
RGB
CMYK
RGB Variations
Color information
#DBBFC3 (or 0xDBBFC3) is known color: Melanie. HEX triplet: DB, BF and C3. RGB value is (219,191,195). Sum of RGB (Red+Green+Blue) = 219+191+195=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 195 (76.56% from 255 or 32.23% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFC3 is #24403C. Grayscale: #C7C7C7. Windows color (decimal): -2375741 or 12828635. OLE color: 12828635.
HSL color Cylindrical-coordinate representation of color #DBBFC3: hue angle of 351.43º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBBFC3 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 191 | 195 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.14 |
| HSL | 351.43º | 0.28% | 0.8% | - |
| HSV(B) | 351.43º | 0.13% | 0.86% | - |
| XYZ | 57.69 | 56.26 | 59.45 | - |
| YUV | 199.83 | 125.28 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 191 | 195 | 0 | 0.13 | 0.11 | 0.14 | 351.43 | 0.28 | 0.8 |
| Hex | DB | BF | C3 | 0 | D | B | E | 15F | 1C | 50 |
| Octal | 333 | 277 | 303 | 0 | 15 | 13 | 16 | 537 | 34 | 120 |
| Binary | 11011011 | 10111111 | 11000011 | 0 | 1101 | 1011 | 1110 | 101011111 | 11100 | 1010000 |
Color Harmonies of #DBBFC3
Complementary color
Monochromatic Colors of #DBBFC3
Black with #DBBFC3
Text Example
Text Example
White with #DBBFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBFC3; }
p { color: rgb(219,191,195); }
H1.HeaderClassName
{
color: #DBBFC3;
}
.AnyTagClassName
{
color: #DBBFC3;
}
</style>
background-color css
<style>
a { background-color: #DBBFC3; }
a { background-color: rgb(219,191,195); }
div.DivClassName
{
background-color: #DBBFC3;
}
.BgClassName
{
background-color: #DBBFC3;
}
</style>
border-color css
<style>
span { border-color: #DBBFC3; }
span { border-color: rgb(219,191,195); }
td.TdClassName
{
border-color: #DBBFC3;
}
.TagClassName
{
border-color: #DBBFC3;
}
</style>