Shades of Melanie #DFB3BF
Tints of Melanie #DFB3BF
RGB
CMYK
RGB Variations
Color information
#DFB3BF (or 0xDFB3BF) is known color: Melanie. HEX triplet: DF, B3 and BF. RGB value is (223,179,191). Sum of RGB (Red+Green+Blue) = 223+179+191=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 179 (70.31% from 255 or 30.19% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB3BF is #204C40. Grayscale: #C1C1C1. Windows color (decimal): -2116673 or 12563423. OLE color: 12563423.
HSL color Cylindrical-coordinate representation of color #DFB3BF: hue angle of 343.64º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFB3BF is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 191 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.13 |
| HSL | 343.64º | 0.41% | 0.79% | - |
| HSV(B) | 343.64º | 0.2% | 0.87% | - |
| XYZ | 55.96 | 51.69 | 56.32 | - |
| YUV | 193.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 191 | 0 | 0.20 | 0.14 | 0.13 | 343.64 | 0.41 | 0.79 |
| Hex | DF | B3 | BF | 0 | 14 | E | D | 158 | 29 | 4F |
| Octal | 337 | 263 | 277 | 0 | 24 | 16 | 15 | 530 | 51 | 117 |
| Binary | 11011111 | 10110011 | 10111111 | 0 | 10100 | 1110 | 1101 | 101011000 | 101001 | 1001111 |
Color Harmonies of #DFB3BF
Complementary color
Monochromatic Colors of #DFB3BF
Black with #DFB3BF
Text Example
Text Example
White with #DFB3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB3BF; }
p { color: rgb(223,179,191); }
H1.HeaderClassName
{
color: #DFB3BF;
}
.AnyTagClassName
{
color: #DFB3BF;
}
</style>
background-color css
<style>
a { background-color: #DFB3BF; }
a { background-color: rgb(223,179,191); }
div.DivClassName
{
background-color: #DFB3BF;
}
.BgClassName
{
background-color: #DFB3BF;
}
</style>
border-color css
<style>
span { border-color: #DFB3BF; }
span { border-color: rgb(223,179,191); }
td.TdClassName
{
border-color: #DFB3BF;
}
.TagClassName
{
border-color: #DFB3BF;
}
</style>