Shades of Melanie #D8BBC5
Tints of Melanie #D8BBC5
RGB
CMYK
RGB Variations
Color information
#D8BBC5 (or 0xD8BBC5) is known color: Melanie. HEX triplet: D8, BB and C5. RGB value is (216,187,197). Sum of RGB (Red+Green+Blue) = 216+187+197=600 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 197 (77.34% from 255 or 32.83% from 600); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BBC5 is #27443A. Grayscale: #C4C4C4. Windows color (decimal): -2573371 or 12958680. OLE color: 12958680.
HSL color Cylindrical-coordinate representation of color #D8BBC5: hue angle of 339.31º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8BBC5 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 187 | 197 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.15 |
| HSL | 339.31º | 0.27% | 0.79% | - |
| HSV(B) | 339.31º | 0.13% | 0.85% | - |
| XYZ | 56.17 | 54.17 | 60.32 | - |
| YUV | 196.81 | 128.11 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 197 | 0 | 0.13 | 0.09 | 0.15 | 339.31 | 0.27 | 0.79 |
| Hex | D8 | BB | C5 | 0 | D | 9 | F | 153 | 1B | 4F |
| Octal | 330 | 273 | 305 | 0 | 15 | 11 | 17 | 523 | 33 | 117 |
| Binary | 11011000 | 10111011 | 11000101 | 0 | 1101 | 1001 | 1111 | 101010011 | 11011 | 1001111 |
Color Harmonies of #D8BBC5
Complementary color
Monochromatic Colors of #D8BBC5
Black with #D8BBC5
Text Example
Text Example
White with #D8BBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BBC5; }
p { color: rgb(216,187,197); }
H1.HeaderClassName
{
color: #D8BBC5;
}
.AnyTagClassName
{
color: #D8BBC5;
}
</style>
background-color css
<style>
a { background-color: #D8BBC5; }
a { background-color: rgb(216,187,197); }
div.DivClassName
{
background-color: #D8BBC5;
}
.BgClassName
{
background-color: #D8BBC5;
}
</style>
border-color css
<style>
span { border-color: #D8BBC5; }
span { border-color: rgb(216,187,197); }
td.TdClassName
{
border-color: #D8BBC5;
}
.TagClassName
{
border-color: #D8BBC5;
}
</style>