Shades of Melanie #DFB3C5
Tints of Melanie #DFB3C5
RGB
CMYK
RGB Variations
Color information
#DFB3C5 (or 0xDFB3C5) is known color: Melanie. HEX triplet: DF, B3 and C5. RGB value is (223,179,197). Sum of RGB (Red+Green+Blue) = 223+179+197=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 179 (70.31% from 255 or 29.88% from 599); Blue value is 197 (77.34% from 255 or 32.89% from 599); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB3C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB3C5 is #204C3A. Grayscale: #C2C2C2. Windows color (decimal): -2116667 or 12956639. OLE color: 12956639.
HSL color Cylindrical-coordinate representation of color #DFB3C5: hue angle of 335.45º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFB3C5 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 197 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.13 |
| HSL | 335.45º | 0.41% | 0.79% | - |
| HSV(B) | 335.45º | 0.2% | 0.87% | - |
| XYZ | 56.63 | 51.96 | 59.87 | - |
| YUV | 194.21 | 129.58 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 197 | 0 | 0.20 | 0.12 | 0.13 | 335.45 | 0.41 | 0.79 |
| Hex | DF | B3 | C5 | 0 | 14 | C | D | 14F | 29 | 4F |
| Octal | 337 | 263 | 305 | 0 | 24 | 14 | 15 | 517 | 51 | 117 |
| Binary | 11011111 | 10110011 | 11000101 | 0 | 10100 | 1100 | 1101 | 101001111 | 101001 | 1001111 |
Color Harmonies of #DFB3C5
Complementary color
Monochromatic Colors of #DFB3C5
Black with #DFB3C5
Text Example
Text Example
White with #DFB3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB3C5; }
p { color: rgb(223,179,197); }
H1.HeaderClassName
{
color: #DFB3C5;
}
.AnyTagClassName
{
color: #DFB3C5;
}
</style>
background-color css
<style>
a { background-color: #DFB3C5; }
a { background-color: rgb(223,179,197); }
div.DivClassName
{
background-color: #DFB3C5;
}
.BgClassName
{
background-color: #DFB3C5;
}
</style>
border-color css
<style>
span { border-color: #DFB3C5; }
span { border-color: rgb(223,179,197); }
td.TdClassName
{
border-color: #DFB3C5;
}
.TagClassName
{
border-color: #DFB3C5;
}
</style>