Shades of Melanie #DFB0BB
Tints of Melanie #DFB0BB
RGB
CMYK
RGB Variations
Color information
#DFB0BB (or 0xDFB0BB) is known color: Melanie. HEX triplet: DF, B0 and BB. RGB value is (223,176,187). Sum of RGB (Red+Green+Blue) = 223+176+187=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB0BB is #204F44. Grayscale: #BFBFBF. Windows color (decimal): -2117445 or 12300511. OLE color: 12300511.
HSL color Cylindrical-coordinate representation of color #DFB0BB: hue angle of 345.96º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFB0BB is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 187 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.13 |
| HSL | 345.96º | 0.42% | 0.78% | - |
| HSV(B) | 345.96º | 0.21% | 0.87% | - |
| XYZ | 54.93 | 50.33 | 53.83 | - |
| YUV | 191.31 | 125.57 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 187 | 0 | 0.21 | 0.16 | 0.13 | 345.96 | 0.42 | 0.78 |
| Hex | DF | B0 | BB | 0 | 15 | 10 | D | 15A | 2A | 4E |
| Octal | 337 | 260 | 273 | 0 | 25 | 20 | 15 | 532 | 52 | 116 |
| Binary | 11011111 | 10110000 | 10111011 | 0 | 10101 | 10000 | 1101 | 101011010 | 101010 | 1001110 |
Color Harmonies of #DFB0BB
Complementary color
Monochromatic Colors of #DFB0BB
Black with #DFB0BB
Text Example
Text Example
White with #DFB0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB0BB; }
p { color: rgb(223,176,187); }
H1.HeaderClassName
{
color: #DFB0BB;
}
.AnyTagClassName
{
color: #DFB0BB;
}
</style>
background-color css
<style>
a { background-color: #DFB0BB; }
a { background-color: rgb(223,176,187); }
div.DivClassName
{
background-color: #DFB0BB;
}
.BgClassName
{
background-color: #DFB0BB;
}
</style>
border-color css
<style>
span { border-color: #DFB0BB; }
span { border-color: rgb(223,176,187); }
td.TdClassName
{
border-color: #DFB0BB;
}
.TagClassName
{
border-color: #DFB0BB;
}
</style>