Shades of Melanie #DBBDC6
Tints of Melanie #DBBDC6
RGB
CMYK
RGB Variations
Color information
#DBBDC6 (or 0xDBBDC6) is known color: Melanie. HEX triplet: DB, BD and C6. RGB value is (219,189,198). Sum of RGB (Red+Green+Blue) = 219+189+198=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDC6 is #244239. Grayscale: #C6C6C6. Windows color (decimal): -2376250 or 13024731. OLE color: 13024731.
HSL color Cylindrical-coordinate representation of color #DBBDC6: hue angle of 342º degrees, saturation: 0.29, 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 #DBBDC6 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 198 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.14 |
| HSL | 342º | 0.29% | 0.8% | - |
| HSV(B) | 342º | 0.14% | 0.86% | - |
| XYZ | 57.6 | 55.53 | 61.11 | - |
| YUV | 199 | 127.44 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 198 | 0 | 0.14 | 0.10 | 0.14 | 342 | 0.29 | 0.8 |
| Hex | DB | BD | C6 | 0 | E | A | E | 156 | 1D | 50 |
| Octal | 333 | 275 | 306 | 0 | 16 | 12 | 16 | 526 | 35 | 120 |
| Binary | 11011011 | 10111101 | 11000110 | 0 | 1110 | 1010 | 1110 | 101010110 | 11101 | 1010000 |
Color Harmonies of #DBBDC6
Complementary color
Monochromatic Colors of #DBBDC6
Black with #DBBDC6
Text Example
Text Example
White with #DBBDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDC6; }
p { color: rgb(219,189,198); }
H1.HeaderClassName
{
color: #DBBDC6;
}
.AnyTagClassName
{
color: #DBBDC6;
}
</style>
background-color css
<style>
a { background-color: #DBBDC6; }
a { background-color: rgb(219,189,198); }
div.DivClassName
{
background-color: #DBBDC6;
}
.BgClassName
{
background-color: #DBBDC6;
}
</style>
border-color css
<style>
span { border-color: #DBBDC6; }
span { border-color: rgb(219,189,198); }
td.TdClassName
{
border-color: #DBBDC6;
}
.TagClassName
{
border-color: #DBBDC6;
}
</style>