Shades of Melanie #DFB5C3
Tints of Melanie #DFB5C3
RGB
CMYK
RGB Variations
Color information
#DFB5C3 (or 0xDFB5C3) is known color: Melanie. HEX triplet: DF, B5 and C3. RGB value is (223,181,195). Sum of RGB (Red+Green+Blue) = 223+181+195=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 181 (71.09% from 255 or 30.22% from 599); Blue value is 195 (76.56% from 255 or 32.55% from 599); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB5C3 is #204A3C. Grayscale: #C3C3C3. Windows color (decimal): -2116157 or 12826079. OLE color: 12826079.
HSL color Cylindrical-coordinate representation of color #DFB5C3: hue angle of 340º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFB5C3 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 195 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.13 |
| HSL | 340º | 0.4% | 0.79% | - |
| HSV(B) | 340º | 0.19% | 0.87% | - |
| XYZ | 56.81 | 52.68 | 58.8 | - |
| YUV | 195.15 | 127.91 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 195 | 0 | 0.19 | 0.13 | 0.13 | 340 | 0.4 | 0.79 |
| Hex | DF | B5 | C3 | 0 | 13 | D | D | 154 | 28 | 4F |
| Octal | 337 | 265 | 303 | 0 | 23 | 15 | 15 | 524 | 50 | 117 |
| Binary | 11011111 | 10110101 | 11000011 | 0 | 10011 | 1101 | 1101 | 101010100 | 101000 | 1001111 |
Color Harmonies of #DFB5C3
Complementary color
Monochromatic Colors of #DFB5C3
Black with #DFB5C3
Text Example
Text Example
White with #DFB5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB5C3; }
p { color: rgb(223,181,195); }
H1.HeaderClassName
{
color: #DFB5C3;
}
.AnyTagClassName
{
color: #DFB5C3;
}
</style>
background-color css
<style>
a { background-color: #DFB5C3; }
a { background-color: rgb(223,181,195); }
div.DivClassName
{
background-color: #DFB5C3;
}
.BgClassName
{
background-color: #DFB5C3;
}
</style>
border-color css
<style>
span { border-color: #DFB5C3; }
span { border-color: rgb(223,181,195); }
td.TdClassName
{
border-color: #DFB5C3;
}
.TagClassName
{
border-color: #DFB5C3;
}
</style>