Shades of Melanie #DBC4C6
Tints of Melanie #DBC4C6
RGB
CMYK
RGB Variations
Color information
#DBC4C6 (or 0xDBC4C6) is known color: Melanie. HEX triplet: DB, C4 and C6. RGB value is (219,196,198). Sum of RGB (Red+Green+Blue) = 219+196+198=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 196 (76.95% from 255 or 31.97% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC4C6 is #243B39. Grayscale: #CBCBCB. Windows color (decimal): -2374458 or 13026523. OLE color: 13026523.
HSL color Cylindrical-coordinate representation of color #DBC4C6: hue angle of 354.78º degrees, saturation: 0.24, 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 #DBC4C6 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 198 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.14 |
| HSL | 354.78º | 0.24% | 0.81% | - |
| HSV(B) | 354.78º | 0.11% | 0.86% | - |
| XYZ | 59.15 | 58.62 | 61.62 | - |
| YUV | 203.11 | 125.12 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 198 | 0 | 0.11 | 0.10 | 0.14 | 354.78 | 0.24 | 0.81 |
| Hex | DB | C4 | C6 | 0 | B | A | E | 163 | 18 | 51 |
| Octal | 333 | 304 | 306 | 0 | 13 | 12 | 16 | 543 | 30 | 121 |
| Binary | 11011011 | 11000100 | 11000110 | 0 | 1011 | 1010 | 1110 | 101100011 | 11000 | 1010001 |
Color Harmonies of #DBC4C6
Complementary color
Monochromatic Colors of #DBC4C6
Black with #DBC4C6
Text Example
Text Example
White with #DBC4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC4C6; }
p { color: rgb(219,196,198); }
H1.HeaderClassName
{
color: #DBC4C6;
}
.AnyTagClassName
{
color: #DBC4C6;
}
</style>
background-color css
<style>
a { background-color: #DBC4C6; }
a { background-color: rgb(219,196,198); }
div.DivClassName
{
background-color: #DBC4C6;
}
.BgClassName
{
background-color: #DBC4C6;
}
</style>
border-color css
<style>
span { border-color: #DBC4C6; }
span { border-color: rgb(219,196,198); }
td.TdClassName
{
border-color: #DBC4C6;
}
.TagClassName
{
border-color: #DBC4C6;
}
</style>