Shades of Melanie #DFC1C9
Tints of Melanie #DFC1C9
RGB
CMYK
RGB Variations
Color information
#DFC1C9 (or 0xDFC1C9) is known color: Melanie. HEX triplet: DF, C1 and C9. RGB value is (223,193,201). Sum of RGB (Red+Green+Blue) = 223+193+201=617 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.14% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 201 (78.91% from 255 or 32.58% from 617); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC1C9 is #203E36. Grayscale: #CACACA. Windows color (decimal): -2113079 or 13222367. OLE color: 13222367.
HSL color Cylindrical-coordinate representation of color #DFC1C9: hue angle of 344º degrees, saturation: 0.32, 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 #DFC1C9 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 201 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.13 |
| HSL | 344º | 0.32% | 0.82% | - |
| HSV(B) | 344º | 0.13% | 0.87% | - |
| XYZ | 60.04 | 58.04 | 63.3 | - |
| YUV | 202.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 201 | 0 | 0.13 | 0.10 | 0.13 | 344 | 0.32 | 0.82 |
| Hex | DF | C1 | C9 | 0 | D | A | D | 158 | 20 | 52 |
| Octal | 337 | 301 | 311 | 0 | 15 | 12 | 15 | 530 | 40 | 122 |
| Binary | 11011111 | 11000001 | 11001001 | 0 | 1101 | 1010 | 1101 | 101011000 | 100000 | 1010010 |
Color Harmonies of #DFC1C9
Complementary color
Monochromatic Colors of #DFC1C9
Black with #DFC1C9
Text Example
Text Example
White with #DFC1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC1C9; }
p { color: rgb(223,193,201); }
H1.HeaderClassName
{
color: #DFC1C9;
}
.AnyTagClassName
{
color: #DFC1C9;
}
</style>
background-color css
<style>
a { background-color: #DFC1C9; }
a { background-color: rgb(223,193,201); }
div.DivClassName
{
background-color: #DFC1C9;
}
.BgClassName
{
background-color: #DFC1C9;
}
</style>
border-color css
<style>
span { border-color: #DFC1C9; }
span { border-color: rgb(223,193,201); }
td.TdClassName
{
border-color: #DFC1C9;
}
.TagClassName
{
border-color: #DFC1C9;
}
</style>