Shades of Melanie #DBBBC1
Tints of Melanie #DBBBC1
RGB
CMYK
RGB Variations
Color information
#DBBBC1 (or 0xDBBBC1) is known color: Melanie. HEX triplet: DB, BB and C1. RGB value is (219,187,193). Sum of RGB (Red+Green+Blue) = 219+187+193=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 193 (75.78% from 255 or 32.22% from 599); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBC1 is #24443E. Grayscale: #C5C5C5. Windows color (decimal): -2376767 or 12696539. OLE color: 12696539.
HSL color Cylindrical-coordinate representation of color #DBBBC1: hue angle of 348.75º 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 #DBBBC1 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 193 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.14 |
| HSL | 348.75º | 0.31% | 0.8% | - |
| HSV(B) | 348.75º | 0.15% | 0.86% | - |
| XYZ | 56.61 | 54.45 | 57.98 | - |
| YUV | 197.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 193 | 0 | 0.15 | 0.12 | 0.14 | 348.75 | 0.31 | 0.8 |
| Hex | DB | BB | C1 | 0 | F | C | E | 15D | 1F | 50 |
| Octal | 333 | 273 | 301 | 0 | 17 | 14 | 16 | 535 | 37 | 120 |
| Binary | 11011011 | 10111011 | 11000001 | 0 | 1111 | 1100 | 1110 | 101011101 | 11111 | 1010000 |
Color Harmonies of #DBBBC1
Complementary color
Monochromatic Colors of #DBBBC1
Black with #DBBBC1
Text Example
Text Example
White with #DBBBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBC1; }
p { color: rgb(219,187,193); }
H1.HeaderClassName
{
color: #DBBBC1;
}
.AnyTagClassName
{
color: #DBBBC1;
}
</style>
background-color css
<style>
a { background-color: #DBBBC1; }
a { background-color: rgb(219,187,193); }
div.DivClassName
{
background-color: #DBBBC1;
}
.BgClassName
{
background-color: #DBBBC1;
}
</style>
border-color css
<style>
span { border-color: #DBBBC1; }
span { border-color: rgb(219,187,193); }
td.TdClassName
{
border-color: #DBBBC1;
}
.TagClassName
{
border-color: #DBBBC1;
}
</style>