Shades of Melanie #DBBBC6
Tints of Melanie #DBBBC6
RGB
CMYK
RGB Variations
Color information
#DBBBC6 (or 0xDBBBC6) is known color: Melanie. HEX triplet: DB, BB and C6. RGB value is (219,187,198). Sum of RGB (Red+Green+Blue) = 219+187+198=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 198 (77.73% from 255 or 32.78% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBC6 is #244439. Grayscale: #C5C5C5. Windows color (decimal): -2376762 or 13024219. OLE color: 13024219.
HSL color Cylindrical-coordinate representation of color #DBBBC6: hue angle of 339.38º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBBC6 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 198 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.14 |
| HSL | 339.38º | 0.31% | 0.8% | - |
| HSV(B) | 339.38º | 0.15% | 0.86% | - |
| XYZ | 57.18 | 54.68 | 60.97 | - |
| YUV | 197.82 | 128.1 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 198 | 0 | 0.15 | 0.10 | 0.14 | 339.38 | 0.31 | 0.8 |
| Hex | DB | BB | C6 | 0 | F | A | E | 153 | 1F | 50 |
| Octal | 333 | 273 | 306 | 0 | 17 | 12 | 16 | 523 | 37 | 120 |
| Binary | 11011011 | 10111011 | 11000110 | 0 | 1111 | 1010 | 1110 | 101010011 | 11111 | 1010000 |
Color Harmonies of #DBBBC6
Complementary color
Monochromatic Colors of #DBBBC6
Black with #DBBBC6
Text Example
Text Example
White with #DBBBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBC6; }
p { color: rgb(219,187,198); }
H1.HeaderClassName
{
color: #DBBBC6;
}
.AnyTagClassName
{
color: #DBBBC6;
}
</style>
background-color css
<style>
a { background-color: #DBBBC6; }
a { background-color: rgb(219,187,198); }
div.DivClassName
{
background-color: #DBBBC6;
}
.BgClassName
{
background-color: #DBBBC6;
}
</style>
border-color css
<style>
span { border-color: #DBBBC6; }
span { border-color: rgb(219,187,198); }
td.TdClassName
{
border-color: #DBBBC6;
}
.TagClassName
{
border-color: #DBBBC6;
}
</style>