Shades of Melanie #DFBBC0
Tints of Melanie #DFBBC0
RGB
CMYK
RGB Variations
Color information
#DFBBC0 (or 0xDFBBC0) is known color: Melanie. HEX triplet: DF, BB and C0. RGB value is (223,187,192). Sum of RGB (Red+Green+Blue) = 223+187+192=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBC0 is #20443F. Grayscale: #C6C6C6. Windows color (decimal): -2114624 or 12631007. OLE color: 12631007.
HSL color Cylindrical-coordinate representation of color #DFBBC0: hue angle of 351.67º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFBBC0 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 192 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.13 |
| HSL | 351.67º | 0.36% | 0.8% | - |
| HSV(B) | 351.67º | 0.16% | 0.87% | - |
| XYZ | 57.72 | 55.03 | 57.45 | - |
| YUV | 198.33 | 124.43 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 192 | 0 | 0.16 | 0.14 | 0.13 | 351.67 | 0.36 | 0.8 |
| Hex | DF | BB | C0 | 0 | 10 | E | D | 160 | 24 | 50 |
| Octal | 337 | 273 | 300 | 0 | 20 | 16 | 15 | 540 | 44 | 120 |
| Binary | 11011111 | 10111011 | 11000000 | 0 | 10000 | 1110 | 1101 | 101100000 | 100100 | 1010000 |
Color Harmonies of #DFBBC0
Complementary color
Monochromatic Colors of #DFBBC0
Black with #DFBBC0
Text Example
Text Example
White with #DFBBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBBC0; }
p { color: rgb(223,187,192); }
H1.HeaderClassName
{
color: #DFBBC0;
}
.AnyTagClassName
{
color: #DFBBC0;
}
</style>
background-color css
<style>
a { background-color: #DFBBC0; }
a { background-color: rgb(223,187,192); }
div.DivClassName
{
background-color: #DFBBC0;
}
.BgClassName
{
background-color: #DFBBC0;
}
</style>
border-color css
<style>
span { border-color: #DFBBC0; }
span { border-color: rgb(223,187,192); }
td.TdClassName
{
border-color: #DFBBC0;
}
.TagClassName
{
border-color: #DFBBC0;
}
</style>