Shades of Melanie #DFB8BF
Tints of Melanie #DFB8BF
RGB
CMYK
RGB Variations
Color information
#DFB8BF (or 0xDFB8BF) is known color: Melanie. HEX triplet: DF, B8 and BF. RGB value is (223,184,191). Sum of RGB (Red+Green+Blue) = 223+184+191=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 184 (72.27% from 255 or 30.77% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB8BF is #204740. Grayscale: #C4C4C4. Windows color (decimal): -2115393 or 12564703. OLE color: 12564703.
HSL color Cylindrical-coordinate representation of color #DFB8BF: hue angle of 349.23º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFB8BF is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 191 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.13 |
| HSL | 349.23º | 0.38% | 0.8% | - |
| HSV(B) | 349.23º | 0.17% | 0.87% | - |
| XYZ | 56.98 | 53.73 | 56.66 | - |
| YUV | 196.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 191 | 0 | 0.17 | 0.14 | 0.13 | 349.23 | 0.38 | 0.8 |
| Hex | DF | B8 | BF | 0 | 11 | E | D | 15D | 26 | 50 |
| Octal | 337 | 270 | 277 | 0 | 21 | 16 | 15 | 535 | 46 | 120 |
| Binary | 11011111 | 10111000 | 10111111 | 0 | 10001 | 1110 | 1101 | 101011101 | 100110 | 1010000 |
Color Harmonies of #DFB8BF
Complementary color
Monochromatic Colors of #DFB8BF
Black with #DFB8BF
Text Example
Text Example
White with #DFB8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB8BF; }
p { color: rgb(223,184,191); }
H1.HeaderClassName
{
color: #DFB8BF;
}
.AnyTagClassName
{
color: #DFB8BF;
}
</style>
background-color css
<style>
a { background-color: #DFB8BF; }
a { background-color: rgb(223,184,191); }
div.DivClassName
{
background-color: #DFB8BF;
}
.BgClassName
{
background-color: #DFB8BF;
}
</style>
border-color css
<style>
span { border-color: #DFB8BF; }
span { border-color: rgb(223,184,191); }
td.TdClassName
{
border-color: #DFB8BF;
}
.TagClassName
{
border-color: #DFB8BF;
}
</style>