Shades of Melanie #DFBBC7
Tints of Melanie #DFBBC7
RGB
CMYK
RGB Variations
Color information
#DFBBC7 (or 0xDFBBC7) is known color: Melanie. HEX triplet: DF, BB and C7. RGB value is (223,187,199). Sum of RGB (Red+Green+Blue) = 223+187+199=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 199 (78.12% from 255 or 32.68% from 609); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBC7 is #204438. Grayscale: #C7C7C7. Windows color (decimal): -2114617 or 13089759. OLE color: 13089759.
HSL color Cylindrical-coordinate representation of color #DFBBC7: hue angle of 340º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFBBC7 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 199 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.13 |
| HSL | 340º | 0.36% | 0.8% | - |
| HSV(B) | 340º | 0.16% | 0.87% | - |
| XYZ | 58.51 | 55.35 | 61.63 | - |
| YUV | 199.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 199 | 0 | 0.16 | 0.11 | 0.13 | 340 | 0.36 | 0.8 |
| Hex | DF | BB | C7 | 0 | 10 | B | D | 154 | 24 | 50 |
| Octal | 337 | 273 | 307 | 0 | 20 | 13 | 15 | 524 | 44 | 120 |
| Binary | 11011111 | 10111011 | 11000111 | 0 | 10000 | 1011 | 1101 | 101010100 | 100100 | 1010000 |
Color Harmonies of #DFBBC7
Complementary color
Monochromatic Colors of #DFBBC7
Black with #DFBBC7
Text Example
Text Example
White with #DFBBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBBC7; }
p { color: rgb(223,187,199); }
H1.HeaderClassName
{
color: #DFBBC7;
}
.AnyTagClassName
{
color: #DFBBC7;
}
</style>
background-color css
<style>
a { background-color: #DFBBC7; }
a { background-color: rgb(223,187,199); }
div.DivClassName
{
background-color: #DFBBC7;
}
.BgClassName
{
background-color: #DFBBC7;
}
</style>
border-color css
<style>
span { border-color: #DFBBC7; }
span { border-color: rgb(223,187,199); }
td.TdClassName
{
border-color: #DFBBC7;
}
.TagClassName
{
border-color: #DFBBC7;
}
</style>