Shades of Melanie #DFB6C0
Tints of Melanie #DFB6C0
RGB
CMYK
RGB Variations
Color information
#DFB6C0 (or 0xDFB6C0) is known color: Melanie. HEX triplet: DF, B6 and C0. RGB value is (223,182,192). Sum of RGB (Red+Green+Blue) = 223+182+192=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 182 (71.48% from 255 or 30.49% from 597); Blue value is 192 (75.39% from 255 or 32.16% from 597); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB6C0 is #20493F. Grayscale: #C3C3C3. Windows color (decimal): -2115904 or 12629727. OLE color: 12629727.
HSL color Cylindrical-coordinate representation of color #DFB6C0: hue angle of 345.37º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFB6C0 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 192 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.13 |
| HSL | 345.37º | 0.39% | 0.79% | - |
| HSV(B) | 345.37º | 0.18% | 0.87% | - |
| XYZ | 56.67 | 52.95 | 57.1 | - |
| YUV | 195.4 | 126.08 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 192 | 0 | 0.18 | 0.14 | 0.13 | 345.37 | 0.39 | 0.79 |
| Hex | DF | B6 | C0 | 0 | 12 | E | D | 159 | 27 | 4F |
| Octal | 337 | 266 | 300 | 0 | 22 | 16 | 15 | 531 | 47 | 117 |
| Binary | 11011111 | 10110110 | 11000000 | 0 | 10010 | 1110 | 1101 | 101011001 | 100111 | 1001111 |
Color Harmonies of #DFB6C0
Complementary color
Monochromatic Colors of #DFB6C0
Black with #DFB6C0
Text Example
Text Example
White with #DFB6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB6C0; }
p { color: rgb(223,182,192); }
H1.HeaderClassName
{
color: #DFB6C0;
}
.AnyTagClassName
{
color: #DFB6C0;
}
</style>
background-color css
<style>
a { background-color: #DFB6C0; }
a { background-color: rgb(223,182,192); }
div.DivClassName
{
background-color: #DFB6C0;
}
.BgClassName
{
background-color: #DFB6C0;
}
</style>
border-color css
<style>
span { border-color: #DFB6C0; }
span { border-color: rgb(223,182,192); }
td.TdClassName
{
border-color: #DFB6C0;
}
.TagClassName
{
border-color: #DFB6C0;
}
</style>