Shades of Melanie #DFC2C6
Tints of Melanie #DFC2C6
RGB
CMYK
RGB Variations
Color information
#DFC2C6 (or 0xDFC2C6) is known color: Melanie. HEX triplet: DF, C2 and C6. RGB value is (223,194,198). Sum of RGB (Red+Green+Blue) = 223+194+198=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 198 (77.73% from 255 or 32.20% from 615); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2C6 is #203D39. Grayscale: #CBCBCB. Windows color (decimal): -2112826 or 13026015. OLE color: 13026015.
HSL color Cylindrical-coordinate representation of color #DFC2C6: hue angle of 351.72º 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 #DFC2C6 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 198 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.13 |
| HSL | 351.72º | 0.31% | 0.82% | - |
| HSV(B) | 351.72º | 0.13% | 0.87% | - |
| XYZ | 59.92 | 58.35 | 61.53 | - |
| YUV | 203.13 | 125.11 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 198 | 0 | 0.13 | 0.11 | 0.13 | 351.72 | 0.31 | 0.82 |
| Hex | DF | C2 | C6 | 0 | D | B | D | 160 | 1F | 52 |
| Octal | 337 | 302 | 306 | 0 | 15 | 13 | 15 | 540 | 37 | 122 |
| Binary | 11011111 | 11000010 | 11000110 | 0 | 1101 | 1011 | 1101 | 101100000 | 11111 | 1010010 |
Color Harmonies of #DFC2C6
Complementary color
Monochromatic Colors of #DFC2C6
Black with #DFC2C6
Text Example
Text Example
White with #DFC2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC2C6; }
p { color: rgb(223,194,198); }
H1.HeaderClassName
{
color: #DFC2C6;
}
.AnyTagClassName
{
color: #DFC2C6;
}
</style>
background-color css
<style>
a { background-color: #DFC2C6; }
a { background-color: rgb(223,194,198); }
div.DivClassName
{
background-color: #DFC2C6;
}
.BgClassName
{
background-color: #DFC2C6;
}
</style>
border-color css
<style>
span { border-color: #DFC2C6; }
span { border-color: rgb(223,194,198); }
td.TdClassName
{
border-color: #DFC2C6;
}
.TagClassName
{
border-color: #DFC2C6;
}
</style>