Shades of Melanie #DFC2C5
Tints of Melanie #DFC2C5
RGB
CMYK
RGB Variations
Color information
#DFC2C5 (or 0xDFC2C5) is known color: Melanie. HEX triplet: DF, C2 and C5. RGB value is (223,194,197). Sum of RGB (Red+Green+Blue) = 223+194+197=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 197 (77.34% from 255 or 32.08% from 614); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2C5 is #203D3A. Grayscale: #CBCBCB. Windows color (decimal): -2112827 or 12960479. OLE color: 12960479.
HSL color Cylindrical-coordinate representation of color #DFC2C5: hue angle of 353.79º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFC2C5 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 197 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.13 |
| HSL | 353.79º | 0.31% | 0.82% | - |
| HSV(B) | 353.79º | 0.13% | 0.87% | - |
| XYZ | 59.8 | 58.3 | 60.93 | - |
| YUV | 203.01 | 124.61 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 197 | 0 | 0.13 | 0.12 | 0.13 | 353.79 | 0.31 | 0.82 |
| Hex | DF | C2 | C5 | 0 | D | C | D | 162 | 1F | 52 |
| Octal | 337 | 302 | 305 | 0 | 15 | 14 | 15 | 542 | 37 | 122 |
| Binary | 11011111 | 11000010 | 11000101 | 0 | 1101 | 1100 | 1101 | 101100010 | 11111 | 1010010 |
Color Harmonies of #DFC2C5
Complementary color
Monochromatic Colors of #DFC2C5
Black with #DFC2C5
Text Example
Text Example
White with #DFC2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC2C5; }
p { color: rgb(223,194,197); }
H1.HeaderClassName
{
color: #DFC2C5;
}
.AnyTagClassName
{
color: #DFC2C5;
}
</style>
background-color css
<style>
a { background-color: #DFC2C5; }
a { background-color: rgb(223,194,197); }
div.DivClassName
{
background-color: #DFC2C5;
}
.BgClassName
{
background-color: #DFC2C5;
}
</style>
border-color css
<style>
span { border-color: #DFC2C5; }
span { border-color: rgb(223,194,197); }
td.TdClassName
{
border-color: #DFC2C5;
}
.TagClassName
{
border-color: #DFC2C5;
}
</style>