Shades of Melanie #DBB6C0
Tints of Melanie #DBB6C0
RGB
CMYK
RGB Variations
Color information
#DBB6C0 (or 0xDBB6C0) is known color: Melanie. HEX triplet: DB, B6 and C0. RGB value is (219,182,192). Sum of RGB (Red+Green+Blue) = 219+182+192=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6C0 is #24493F. Grayscale: #C2C2C2. Windows color (decimal): -2378048 or 12629723. OLE color: 12629723.
HSL color Cylindrical-coordinate representation of color #DBB6C0: hue angle of 343.78º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBB6C0 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 182 | 192 | - |
CMYK | 0 | 0.17 | 0.12 | 0.14 |
HSL | 343.78º | 0.34% | 0.79% | - |
HSV(B) | 343.78º | 0.17% | 0.86% | - |
XYZ | 55.46 | 52.32 | 57.05 | - |
YUV | 194.2 | 126.76 | 145.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 182 | 192 | 0 | 0.17 | 0.12 | 0.14 | 343.78 | 0.34 | 0.79 |
Hex | DB | B6 | C0 | 0 | 11 | C | E | 158 | 22 | 4F |
Octal | 333 | 266 | 300 | 0 | 21 | 14 | 16 | 530 | 42 | 117 |
Binary | 11011011 | 10110110 | 11000000 | 0 | 10001 | 1100 | 1110 | 101011000 | 100010 | 1001111 |
Color Harmonies of #DBB6C0
Complementary color
Monochromatic Colors of #DBB6C0
Black with #DBB6C0
Text Example
Text Example
White with #DBB6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB6C0; }
p { color: rgb(219,182,192); }
H1.HeaderClassName
{
color: #DBB6C0;
}
.AnyTagClassName
{
color: #DBB6C0;
}
</style>
background-color css
<style>
a { background-color: #DBB6C0; }
a { background-color: rgb(219,182,192); }
div.DivClassName
{
background-color: #DBB6C0;
}
.BgClassName
{
background-color: #DBB6C0;
}
</style>
border-color css
<style>
span { border-color: #DBB6C0; }
span { border-color: rgb(219,182,192); }
td.TdClassName
{
border-color: #DBB6C0;
}
.TagClassName
{
border-color: #DBB6C0;
}
</style>