Shades of Melanie #DFC7CB
Tints of Melanie #DFC7CB
RGB
CMYK
RGB Variations
Color information
#DFC7CB (or 0xDFC7CB) is known color: Melanie. HEX triplet: DF, C7 and CB. RGB value is (223,199,203). Sum of RGB (Red+Green+Blue) = 223+199+203=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC7CB is #203834. Grayscale: #CECECE. Windows color (decimal): -2111541 or 13354975. OLE color: 13354975.
HSL color Cylindrical-coordinate representation of color #DFC7CB: hue angle of 350º degrees, saturation: 0.27, 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 #DFC7CB is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 203 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.13 |
| HSL | 350º | 0.27% | 0.83% | - |
| HSV(B) | 350º | 0.11% | 0.87% | - |
| XYZ | 61.63 | 60.85 | 65 | - |
| YUV | 206.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 203 | 0 | 0.11 | 0.09 | 0.13 | 350 | 0.27 | 0.83 |
| Hex | DF | C7 | CB | 0 | B | 9 | D | 15E | 1B | 53 |
| Octal | 337 | 307 | 313 | 0 | 13 | 11 | 15 | 536 | 33 | 123 |
| Binary | 11011111 | 11000111 | 11001011 | 0 | 1011 | 1001 | 1101 | 101011110 | 11011 | 1010011 |
Color Harmonies of #DFC7CB
Complementary color
Monochromatic Colors of #DFC7CB
Black with #DFC7CB
Text Example
Text Example
White with #DFC7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC7CB; }
p { color: rgb(223,199,203); }
H1.HeaderClassName
{
color: #DFC7CB;
}
.AnyTagClassName
{
color: #DFC7CB;
}
</style>
background-color css
<style>
a { background-color: #DFC7CB; }
a { background-color: rgb(223,199,203); }
div.DivClassName
{
background-color: #DFC7CB;
}
.BgClassName
{
background-color: #DFC7CB;
}
</style>
border-color css
<style>
span { border-color: #DFC7CB; }
span { border-color: rgb(223,199,203); }
td.TdClassName
{
border-color: #DFC7CB;
}
.TagClassName
{
border-color: #DFC7CB;
}
</style>