Shades of Melanie #DFB2C0
Tints of Melanie #DFB2C0
RGB
CMYK
RGB Variations
Color information
#DFB2C0 (or 0xDFB2C0) is known color: Melanie. HEX triplet: DF, B2 and C0. RGB value is (223,178,192). Sum of RGB (Red+Green+Blue) = 223+178+192=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 178 (69.92% from 255 or 30.02% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB2C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB2C0 is #204D3F. Grayscale: #C1C1C1. Windows color (decimal): -2116928 or 12628703. OLE color: 12628703.
HSL color Cylindrical-coordinate representation of color #DFB2C0: hue angle of 341.33º 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 #DFB2C0 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 192 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.13 |
| HSL | 341.33º | 0.41% | 0.79% | - |
| HSV(B) | 341.33º | 0.2% | 0.87% | - |
| XYZ | 55.87 | 51.33 | 56.83 | - |
| YUV | 193.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 192 | 0 | 0.20 | 0.14 | 0.13 | 341.33 | 0.41 | 0.79 |
| Hex | DF | B2 | C0 | 0 | 14 | E | D | 155 | 29 | 4F |
| Octal | 337 | 262 | 300 | 0 | 24 | 16 | 15 | 525 | 51 | 117 |
| Binary | 11011111 | 10110010 | 11000000 | 0 | 10100 | 1110 | 1101 | 101010101 | 101001 | 1001111 |
Color Harmonies of #DFB2C0
Complementary color
Monochromatic Colors of #DFB2C0
Black with #DFB2C0
Text Example
Text Example
White with #DFB2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB2C0; }
p { color: rgb(223,178,192); }
H1.HeaderClassName
{
color: #DFB2C0;
}
.AnyTagClassName
{
color: #DFB2C0;
}
</style>
background-color css
<style>
a { background-color: #DFB2C0; }
a { background-color: rgb(223,178,192); }
div.DivClassName
{
background-color: #DFB2C0;
}
.BgClassName
{
background-color: #DFB2C0;
}
</style>
border-color css
<style>
span { border-color: #DFB2C0; }
span { border-color: rgb(223,178,192); }
td.TdClassName
{
border-color: #DFB2C0;
}
.TagClassName
{
border-color: #DFB2C0;
}
</style>