Shades of Melanie #DFC6CA
Tints of Melanie #DFC6CA
RGB
CMYK
RGB Variations
Color information
#DFC6CA (or 0xDFC6CA) is known color: Melanie. HEX triplet: DF, C6 and CA. RGB value is (223,198,202). Sum of RGB (Red+Green+Blue) = 223+198+202=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 198 (77.73% from 255 or 31.78% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC6CA is #203935. Grayscale: #CDCDCD. Windows color (decimal): -2111798 or 13289183. OLE color: 13289183.
HSL color Cylindrical-coordinate representation of color #DFC6CA: hue angle of 350.4º degrees, saturation: 0.28, 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 #DFC6CA is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 202 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.13 |
| HSL | 350.4º | 0.28% | 0.83% | - |
| HSV(B) | 350.4º | 0.11% | 0.87% | - |
| XYZ | 61.29 | 60.34 | 64.29 | - |
| YUV | 205.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 202 | 0 | 0.11 | 0.09 | 0.13 | 350.4 | 0.28 | 0.83 |
| Hex | DF | C6 | CA | 0 | B | 9 | D | 15E | 1C | 53 |
| Octal | 337 | 306 | 312 | 0 | 13 | 11 | 15 | 536 | 34 | 123 |
| Binary | 11011111 | 11000110 | 11001010 | 0 | 1011 | 1001 | 1101 | 101011110 | 11100 | 1010011 |
Color Harmonies of #DFC6CA
Complementary color
Monochromatic Colors of #DFC6CA
Black with #DFC6CA
Text Example
Text Example
White with #DFC6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC6CA; }
p { color: rgb(223,198,202); }
H1.HeaderClassName
{
color: #DFC6CA;
}
.AnyTagClassName
{
color: #DFC6CA;
}
</style>
background-color css
<style>
a { background-color: #DFC6CA; }
a { background-color: rgb(223,198,202); }
div.DivClassName
{
background-color: #DFC6CA;
}
.BgClassName
{
background-color: #DFC6CA;
}
</style>
border-color css
<style>
span { border-color: #DFC6CA; }
span { border-color: rgb(223,198,202); }
td.TdClassName
{
border-color: #DFC6CA;
}
.TagClassName
{
border-color: #DFC6CA;
}
</style>