Shades of Melanie #DFC3C9
Tints of Melanie #DFC3C9
RGB
CMYK
RGB Variations
Color information
#DFC3C9 (or 0xDFC3C9) is known color: Melanie. HEX triplet: DF, C3 and C9. RGB value is (223,195,201). Sum of RGB (Red+Green+Blue) = 223+195+201=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 195 (76.56% from 255 or 31.50% from 619); Blue value is 201 (78.91% from 255 or 32.47% from 619); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3C9 is #203C36. Grayscale: #CCCCCC. Windows color (decimal): -2112567 or 13222879. OLE color: 13222879.
HSL color Cylindrical-coordinate representation of color #DFC3C9: hue angle of 347.14º degrees, saturation: 0.3, 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 #DFC3C9 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 195 | 201 | - |
CMYK | 0 | 0.13 | 0.10 | 0.13 |
HSL | 347.14º | 0.3% | 0.82% | - |
HSV(B) | 347.14º | 0.13% | 0.87% | - |
XYZ | 60.49 | 58.94 | 63.45 | - |
YUV | 204.06 | 126.28 | 141.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 195 | 201 | 0 | 0.13 | 0.10 | 0.13 | 347.14 | 0.3 | 0.82 |
Hex | DF | C3 | C9 | 0 | D | A | D | 15B | 1E | 52 |
Octal | 337 | 303 | 311 | 0 | 15 | 12 | 15 | 533 | 36 | 122 |
Binary | 11011111 | 11000011 | 11001001 | 0 | 1101 | 1010 | 1101 | 101011011 | 11110 | 1010010 |
Color Harmonies of #DFC3C9
Complementary color
Monochromatic Colors of #DFC3C9
Black with #DFC3C9
Text Example
Text Example
White with #DFC3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3C9; }
p { color: rgb(223,195,201); }
H1.HeaderClassName
{
color: #DFC3C9;
}
.AnyTagClassName
{
color: #DFC3C9;
}
</style>
background-color css
<style>
a { background-color: #DFC3C9; }
a { background-color: rgb(223,195,201); }
div.DivClassName
{
background-color: #DFC3C9;
}
.BgClassName
{
background-color: #DFC3C9;
}
</style>
border-color css
<style>
span { border-color: #DFC3C9; }
span { border-color: rgb(223,195,201); }
td.TdClassName
{
border-color: #DFC3C9;
}
.TagClassName
{
border-color: #DFC3C9;
}
</style>