Shades of Melanie #DBBAC5
Tints of Melanie #DBBAC5
RGB
CMYK
RGB Variations
Color information
#DBBAC5 (or 0xDBBAC5) is known color: Melanie. HEX triplet: DB, BA and C5. RGB value is (219,186,197). Sum of RGB (Red+Green+Blue) = 219+186+197=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 197 (77.34% from 255 or 32.72% from 602); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBAC5 is #24453A. Grayscale: #C5C5C5. Windows color (decimal): -2377019 or 12958427. OLE color: 12958427.
HSL color Cylindrical-coordinate representation of color #DBBAC5: hue angle of 340º 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 #DBBAC5 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 197 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.14 |
| HSL | 340º | 0.31% | 0.79% | - |
| HSV(B) | 340º | 0.15% | 0.86% | - |
| XYZ | 56.85 | 54.21 | 60.29 | - |
| YUV | 197.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 197 | 0 | 0.15 | 0.10 | 0.14 | 340 | 0.31 | 0.79 |
| Hex | DB | BA | C5 | 0 | F | A | E | 154 | 1F | 4F |
| Octal | 333 | 272 | 305 | 0 | 17 | 12 | 16 | 524 | 37 | 117 |
| Binary | 11011011 | 10111010 | 11000101 | 0 | 1111 | 1010 | 1110 | 101010100 | 11111 | 1001111 |
Color Harmonies of #DBBAC5
Complementary color
Monochromatic Colors of #DBBAC5
Black with #DBBAC5
Text Example
Text Example
White with #DBBAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBAC5; }
p { color: rgb(219,186,197); }
H1.HeaderClassName
{
color: #DBBAC5;
}
.AnyTagClassName
{
color: #DBBAC5;
}
</style>
background-color css
<style>
a { background-color: #DBBAC5; }
a { background-color: rgb(219,186,197); }
div.DivClassName
{
background-color: #DBBAC5;
}
.BgClassName
{
background-color: #DBBAC5;
}
</style>
border-color css
<style>
span { border-color: #DBBAC5; }
span { border-color: rgb(219,186,197); }
td.TdClassName
{
border-color: #DBBAC5;
}
.TagClassName
{
border-color: #DBBAC5;
}
</style>