Shades of Melanie #DBBAC6
Tints of Melanie #DBBAC6
RGB
CMYK
RGB Variations
Color information
#DBBAC6 (or 0xDBBAC6) is known color: Melanie. HEX triplet: DB, BA and C6. RGB value is (219,186,198). Sum of RGB (Red+Green+Blue) = 219+186+198=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 198 (77.73% from 255 or 32.84% from 603); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBAC6 is #244539. Grayscale: #C5C5C5. Windows color (decimal): -2377018 or 13023963. OLE color: 13023963.
HSL color Cylindrical-coordinate representation of color #DBBAC6: hue angle of 338.18º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBAC6 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 198 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.14 |
| HSL | 338.18º | 0.31% | 0.79% | - |
| HSV(B) | 338.18º | 0.15% | 0.86% | - |
| XYZ | 56.97 | 54.26 | 60.9 | - |
| YUV | 197.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 198 | 0 | 0.15 | 0.10 | 0.14 | 338.18 | 0.31 | 0.79 |
| Hex | DB | BA | C6 | 0 | F | A | E | 152 | 1F | 4F |
| Octal | 333 | 272 | 306 | 0 | 17 | 12 | 16 | 522 | 37 | 117 |
| Binary | 11011011 | 10111010 | 11000110 | 0 | 1111 | 1010 | 1110 | 101010010 | 11111 | 1001111 |
Color Harmonies of #DBBAC6
Complementary color
Monochromatic Colors of #DBBAC6
Black with #DBBAC6
Text Example
Text Example
White with #DBBAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBAC6; }
p { color: rgb(219,186,198); }
H1.HeaderClassName
{
color: #DBBAC6;
}
.AnyTagClassName
{
color: #DBBAC6;
}
</style>
background-color css
<style>
a { background-color: #DBBAC6; }
a { background-color: rgb(219,186,198); }
div.DivClassName
{
background-color: #DBBAC6;
}
.BgClassName
{
background-color: #DBBAC6;
}
</style>
border-color css
<style>
span { border-color: #DBBAC6; }
span { border-color: rgb(219,186,198); }
td.TdClassName
{
border-color: #DBBAC6;
}
.TagClassName
{
border-color: #DBBAC6;
}
</style>