Shades of Melanie #DFC6CB
Tints of Melanie #DFC6CB
RGB
CMYK
RGB Variations
Color information
#DFC6CB (or 0xDFC6CB) is known color: Melanie. HEX triplet: DF, C6 and CB. RGB value is (223,198,203). Sum of RGB (Red+Green+Blue) = 223+198+203=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 198 (77.73% from 255 or 31.73% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC6CB is #203934. Grayscale: #CECECE. Windows color (decimal): -2111797 or 13354719. OLE color: 13354719.
HSL color Cylindrical-coordinate representation of color #DFC6CB: hue angle of 348º 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 #DFC6CB is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 203 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.13 |
| HSL | 348º | 0.28% | 0.83% | - |
| HSV(B) | 348º | 0.11% | 0.87% | - |
| XYZ | 61.41 | 60.39 | 64.92 | - |
| YUV | 206.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 203 | 0 | 0.11 | 0.09 | 0.13 | 348 | 0.28 | 0.83 |
| Hex | DF | C6 | CB | 0 | B | 9 | D | 15C | 1C | 53 |
| Octal | 337 | 306 | 313 | 0 | 13 | 11 | 15 | 534 | 34 | 123 |
| Binary | 11011111 | 11000110 | 11001011 | 0 | 1011 | 1001 | 1101 | 101011100 | 11100 | 1010011 |
Color Harmonies of #DFC6CB
Complementary color
Monochromatic Colors of #DFC6CB
Black with #DFC6CB
Text Example
Text Example
White with #DFC6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC6CB; }
p { color: rgb(223,198,203); }
H1.HeaderClassName
{
color: #DFC6CB;
}
.AnyTagClassName
{
color: #DFC6CB;
}
</style>
background-color css
<style>
a { background-color: #DFC6CB; }
a { background-color: rgb(223,198,203); }
div.DivClassName
{
background-color: #DFC6CB;
}
.BgClassName
{
background-color: #DFC6CB;
}
</style>
border-color css
<style>
span { border-color: #DFC6CB; }
span { border-color: rgb(223,198,203); }
td.TdClassName
{
border-color: #DFC6CB;
}
.TagClassName
{
border-color: #DFC6CB;
}
</style>