Shades of Melanie #DFC9CB
Tints of Melanie #DFC9CB
RGB
CMYK
RGB Variations
Color information
#DFC9CB (or 0xDFC9CB) is known color: Melanie. HEX triplet: DF, C9 and CB. RGB value is (223,201,203). Sum of RGB (Red+Green+Blue) = 223+201+203=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 201 (78.91% from 255 or 32.06% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC9CB is #203634. Grayscale: #CFCFCF. Windows color (decimal): -2111029 or 13355487. OLE color: 13355487.
HSL color Cylindrical-coordinate representation of color #DFC9CB: hue angle of 354.55º 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 #DFC9CB is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 203 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.13 |
| HSL | 354.55º | 0.26% | 0.83% | - |
| HSV(B) | 354.55º | 0.1% | 0.87% | - |
| XYZ | 62.1 | 61.77 | 65.15 | - |
| YUV | 207.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 203 | 0 | 0.10 | 0.09 | 0.13 | 354.55 | 0.26 | 0.83 |
| Hex | DF | C9 | CB | 0 | A | 9 | D | 163 | 1A | 53 |
| Octal | 337 | 311 | 313 | 0 | 12 | 11 | 15 | 543 | 32 | 123 |
| Binary | 11011111 | 11001001 | 11001011 | 0 | 1010 | 1001 | 1101 | 101100011 | 11010 | 1010011 |
Color Harmonies of #DFC9CB
Complementary color
Monochromatic Colors of #DFC9CB
Black with #DFC9CB
Text Example
Text Example
White with #DFC9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC9CB; }
p { color: rgb(223,201,203); }
H1.HeaderClassName
{
color: #DFC9CB;
}
.AnyTagClassName
{
color: #DFC9CB;
}
</style>
background-color css
<style>
a { background-color: #DFC9CB; }
a { background-color: rgb(223,201,203); }
div.DivClassName
{
background-color: #DFC9CB;
}
.BgClassName
{
background-color: #DFC9CB;
}
</style>
border-color css
<style>
span { border-color: #DFC9CB; }
span { border-color: rgb(223,201,203); }
td.TdClassName
{
border-color: #DFC9CB;
}
.TagClassName
{
border-color: #DFC9CB;
}
</style>