Shades of Melanie #DBB7C0
Tints of Melanie #DBB7C0
RGB
CMYK
RGB Variations
Color information
#DBB7C0 (or 0xDBB7C0) is known color: Melanie. HEX triplet: DB, B7 and C0. RGB value is (219,183,192). Sum of RGB (Red+Green+Blue) = 219+183+192=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 183 (71.88% from 255 or 30.81% from 594); Blue value is 192 (75.39% from 255 or 32.32% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7C0 is #24483F. Grayscale: #C2C2C2. Windows color (decimal): -2377792 or 12629979. OLE color: 12629979.
HSL color Cylindrical-coordinate representation of color #DBB7C0: hue angle of 345º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBB7C0 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 183 | 192 | - |
CMYK | 0 | 0.16 | 0.12 | 0.14 |
HSL | 345º | 0.33% | 0.79% | - |
HSV(B) | 345º | 0.16% | 0.86% | - |
XYZ | 55.66 | 52.73 | 57.11 | - |
YUV | 194.79 | 126.43 | 145.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 183 | 192 | 0 | 0.16 | 0.12 | 0.14 | 345 | 0.33 | 0.79 |
Hex | DB | B7 | C0 | 0 | 10 | C | E | 159 | 21 | 4F |
Octal | 333 | 267 | 300 | 0 | 20 | 14 | 16 | 531 | 41 | 117 |
Binary | 11011011 | 10110111 | 11000000 | 0 | 10000 | 1100 | 1110 | 101011001 | 100001 | 1001111 |
Color Harmonies of #DBB7C0
Complementary color
Monochromatic Colors of #DBB7C0
Black with #DBB7C0
Text Example
Text Example
White with #DBB7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB7C0; }
p { color: rgb(219,183,192); }
H1.HeaderClassName
{
color: #DBB7C0;
}
.AnyTagClassName
{
color: #DBB7C0;
}
</style>
background-color css
<style>
a { background-color: #DBB7C0; }
a { background-color: rgb(219,183,192); }
div.DivClassName
{
background-color: #DBB7C0;
}
.BgClassName
{
background-color: #DBB7C0;
}
</style>
border-color css
<style>
span { border-color: #DBB7C0; }
span { border-color: rgb(219,183,192); }
td.TdClassName
{
border-color: #DBB7C0;
}
.TagClassName
{
border-color: #DBB7C0;
}
</style>