Shades of Melanie #DBC6CB
Tints of Melanie #DBC6CB
RGB
CMYK
RGB Variations
Color information
#DBC6CB (or 0xDBC6CB) is known color: Melanie. HEX triplet: DB, C6 and CB. RGB value is (219,198,203). Sum of RGB (Red+Green+Blue) = 219+198+203=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC6CB is #243934. Grayscale: #CCCCCC. Windows color (decimal): -2373941 or 13354715. OLE color: 13354715.
HSL color Cylindrical-coordinate representation of color #DBC6CB: hue angle of 345.71º 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 #DBC6CB is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 203 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.14 |
| HSL | 345.71º | 0.23% | 0.82% | - |
| HSV(B) | 345.71º | 0.1% | 0.86% | - |
| XYZ | 60.19 | 59.76 | 64.86 | - |
| YUV | 204.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 203 | 0 | 0.10 | 0.07 | 0.14 | 345.71 | 0.23 | 0.82 |
| Hex | DB | C6 | CB | 0 | A | 7 | E | 15A | 17 | 52 |
| Octal | 333 | 306 | 313 | 0 | 12 | 7 | 16 | 532 | 27 | 122 |
| Binary | 11011011 | 11000110 | 11001011 | 0 | 1010 | 111 | 1110 | 101011010 | 10111 | 1010010 |
Color Harmonies of #DBC6CB
Complementary color
Monochromatic Colors of #DBC6CB
Black with #DBC6CB
Text Example
Text Example
White with #DBC6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC6CB; }
p { color: rgb(219,198,203); }
H1.HeaderClassName
{
color: #DBC6CB;
}
.AnyTagClassName
{
color: #DBC6CB;
}
</style>
background-color css
<style>
a { background-color: #DBC6CB; }
a { background-color: rgb(219,198,203); }
div.DivClassName
{
background-color: #DBC6CB;
}
.BgClassName
{
background-color: #DBC6CB;
}
</style>
border-color css
<style>
span { border-color: #DBC6CB; }
span { border-color: rgb(219,198,203); }
td.TdClassName
{
border-color: #DBC6CB;
}
.TagClassName
{
border-color: #DBC6CB;
}
</style>