Shades of Melanie #DBC0C4
Tints of Melanie #DBC0C4
RGB
CMYK
RGB Variations
Color information
#DBC0C4 (or 0xDBC0C4) is known color: Melanie. HEX triplet: DB, C0 and C4. RGB value is (219,192,196). Sum of RGB (Red+Green+Blue) = 219+192+196=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 196 (76.95% from 255 or 32.29% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC0C4 is #243F3B. Grayscale: #C8C8C8. Windows color (decimal): -2375484 or 12894427. OLE color: 12894427.
HSL color Cylindrical-coordinate representation of color #DBC0C4: hue angle of 351.11º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBC0C4 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 196 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.14 |
| HSL | 351.11º | 0.27% | 0.81% | - |
| HSV(B) | 351.11º | 0.12% | 0.86% | - |
| XYZ | 58.03 | 56.74 | 60.12 | - |
| YUV | 200.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 196 | 0 | 0.12 | 0.11 | 0.14 | 351.11 | 0.27 | 0.81 |
| Hex | DB | C0 | C4 | 0 | C | B | E | 15F | 1B | 51 |
| Octal | 333 | 300 | 304 | 0 | 14 | 13 | 16 | 537 | 33 | 121 |
| Binary | 11011011 | 11000000 | 11000100 | 0 | 1100 | 1011 | 1110 | 101011111 | 11011 | 1010001 |
Color Harmonies of #DBC0C4
Complementary color
Monochromatic Colors of #DBC0C4
Black with #DBC0C4
Text Example
Text Example
White with #DBC0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC0C4; }
p { color: rgb(219,192,196); }
H1.HeaderClassName
{
color: #DBC0C4;
}
.AnyTagClassName
{
color: #DBC0C4;
}
</style>
background-color css
<style>
a { background-color: #DBC0C4; }
a { background-color: rgb(219,192,196); }
div.DivClassName
{
background-color: #DBC0C4;
}
.BgClassName
{
background-color: #DBC0C4;
}
</style>
border-color css
<style>
span { border-color: #DBC0C4; }
span { border-color: rgb(219,192,196); }
td.TdClassName
{
border-color: #DBC0C4;
}
.TagClassName
{
border-color: #DBC0C4;
}
</style>