Shades of Melanie #DFB1BB
Tints of Melanie #DFB1BB
RGB
CMYK
RGB Variations
Color information
#DFB1BB (or 0xDFB1BB) is known color: Melanie. HEX triplet: DF, B1 and BB. RGB value is (223,177,187). Sum of RGB (Red+Green+Blue) = 223+177+187=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1BB is #204E44. Grayscale: #BFBFBF. Windows color (decimal): -2117189 or 12300767. OLE color: 12300767.
HSL color Cylindrical-coordinate representation of color #DFB1BB: hue angle of 346.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 #DFB1BB is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 187 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.13 |
| HSL | 346.96º | 0.42% | 0.78% | - |
| HSV(B) | 346.96º | 0.21% | 0.87% | - |
| XYZ | 55.12 | 50.72 | 53.9 | - |
| YUV | 191.89 | 125.24 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 187 | 0 | 0.21 | 0.16 | 0.13 | 346.96 | 0.42 | 0.78 |
| Hex | DF | B1 | BB | 0 | 15 | 10 | D | 15B | 2A | 4E |
| Octal | 337 | 261 | 273 | 0 | 25 | 20 | 15 | 533 | 52 | 116 |
| Binary | 11011111 | 10110001 | 10111011 | 0 | 10101 | 10000 | 1101 | 101011011 | 101010 | 1001110 |
Color Harmonies of #DFB1BB
Complementary color
Monochromatic Colors of #DFB1BB
Black with #DFB1BB
Text Example
Text Example
White with #DFB1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB1BB; }
p { color: rgb(223,177,187); }
H1.HeaderClassName
{
color: #DFB1BB;
}
.AnyTagClassName
{
color: #DFB1BB;
}
</style>
background-color css
<style>
a { background-color: #DFB1BB; }
a { background-color: rgb(223,177,187); }
div.DivClassName
{
background-color: #DFB1BB;
}
.BgClassName
{
background-color: #DFB1BB;
}
</style>
border-color css
<style>
span { border-color: #DFB1BB; }
span { border-color: rgb(223,177,187); }
td.TdClassName
{
border-color: #DFB1BB;
}
.TagClassName
{
border-color: #DFB1BB;
}
</style>