Shades of Melanie #DFB0C1
Tints of Melanie #DFB0C1
RGB
CMYK
RGB Variations
Color information
#DFB0C1 (or 0xDFB0C1) is known color: Melanie. HEX triplet: DF, B0 and C1. RGB value is (223,176,193). Sum of RGB (Red+Green+Blue) = 223+176+193=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 176 (69.14% from 255 or 29.73% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB0C1 is #204F3E. Grayscale: #BFBFBF. Windows color (decimal): -2117439 or 12693727. OLE color: 12693727.
HSL color Cylindrical-coordinate representation of color #DFB0C1: hue angle of 338.3º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFB0C1 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 193 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.13 |
| HSL | 338.3º | 0.42% | 0.78% | - |
| HSV(B) | 338.3º | 0.21% | 0.87% | - |
| XYZ | 55.58 | 50.59 | 57.29 | - |
| YUV | 191.99 | 128.57 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 193 | 0 | 0.21 | 0.13 | 0.13 | 338.3 | 0.42 | 0.78 |
| Hex | DF | B0 | C1 | 0 | 15 | D | D | 152 | 2A | 4E |
| Octal | 337 | 260 | 301 | 0 | 25 | 15 | 15 | 522 | 52 | 116 |
| Binary | 11011111 | 10110000 | 11000001 | 0 | 10101 | 1101 | 1101 | 101010010 | 101010 | 1001110 |
Color Harmonies of #DFB0C1
Complementary color
Monochromatic Colors of #DFB0C1
Black with #DFB0C1
Text Example
Text Example
White with #DFB0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB0C1; }
p { color: rgb(223,176,193); }
H1.HeaderClassName
{
color: #DFB0C1;
}
.AnyTagClassName
{
color: #DFB0C1;
}
</style>
background-color css
<style>
a { background-color: #DFB0C1; }
a { background-color: rgb(223,176,193); }
div.DivClassName
{
background-color: #DFB0C1;
}
.BgClassName
{
background-color: #DFB0C1;
}
</style>
border-color css
<style>
span { border-color: #DFB0C1; }
span { border-color: rgb(223,176,193); }
td.TdClassName
{
border-color: #DFB0C1;
}
.TagClassName
{
border-color: #DFB0C1;
}
</style>