Shades of Melanie #DFC2CA
Tints of Melanie #DFC2CA
RGB
CMYK
RGB Variations
Color information
#DFC2CA (or 0xDFC2CA) is known color: Melanie. HEX triplet: DF, C2 and CA. RGB value is (223,194,202). Sum of RGB (Red+Green+Blue) = 223+194+202=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2CA is #203D35. Grayscale: #CBCBCB. Windows color (decimal): -2112822 or 13288159. OLE color: 13288159.
HSL color Cylindrical-coordinate representation of color #DFC2CA: hue angle of 343.45º 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 #DFC2CA is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 202 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.13 |
| HSL | 343.45º | 0.31% | 0.82% | - |
| HSV(B) | 343.45º | 0.13% | 0.87% | - |
| XYZ | 60.38 | 58.54 | 63.99 | - |
| YUV | 203.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 202 | 0 | 0.13 | 0.09 | 0.13 | 343.45 | 0.31 | 0.82 |
| Hex | DF | C2 | CA | 0 | D | 9 | D | 157 | 1F | 52 |
| Octal | 337 | 302 | 312 | 0 | 15 | 11 | 15 | 527 | 37 | 122 |
| Binary | 11011111 | 11000010 | 11001010 | 0 | 1101 | 1001 | 1101 | 101010111 | 11111 | 1010010 |
Color Harmonies of #DFC2CA
Complementary color
Monochromatic Colors of #DFC2CA
Black with #DFC2CA
Text Example
Text Example
White with #DFC2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC2CA; }
p { color: rgb(223,194,202); }
H1.HeaderClassName
{
color: #DFC2CA;
}
.AnyTagClassName
{
color: #DFC2CA;
}
</style>
background-color css
<style>
a { background-color: #DFC2CA; }
a { background-color: rgb(223,194,202); }
div.DivClassName
{
background-color: #DFC2CA;
}
.BgClassName
{
background-color: #DFC2CA;
}
</style>
border-color css
<style>
span { border-color: #DFC2CA; }
span { border-color: rgb(223,194,202); }
td.TdClassName
{
border-color: #DFC2CA;
}
.TagClassName
{
border-color: #DFC2CA;
}
</style>