Shades of Melanie #DFBFC8
Tints of Melanie #DFBFC8
RGB
CMYK
RGB Variations
Color information
#DFBFC8 (or 0xDFBFC8) is known color: Melanie. HEX triplet: DF, BF and C8. RGB value is (223,191,200). Sum of RGB (Red+Green+Blue) = 223+191+200=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 200 (78.52% from 255 or 32.57% from 614); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFC8 is #204037. Grayscale: #C9C9C9. Windows color (decimal): -2113592 or 13156319. OLE color: 13156319.
HSL color Cylindrical-coordinate representation of color #DFBFC8: hue angle of 343.12º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFBFC8 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 191 | 200 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.13 |
| HSL | 343.13º | 0.33% | 0.81% | - |
| HSV(B) | 343.13º | 0.14% | 0.87% | - |
| XYZ | 59.49 | 57.12 | 62.53 | - |
| YUV | 201.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 200 | 0 | 0.14 | 0.10 | 0.13 | 343.13 | 0.33 | 0.81 |
| Hex | DF | BF | C8 | 0 | E | A | D | 157 | 21 | 51 |
| Octal | 337 | 277 | 310 | 0 | 16 | 12 | 15 | 527 | 41 | 121 |
| Binary | 11011111 | 10111111 | 11001000 | 0 | 1110 | 1010 | 1101 | 101010111 | 100001 | 1010001 |
Color Harmonies of #DFBFC8
Complementary color
Monochromatic Colors of #DFBFC8
Black with #DFBFC8
Text Example
Text Example
White with #DFBFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBFC8; }
p { color: rgb(223,191,200); }
H1.HeaderClassName
{
color: #DFBFC8;
}
.AnyTagClassName
{
color: #DFBFC8;
}
</style>
background-color css
<style>
a { background-color: #DFBFC8; }
a { background-color: rgb(223,191,200); }
div.DivClassName
{
background-color: #DFBFC8;
}
.BgClassName
{
background-color: #DFBFC8;
}
</style>
border-color css
<style>
span { border-color: #DFBFC8; }
span { border-color: rgb(223,191,200); }
td.TdClassName
{
border-color: #DFBFC8;
}
.TagClassName
{
border-color: #DFBFC8;
}
</style>