Shades of Melanie #DFB5BD
Tints of Melanie #DFB5BD
RGB
CMYK
RGB Variations
Color information
#DFB5BD (or 0xDFB5BD) is known color: Melanie. HEX triplet: DF, B5 and BD. RGB value is (223,181,189). Sum of RGB (Red+Green+Blue) = 223+181+189=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 181 (71.09% from 255 or 30.52% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB5BD is #204A42. Grayscale: #C2C2C2. Windows color (decimal): -2116163 or 12432863. OLE color: 12432863.
HSL color Cylindrical-coordinate representation of color #DFB5BD: hue angle of 348.57º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFB5BD is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 189 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.13 |
| HSL | 348.57º | 0.4% | 0.79% | - |
| HSV(B) | 348.57º | 0.19% | 0.87% | - |
| XYZ | 56.14 | 52.41 | 55.3 | - |
| YUV | 194.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 189 | 0 | 0.19 | 0.15 | 0.13 | 348.57 | 0.4 | 0.79 |
| Hex | DF | B5 | BD | 0 | 13 | F | D | 15D | 28 | 4F |
| Octal | 337 | 265 | 275 | 0 | 23 | 17 | 15 | 535 | 50 | 117 |
| Binary | 11011111 | 10110101 | 10111101 | 0 | 10011 | 1111 | 1101 | 101011101 | 101000 | 1001111 |
Color Harmonies of #DFB5BD
Complementary color
Monochromatic Colors of #DFB5BD
Black with #DFB5BD
Text Example
Text Example
White with #DFB5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB5BD; }
p { color: rgb(223,181,189); }
H1.HeaderClassName
{
color: #DFB5BD;
}
.AnyTagClassName
{
color: #DFB5BD;
}
</style>
background-color css
<style>
a { background-color: #DFB5BD; }
a { background-color: rgb(223,181,189); }
div.DivClassName
{
background-color: #DFB5BD;
}
.BgClassName
{
background-color: #DFB5BD;
}
</style>
border-color css
<style>
span { border-color: #DFB5BD; }
span { border-color: rgb(223,181,189); }
td.TdClassName
{
border-color: #DFB5BD;
}
.TagClassName
{
border-color: #DFB5BD;
}
</style>