Shades of Melanie #DBB0C1
Tints of Melanie #DBB0C1
RGB
CMYK
RGB Variations
Color information
#DBB0C1 (or 0xDBB0C1) is known color: Melanie. HEX triplet: DB, B0 and C1. RGB value is (219,176,193). Sum of RGB (Red+Green+Blue) = 219+176+193=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB0C1 is #244F3E. Grayscale: #BEBEBE. Windows color (decimal): -2379583 or 12693723. OLE color: 12693723.
HSL color Cylindrical-coordinate representation of color #DBB0C1: hue angle of 336.28º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBB0C1 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 193 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.14 |
| HSL | 336.28º | 0.37% | 0.77% | - |
| HSV(B) | 336.28º | 0.2% | 0.86% | - |
| XYZ | 54.36 | 49.96 | 57.23 | - |
| YUV | 190.8 | 129.25 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 193 | 0 | 0.20 | 0.12 | 0.14 | 336.28 | 0.37 | 0.77 |
| Hex | DB | B0 | C1 | 0 | 14 | C | E | 150 | 25 | 4D |
| Octal | 333 | 260 | 301 | 0 | 24 | 14 | 16 | 520 | 45 | 115 |
| Binary | 11011011 | 10110000 | 11000001 | 0 | 10100 | 1100 | 1110 | 101010000 | 100101 | 1001101 |
Color Harmonies of #DBB0C1
Complementary color
Monochromatic Colors of #DBB0C1
Black with #DBB0C1
Text Example
Text Example
White with #DBB0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB0C1; }
p { color: rgb(219,176,193); }
H1.HeaderClassName
{
color: #DBB0C1;
}
.AnyTagClassName
{
color: #DBB0C1;
}
</style>
background-color css
<style>
a { background-color: #DBB0C1; }
a { background-color: rgb(219,176,193); }
div.DivClassName
{
background-color: #DBB0C1;
}
.BgClassName
{
background-color: #DBB0C1;
}
</style>
border-color css
<style>
span { border-color: #DBB0C1; }
span { border-color: rgb(219,176,193); }
td.TdClassName
{
border-color: #DBB0C1;
}
.TagClassName
{
border-color: #DBB0C1;
}
</style>