Shades of Melanie #DBBCC6
Tints of Melanie #DBBCC6
RGB
CMYK
RGB Variations
Color information
#DBBCC6 (or 0xDBBCC6) is known color: Melanie. HEX triplet: DB, BC and C6. RGB value is (219,188,198). Sum of RGB (Red+Green+Blue) = 219+188+198=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 198 (77.73% from 255 or 32.73% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCC6 is #244339. Grayscale: #C6C6C6. Windows color (decimal): -2376506 or 13024475. OLE color: 13024475.
HSL color Cylindrical-coordinate representation of color #DBBCC6: hue angle of 340.65º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBBCC6 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 198 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.14 |
| HSL | 340.65º | 0.3% | 0.8% | - |
| HSV(B) | 340.65º | 0.14% | 0.86% | - |
| XYZ | 57.39 | 55.1 | 61.04 | - |
| YUV | 198.41 | 127.77 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 198 | 0 | 0.14 | 0.10 | 0.14 | 340.65 | 0.3 | 0.8 |
| Hex | DB | BC | C6 | 0 | E | A | E | 155 | 1E | 50 |
| Octal | 333 | 274 | 306 | 0 | 16 | 12 | 16 | 525 | 36 | 120 |
| Binary | 11011011 | 10111100 | 11000110 | 0 | 1110 | 1010 | 1110 | 101010101 | 11110 | 1010000 |
Color Harmonies of #DBBCC6
Complementary color
Monochromatic Colors of #DBBCC6
Black with #DBBCC6
Text Example
Text Example
White with #DBBCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBCC6; }
p { color: rgb(219,188,198); }
H1.HeaderClassName
{
color: #DBBCC6;
}
.AnyTagClassName
{
color: #DBBCC6;
}
</style>
background-color css
<style>
a { background-color: #DBBCC6; }
a { background-color: rgb(219,188,198); }
div.DivClassName
{
background-color: #DBBCC6;
}
.BgClassName
{
background-color: #DBBCC6;
}
</style>
border-color css
<style>
span { border-color: #DBBCC6; }
span { border-color: rgb(219,188,198); }
td.TdClassName
{
border-color: #DBBCC6;
}
.TagClassName
{
border-color: #DBBCC6;
}
</style>