Shades of Melanie #DFB7C6
Tints of Melanie #DFB7C6
RGB
CMYK
RGB Variations
Color information
#DFB7C6 (or 0xDFB7C6) is known color: Melanie. HEX triplet: DF, B7 and C6. RGB value is (223,183,198). Sum of RGB (Red+Green+Blue) = 223+183+198=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 183 (71.88% from 255 or 30.30% from 604); Blue value is 198 (77.73% from 255 or 32.78% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB7C6 is #204839. Grayscale: #C4C4C4. Windows color (decimal): -2115642 or 13023199. OLE color: 13023199.
HSL color Cylindrical-coordinate representation of color #DFB7C6: hue angle of 337.5º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFB7C6 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 198 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.13 |
| HSL | 337.5º | 0.38% | 0.8% | - |
| HSV(B) | 337.5º | 0.18% | 0.87% | - |
| XYZ | 57.56 | 53.63 | 60.74 | - |
| YUV | 196.67 | 128.75 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 198 | 0 | 0.18 | 0.11 | 0.13 | 337.5 | 0.38 | 0.8 |
| Hex | DF | B7 | C6 | 0 | 12 | B | D | 152 | 26 | 50 |
| Octal | 337 | 267 | 306 | 0 | 22 | 13 | 15 | 522 | 46 | 120 |
| Binary | 11011111 | 10110111 | 11000110 | 0 | 10010 | 1011 | 1101 | 101010010 | 100110 | 1010000 |
Color Harmonies of #DFB7C6
Complementary color
Monochromatic Colors of #DFB7C6
Black with #DFB7C6
Text Example
Text Example
White with #DFB7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB7C6; }
p { color: rgb(223,183,198); }
H1.HeaderClassName
{
color: #DFB7C6;
}
.AnyTagClassName
{
color: #DFB7C6;
}
</style>
background-color css
<style>
a { background-color: #DFB7C6; }
a { background-color: rgb(223,183,198); }
div.DivClassName
{
background-color: #DFB7C6;
}
.BgClassName
{
background-color: #DFB7C6;
}
</style>
border-color css
<style>
span { border-color: #DFB7C6; }
span { border-color: rgb(223,183,198); }
td.TdClassName
{
border-color: #DFB7C6;
}
.TagClassName
{
border-color: #DFB7C6;
}
</style>