Shades of Melanie #DBC2C6
Tints of Melanie #DBC2C6
RGB
CMYK
RGB Variations
Color information
#DBC2C6 (or 0xDBC2C6) is known color: Melanie. HEX triplet: DB, C2 and C6. RGB value is (219,194,198). Sum of RGB (Red+Green+Blue) = 219+194+198=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 198 (77.73% from 255 or 32.41% from 611); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2C6 is #243D39. Grayscale: #C9C9C9. Windows color (decimal): -2374970 or 13026011. OLE color: 13026011.
HSL color Cylindrical-coordinate representation of color #DBC2C6: hue angle of 350.4º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBC2C6 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 198 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.14 |
| HSL | 350.4º | 0.26% | 0.81% | - |
| HSV(B) | 350.4º | 0.11% | 0.86% | - |
| XYZ | 58.7 | 57.72 | 61.47 | - |
| YUV | 201.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 198 | 0 | 0.11 | 0.10 | 0.14 | 350.4 | 0.26 | 0.81 |
| Hex | DB | C2 | C6 | 0 | B | A | E | 15E | 1A | 51 |
| Octal | 333 | 302 | 306 | 0 | 13 | 12 | 16 | 536 | 32 | 121 |
| Binary | 11011011 | 11000010 | 11000110 | 0 | 1011 | 1010 | 1110 | 101011110 | 11010 | 1010001 |
Color Harmonies of #DBC2C6
Complementary color
Monochromatic Colors of #DBC2C6
Black with #DBC2C6
Text Example
Text Example
White with #DBC2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC2C6; }
p { color: rgb(219,194,198); }
H1.HeaderClassName
{
color: #DBC2C6;
}
.AnyTagClassName
{
color: #DBC2C6;
}
</style>
background-color css
<style>
a { background-color: #DBC2C6; }
a { background-color: rgb(219,194,198); }
div.DivClassName
{
background-color: #DBC2C6;
}
.BgClassName
{
background-color: #DBC2C6;
}
</style>
border-color css
<style>
span { border-color: #DBC2C6; }
span { border-color: rgb(219,194,198); }
td.TdClassName
{
border-color: #DBC2C6;
}
.TagClassName
{
border-color: #DBC2C6;
}
</style>