Shades of Melanie #DFB4BE
Tints of Melanie #DFB4BE
RGB
CMYK
RGB Variations
Color information
#DFB4BE (or 0xDFB4BE) is known color: Melanie. HEX triplet: DF, B4 and BE. RGB value is (223,180,190). Sum of RGB (Red+Green+Blue) = 223+180+190=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 180 (70.70% from 255 or 30.35% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB4BE is #204B41. Grayscale: #C1C1C1. Windows color (decimal): -2116418 or 12498143. OLE color: 12498143.
HSL color Cylindrical-coordinate representation of color #DFB4BE: hue angle of 346.05º 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 #DFB4BE is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 190 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.13 |
| HSL | 346.05º | 0.4% | 0.79% | - |
| HSV(B) | 346.05º | 0.19% | 0.87% | - |
| XYZ | 56.05 | 52.05 | 55.81 | - |
| YUV | 194 | 125.75 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 190 | 0 | 0.19 | 0.15 | 0.13 | 346.05 | 0.4 | 0.79 |
| Hex | DF | B4 | BE | 0 | 13 | F | D | 15A | 28 | 4F |
| Octal | 337 | 264 | 276 | 0 | 23 | 17 | 15 | 532 | 50 | 117 |
| Binary | 11011111 | 10110100 | 10111110 | 0 | 10011 | 1111 | 1101 | 101011010 | 101000 | 1001111 |
Color Harmonies of #DFB4BE
Complementary color
Monochromatic Colors of #DFB4BE
Black with #DFB4BE
Text Example
Text Example
White with #DFB4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB4BE; }
p { color: rgb(223,180,190); }
H1.HeaderClassName
{
color: #DFB4BE;
}
.AnyTagClassName
{
color: #DFB4BE;
}
</style>
background-color css
<style>
a { background-color: #DFB4BE; }
a { background-color: rgb(223,180,190); }
div.DivClassName
{
background-color: #DFB4BE;
}
.BgClassName
{
background-color: #DFB4BE;
}
</style>
border-color css
<style>
span { border-color: #DFB4BE; }
span { border-color: rgb(223,180,190); }
td.TdClassName
{
border-color: #DFB4BE;
}
.TagClassName
{
border-color: #DFB4BE;
}
</style>