Shades of Melanie #DBB6C1
Tints of Melanie #DBB6C1
RGB
CMYK
RGB Variations
Color information
#DBB6C1 (or 0xDBB6C1) is known color: Melanie. HEX triplet: DB, B6 and C1. RGB value is (219,182,193). Sum of RGB (Red+Green+Blue) = 219+182+193=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 182 (71.48% from 255 or 30.64% from 594); Blue value is 193 (75.78% from 255 or 32.49% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6C1 is #24493E. Grayscale: #C2C2C2. Windows color (decimal): -2378047 or 12695259. OLE color: 12695259.
HSL color Cylindrical-coordinate representation of color #DBB6C1: hue angle of 342.16º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBB6C1 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 193 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.14 |
| HSL | 342.16º | 0.34% | 0.79% | - |
| HSV(B) | 342.16º | 0.17% | 0.86% | - |
| XYZ | 55.57 | 52.37 | 57.63 | - |
| YUV | 194.32 | 127.26 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 193 | 0 | 0.17 | 0.12 | 0.14 | 342.16 | 0.34 | 0.79 |
| Hex | DB | B6 | C1 | 0 | 11 | C | E | 156 | 22 | 4F |
| Octal | 333 | 266 | 301 | 0 | 21 | 14 | 16 | 526 | 42 | 117 |
| Binary | 11011011 | 10110110 | 11000001 | 0 | 10001 | 1100 | 1110 | 101010110 | 100010 | 1001111 |
Color Harmonies of #DBB6C1
Complementary color
Monochromatic Colors of #DBB6C1
Black with #DBB6C1
Text Example
Text Example
White with #DBB6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB6C1; }
p { color: rgb(219,182,193); }
H1.HeaderClassName
{
color: #DBB6C1;
}
.AnyTagClassName
{
color: #DBB6C1;
}
</style>
background-color css
<style>
a { background-color: #DBB6C1; }
a { background-color: rgb(219,182,193); }
div.DivClassName
{
background-color: #DBB6C1;
}
.BgClassName
{
background-color: #DBB6C1;
}
</style>
border-color css
<style>
span { border-color: #DBB6C1; }
span { border-color: rgb(219,182,193); }
td.TdClassName
{
border-color: #DBB6C1;
}
.TagClassName
{
border-color: #DBB6C1;
}
</style>