Shades of Melanie #DFB0C4
Tints of Melanie #DFB0C4
RGB
CMYK
RGB Variations
Color information
#DFB0C4 (or 0xDFB0C4) is known color: Melanie. HEX triplet: DF, B0 and C4. RGB value is (223,176,196). Sum of RGB (Red+Green+Blue) = 223+176+196=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB0C4 is #204F3B. Grayscale: #C0C0C0. Windows color (decimal): -2117436 or 12890335. OLE color: 12890335.
HSL color Cylindrical-coordinate representation of color #DFB0C4: hue angle of 334.47º 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 #DFB0C4 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 196 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.13 |
| HSL | 334.47º | 0.42% | 0.78% | - |
| HSV(B) | 334.47º | 0.21% | 0.87% | - |
| XYZ | 55.92 | 50.72 | 59.07 | - |
| YUV | 192.33 | 130.07 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 196 | 0 | 0.21 | 0.12 | 0.13 | 334.47 | 0.42 | 0.78 |
| Hex | DF | B0 | C4 | 0 | 15 | C | D | 14E | 2A | 4E |
| Octal | 337 | 260 | 304 | 0 | 25 | 14 | 15 | 516 | 52 | 116 |
| Binary | 11011111 | 10110000 | 11000100 | 0 | 10101 | 1100 | 1101 | 101001110 | 101010 | 1001110 |
Color Harmonies of #DFB0C4
Complementary color
Monochromatic Colors of #DFB0C4
Black with #DFB0C4
Text Example
Text Example
White with #DFB0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB0C4; }
p { color: rgb(223,176,196); }
H1.HeaderClassName
{
color: #DFB0C4;
}
.AnyTagClassName
{
color: #DFB0C4;
}
</style>
background-color css
<style>
a { background-color: #DFB0C4; }
a { background-color: rgb(223,176,196); }
div.DivClassName
{
background-color: #DFB0C4;
}
.BgClassName
{
background-color: #DFB0C4;
}
</style>
border-color css
<style>
span { border-color: #DFB0C4; }
span { border-color: rgb(223,176,196); }
td.TdClassName
{
border-color: #DFB0C4;
}
.TagClassName
{
border-color: #DFB0C4;
}
</style>