Shades of Melanie #DBC5C9
Tints of Melanie #DBC5C9
RGB
CMYK
RGB Variations
Color information
#DBC5C9 (or 0xDBC5C9) is known color: Melanie. HEX triplet: DB, C5 and C9. RGB value is (219,197,201). Sum of RGB (Red+Green+Blue) = 219+197+201=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 197 (77.34% from 255 or 31.93% from 617); Blue value is 201 (78.91% from 255 or 32.58% from 617); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC5C9 is #243A36. Grayscale: #CCCCCC. Windows color (decimal): -2374199 or 13223387. OLE color: 13223387.
HSL color Cylindrical-coordinate representation of color #DBC5C9: hue angle of 349.09º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBC5C9 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 201 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.14 |
| HSL | 349.09º | 0.23% | 0.82% | - |
| HSV(B) | 349.09º | 0.1% | 0.86% | - |
| XYZ | 59.72 | 59.21 | 63.54 | - |
| YUV | 204.03 | 126.29 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 201 | 0 | 0.10 | 0.08 | 0.14 | 349.09 | 0.23 | 0.82 |
| Hex | DB | C5 | C9 | 0 | A | 8 | E | 15D | 17 | 52 |
| Octal | 333 | 305 | 311 | 0 | 12 | 10 | 16 | 535 | 27 | 122 |
| Binary | 11011011 | 11000101 | 11001001 | 0 | 1010 | 1000 | 1110 | 101011101 | 10111 | 1010010 |
Color Harmonies of #DBC5C9
Complementary color
Monochromatic Colors of #DBC5C9
Black with #DBC5C9
Text Example
Text Example
White with #DBC5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC5C9; }
p { color: rgb(219,197,201); }
H1.HeaderClassName
{
color: #DBC5C9;
}
.AnyTagClassName
{
color: #DBC5C9;
}
</style>
background-color css
<style>
a { background-color: #DBC5C9; }
a { background-color: rgb(219,197,201); }
div.DivClassName
{
background-color: #DBC5C9;
}
.BgClassName
{
background-color: #DBC5C9;
}
</style>
border-color css
<style>
span { border-color: #DBC5C9; }
span { border-color: rgb(219,197,201); }
td.TdClassName
{
border-color: #DBC5C9;
}
.TagClassName
{
border-color: #DBC5C9;
}
</style>