Shades of Melanie #DBC2C8
Tints of Melanie #DBC2C8
RGB
CMYK
RGB Variations
Color information
#DBC2C8 (or 0xDBC2C8) is known color: Melanie. HEX triplet: DB, C2 and C8. RGB value is (219,194,200). Sum of RGB (Red+Green+Blue) = 219+194+200=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 194 (76.17% from 255 or 31.65% from 613); Blue value is 200 (78.52% from 255 or 32.63% from 613); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2C8 is #243D37. Grayscale: #CACACA. Windows color (decimal): -2374968 or 13157083. OLE color: 13157083.
HSL color Cylindrical-coordinate representation of color #DBC2C8: hue angle of 345.6º 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 #DBC2C8 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 200 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.14 |
| HSL | 345.6º | 0.26% | 0.81% | - |
| HSV(B) | 345.6º | 0.11% | 0.86% | - |
| XYZ | 58.93 | 57.81 | 62.7 | - |
| YUV | 202.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 200 | 0 | 0.11 | 0.09 | 0.14 | 345.6 | 0.26 | 0.81 |
| Hex | DB | C2 | C8 | 0 | B | 9 | E | 15A | 1A | 51 |
| Octal | 333 | 302 | 310 | 0 | 13 | 11 | 16 | 532 | 32 | 121 |
| Binary | 11011011 | 11000010 | 11001000 | 0 | 1011 | 1001 | 1110 | 101011010 | 11010 | 1010001 |
Color Harmonies of #DBC2C8
Complementary color
Monochromatic Colors of #DBC2C8
Black with #DBC2C8
Text Example
Text Example
White with #DBC2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC2C8; }
p { color: rgb(219,194,200); }
H1.HeaderClassName
{
color: #DBC2C8;
}
.AnyTagClassName
{
color: #DBC2C8;
}
</style>
background-color css
<style>
a { background-color: #DBC2C8; }
a { background-color: rgb(219,194,200); }
div.DivClassName
{
background-color: #DBC2C8;
}
.BgClassName
{
background-color: #DBC2C8;
}
</style>
border-color css
<style>
span { border-color: #DBC2C8; }
span { border-color: rgb(219,194,200); }
td.TdClassName
{
border-color: #DBC2C8;
}
.TagClassName
{
border-color: #DBC2C8;
}
</style>