Shades of Melanie #DBC2C9
Tints of Melanie #DBC2C9
RGB
CMYK
RGB Variations
Color information
#DBC2C9 (or 0xDBC2C9) is known color: Melanie. HEX triplet: DB, C2 and C9. RGB value is (219,194,201). Sum of RGB (Red+Green+Blue) = 219+194+201=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2C9 is #243D36. Grayscale: #CACACA. Windows color (decimal): -2374967 or 13222619. OLE color: 13222619.
HSL color Cylindrical-coordinate representation of color #DBC2C9: hue angle of 343.2º 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 #DBC2C9 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 201 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.14 |
| HSL | 343.2º | 0.26% | 0.81% | - |
| HSV(B) | 343.2º | 0.11% | 0.86% | - |
| XYZ | 59.05 | 57.86 | 63.31 | - |
| YUV | 202.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 201 | 0 | 0.11 | 0.08 | 0.14 | 343.2 | 0.26 | 0.81 |
| Hex | DB | C2 | C9 | 0 | B | 8 | E | 157 | 1A | 51 |
| Octal | 333 | 302 | 311 | 0 | 13 | 10 | 16 | 527 | 32 | 121 |
| Binary | 11011011 | 11000010 | 11001001 | 0 | 1011 | 1000 | 1110 | 101010111 | 11010 | 1010001 |
Color Harmonies of #DBC2C9
Complementary color
Monochromatic Colors of #DBC2C9
Black with #DBC2C9
Text Example
Text Example
White with #DBC2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC2C9; }
p { color: rgb(219,194,201); }
H1.HeaderClassName
{
color: #DBC2C9;
}
.AnyTagClassName
{
color: #DBC2C9;
}
</style>
background-color css
<style>
a { background-color: #DBC2C9; }
a { background-color: rgb(219,194,201); }
div.DivClassName
{
background-color: #DBC2C9;
}
.BgClassName
{
background-color: #DBC2C9;
}
</style>
border-color css
<style>
span { border-color: #DBC2C9; }
span { border-color: rgb(219,194,201); }
td.TdClassName
{
border-color: #DBC2C9;
}
.TagClassName
{
border-color: #DBC2C9;
}
</style>