Shades of Melanie #DFC8CB
Tints of Melanie #DFC8CB
RGB
CMYK
RGB Variations
Color information
#DFC8CB (or 0xDFC8CB) is known color: Melanie. HEX triplet: DF, C8 and CB. RGB value is (223,200,203). Sum of RGB (Red+Green+Blue) = 223+200+203=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 200 (78.52% from 255 or 31.95% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC8CB is #203734. Grayscale: #CFCFCF. Windows color (decimal): -2111285 or 13355231. OLE color: 13355231.
HSL color Cylindrical-coordinate representation of color #DFC8CB: hue angle of 352.17º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFC8CB is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 203 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.13 |
| HSL | 352.17º | 0.26% | 0.83% | - |
| HSV(B) | 352.17º | 0.1% | 0.87% | - |
| XYZ | 61.87 | 61.31 | 65.07 | - |
| YUV | 207.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 203 | 0 | 0.10 | 0.09 | 0.13 | 352.17 | 0.26 | 0.83 |
| Hex | DF | C8 | CB | 0 | A | 9 | D | 160 | 1A | 53 |
| Octal | 337 | 310 | 313 | 0 | 12 | 11 | 15 | 540 | 32 | 123 |
| Binary | 11011111 | 11001000 | 11001011 | 0 | 1010 | 1001 | 1101 | 101100000 | 11010 | 1010011 |
Color Harmonies of #DFC8CB
Complementary color
Monochromatic Colors of #DFC8CB
Black with #DFC8CB
Text Example
Text Example
White with #DFC8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC8CB; }
p { color: rgb(223,200,203); }
H1.HeaderClassName
{
color: #DFC8CB;
}
.AnyTagClassName
{
color: #DFC8CB;
}
</style>
background-color css
<style>
a { background-color: #DFC8CB; }
a { background-color: rgb(223,200,203); }
div.DivClassName
{
background-color: #DFC8CB;
}
.BgClassName
{
background-color: #DFC8CB;
}
</style>
border-color css
<style>
span { border-color: #DFC8CB; }
span { border-color: rgb(223,200,203); }
td.TdClassName
{
border-color: #DFC8CB;
}
.TagClassName
{
border-color: #DFC8CB;
}
</style>