Shades of Melanie #DFC3CB
Tints of Melanie #DFC3CB
RGB
CMYK
RGB Variations
Color information
#DFC3CB (or 0xDFC3CB) is known color: Melanie. HEX triplet: DF, C3 and CB. RGB value is (223,195,203). Sum of RGB (Red+Green+Blue) = 223+195+203=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 195 (76.56% from 255 or 31.40% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3CB is #203C34. Grayscale: #CCCCCC. Windows color (decimal): -2112565 or 13353951. OLE color: 13353951.
HSL color Cylindrical-coordinate representation of color #DFC3CB: hue angle of 342.86º degrees, saturation: 0.3, 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 #DFC3CB is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 203 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.13 |
| HSL | 342.86º | 0.3% | 0.82% | - |
| HSV(B) | 342.86º | 0.13% | 0.87% | - |
| XYZ | 60.73 | 59.03 | 64.69 | - |
| YUV | 204.28 | 127.28 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 203 | 0 | 0.13 | 0.09 | 0.13 | 342.86 | 0.3 | 0.82 |
| Hex | DF | C3 | CB | 0 | D | 9 | D | 157 | 1E | 52 |
| Octal | 337 | 303 | 313 | 0 | 15 | 11 | 15 | 527 | 36 | 122 |
| Binary | 11011111 | 11000011 | 11001011 | 0 | 1101 | 1001 | 1101 | 101010111 | 11110 | 1010010 |
Color Harmonies of #DFC3CB
Complementary color
Monochromatic Colors of #DFC3CB
Black with #DFC3CB
Text Example
Text Example
White with #DFC3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3CB; }
p { color: rgb(223,195,203); }
H1.HeaderClassName
{
color: #DFC3CB;
}
.AnyTagClassName
{
color: #DFC3CB;
}
</style>
background-color css
<style>
a { background-color: #DFC3CB; }
a { background-color: rgb(223,195,203); }
div.DivClassName
{
background-color: #DFC3CB;
}
.BgClassName
{
background-color: #DFC3CB;
}
</style>
border-color css
<style>
span { border-color: #DFC3CB; }
span { border-color: rgb(223,195,203); }
td.TdClassName
{
border-color: #DFC3CB;
}
.TagClassName
{
border-color: #DFC3CB;
}
</style>