Shades of Melanie #DBC4C9
Tints of Melanie #DBC4C9
RGB
CMYK
RGB Variations
Color information
#DBC4C9 (or 0xDBC4C9) is known color: Melanie. HEX triplet: DB, C4 and C9. RGB value is (219,196,201). Sum of RGB (Red+Green+Blue) = 219+196+201=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 196 (76.95% from 255 or 31.82% from 616); Blue value is 201 (78.91% from 255 or 32.63% from 616); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC4C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC4C9 is #243B36. Grayscale: #CBCBCB. Windows color (decimal): -2374455 or 13223131. OLE color: 13223131.
HSL color Cylindrical-coordinate representation of color #DBC4C9: hue angle of 346.96º 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 #DBC4C9 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 201 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.14 |
| HSL | 346.96º | 0.24% | 0.81% | - |
| HSV(B) | 346.96º | 0.11% | 0.86% | - |
| XYZ | 59.5 | 58.76 | 63.46 | - |
| YUV | 203.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 201 | 0 | 0.11 | 0.08 | 0.14 | 346.96 | 0.24 | 0.81 |
| Hex | DB | C4 | C9 | 0 | B | 8 | E | 15B | 18 | 51 |
| Octal | 333 | 304 | 311 | 0 | 13 | 10 | 16 | 533 | 30 | 121 |
| Binary | 11011011 | 11000100 | 11001001 | 0 | 1011 | 1000 | 1110 | 101011011 | 11000 | 1010001 |
Color Harmonies of #DBC4C9
Complementary color
Monochromatic Colors of #DBC4C9
Black with #DBC4C9
Text Example
Text Example
White with #DBC4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC4C9; }
p { color: rgb(219,196,201); }
H1.HeaderClassName
{
color: #DBC4C9;
}
.AnyTagClassName
{
color: #DBC4C9;
}
</style>
background-color css
<style>
a { background-color: #DBC4C9; }
a { background-color: rgb(219,196,201); }
div.DivClassName
{
background-color: #DBC4C9;
}
.BgClassName
{
background-color: #DBC4C9;
}
</style>
border-color css
<style>
span { border-color: #DBC4C9; }
span { border-color: rgb(219,196,201); }
td.TdClassName
{
border-color: #DBC4C9;
}
.TagClassName
{
border-color: #DBC4C9;
}
</style>