Shades of Melanie #DFBBC5
Tints of Melanie #DFBBC5
RGB
CMYK
RGB Variations
Color information
#DFBBC5 (or 0xDFBBC5) is known color: Melanie. HEX triplet: DF, BB and C5. RGB value is (223,187,197). Sum of RGB (Red+Green+Blue) = 223+187+197=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 197 (77.34% from 255 or 32.45% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBC5 is #20443A. Grayscale: #C6C6C6. Windows color (decimal): -2114619 or 12958687. OLE color: 12958687.
HSL color Cylindrical-coordinate representation of color #DFBBC5: hue angle of 343.33º 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 #DFBBC5 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 197 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.13 |
| HSL | 343.33º | 0.36% | 0.8% | - |
| HSV(B) | 343.33º | 0.16% | 0.87% | - |
| XYZ | 58.28 | 55.26 | 60.42 | - |
| YUV | 198.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 197 | 0 | 0.16 | 0.12 | 0.13 | 343.33 | 0.36 | 0.8 |
| Hex | DF | BB | C5 | 0 | 10 | C | D | 157 | 24 | 50 |
| Octal | 337 | 273 | 305 | 0 | 20 | 14 | 15 | 527 | 44 | 120 |
| Binary | 11011111 | 10111011 | 11000101 | 0 | 10000 | 1100 | 1101 | 101010111 | 100100 | 1010000 |
Color Harmonies of #DFBBC5
Complementary color
Monochromatic Colors of #DFBBC5
Black with #DFBBC5
Text Example
Text Example
White with #DFBBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBBC5; }
p { color: rgb(223,187,197); }
H1.HeaderClassName
{
color: #DFBBC5;
}
.AnyTagClassName
{
color: #DFBBC5;
}
</style>
background-color css
<style>
a { background-color: #DFBBC5; }
a { background-color: rgb(223,187,197); }
div.DivClassName
{
background-color: #DFBBC5;
}
.BgClassName
{
background-color: #DFBBC5;
}
</style>
border-color css
<style>
span { border-color: #DFBBC5; }
span { border-color: rgb(223,187,197); }
td.TdClassName
{
border-color: #DFBBC5;
}
.TagClassName
{
border-color: #DFBBC5;
}
</style>