Shades of Melanie #DFB3BD
Tints of Melanie #DFB3BD
RGB
CMYK
RGB Variations
Color information
#DFB3BD (or 0xDFB3BD) is known color: Melanie. HEX triplet: DF, B3 and BD. RGB value is (223,179,189). Sum of RGB (Red+Green+Blue) = 223+179+189=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 179 (70.31% from 255 or 30.29% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB3BD is #204C42. Grayscale: #C1C1C1. Windows color (decimal): -2116675 or 12432351. OLE color: 12432351.
HSL color Cylindrical-coordinate representation of color #DFB3BD: hue angle of 346.36º 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 #DFB3BD is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 189 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.13 |
| HSL | 346.36º | 0.41% | 0.79% | - |
| HSV(B) | 346.36º | 0.2% | 0.87% | - |
| XYZ | 55.74 | 51.6 | 55.17 | - |
| YUV | 193.3 | 125.58 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 189 | 0 | 0.20 | 0.15 | 0.13 | 346.36 | 0.41 | 0.79 |
| Hex | DF | B3 | BD | 0 | 14 | F | D | 15A | 29 | 4F |
| Octal | 337 | 263 | 275 | 0 | 24 | 17 | 15 | 532 | 51 | 117 |
| Binary | 11011111 | 10110011 | 10111101 | 0 | 10100 | 1111 | 1101 | 101011010 | 101001 | 1001111 |
Color Harmonies of #DFB3BD
Complementary color
Monochromatic Colors of #DFB3BD
Black with #DFB3BD
Text Example
Text Example
White with #DFB3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB3BD; }
p { color: rgb(223,179,189); }
H1.HeaderClassName
{
color: #DFB3BD;
}
.AnyTagClassName
{
color: #DFB3BD;
}
</style>
background-color css
<style>
a { background-color: #DFB3BD; }
a { background-color: rgb(223,179,189); }
div.DivClassName
{
background-color: #DFB3BD;
}
.BgClassName
{
background-color: #DFB3BD;
}
</style>
border-color css
<style>
span { border-color: #DFB3BD; }
span { border-color: rgb(223,179,189); }
td.TdClassName
{
border-color: #DFB3BD;
}
.TagClassName
{
border-color: #DFB3BD;
}
</style>