Shades of Melanie #DFC7CA
Tints of Melanie #DFC7CA
RGB
CMYK
RGB Variations
Color information
#DFC7CA (or 0xDFC7CA) is known color: Melanie. HEX triplet: DF, C7 and CA. RGB value is (223,199,202). Sum of RGB (Red+Green+Blue) = 223+199+202=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 199 (78.12% from 255 or 31.89% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC7CA is #203835. Grayscale: #CECECE. Windows color (decimal): -2111542 or 13289439. OLE color: 13289439.
HSL color Cylindrical-coordinate representation of color #DFC7CA: hue angle of 352.5º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFC7CA is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 202 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.13 |
| HSL | 352.5º | 0.27% | 0.83% | - |
| HSV(B) | 352.5º | 0.11% | 0.87% | - |
| XYZ | 61.52 | 60.8 | 64.37 | - |
| YUV | 206.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 202 | 0 | 0.11 | 0.09 | 0.13 | 352.5 | 0.27 | 0.83 |
| Hex | DF | C7 | CA | 0 | B | 9 | D | 160 | 1B | 53 |
| Octal | 337 | 307 | 312 | 0 | 13 | 11 | 15 | 540 | 33 | 123 |
| Binary | 11011111 | 11000111 | 11001010 | 0 | 1011 | 1001 | 1101 | 101100000 | 11011 | 1010011 |
Color Harmonies of #DFC7CA
Complementary color
Monochromatic Colors of #DFC7CA
Black with #DFC7CA
Text Example
Text Example
White with #DFC7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC7CA; }
p { color: rgb(223,199,202); }
H1.HeaderClassName
{
color: #DFC7CA;
}
.AnyTagClassName
{
color: #DFC7CA;
}
</style>
background-color css
<style>
a { background-color: #DFC7CA; }
a { background-color: rgb(223,199,202); }
div.DivClassName
{
background-color: #DFC7CA;
}
.BgClassName
{
background-color: #DFC7CA;
}
</style>
border-color css
<style>
span { border-color: #DFC7CA; }
span { border-color: rgb(223,199,202); }
td.TdClassName
{
border-color: #DFC7CA;
}
.TagClassName
{
border-color: #DFC7CA;
}
</style>