Shades of Melanie #D8BBC3
Tints of Melanie #D8BBC3
RGB
CMYK
RGB Variations
Color information
#D8BBC3 (or 0xD8BBC3) is known color: Melanie. HEX triplet: D8, BB and C3. RGB value is (216,187,195). Sum of RGB (Red+Green+Blue) = 216+187+195=598 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.12% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 195 (76.56% from 255 or 32.61% from 598); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BBC3 is #27443C. Grayscale: #C4C4C4. Windows color (decimal): -2573373 or 12827608. OLE color: 12827608.
HSL color Cylindrical-coordinate representation of color #D8BBC3: hue angle of 343.45º 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 #D8BBC3 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 187 | 195 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.15 |
| HSL | 343.45º | 0.27% | 0.79% | - |
| HSV(B) | 343.45º | 0.13% | 0.85% | - |
| XYZ | 55.94 | 54.08 | 59.12 | - |
| YUV | 196.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 195 | 0 | 0.13 | 0.10 | 0.15 | 343.45 | 0.27 | 0.79 |
| Hex | D8 | BB | C3 | 0 | D | A | F | 157 | 1B | 4F |
| Octal | 330 | 273 | 303 | 0 | 15 | 12 | 17 | 527 | 33 | 117 |
| Binary | 11011000 | 10111011 | 11000011 | 0 | 1101 | 1010 | 1111 | 101010111 | 11011 | 1001111 |
Color Harmonies of #D8BBC3
Complementary color
Monochromatic Colors of #D8BBC3
Black with #D8BBC3
Text Example
Text Example
White with #D8BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BBC3; }
p { color: rgb(216,187,195); }
H1.HeaderClassName
{
color: #D8BBC3;
}
.AnyTagClassName
{
color: #D8BBC3;
}
</style>
background-color css
<style>
a { background-color: #D8BBC3; }
a { background-color: rgb(216,187,195); }
div.DivClassName
{
background-color: #D8BBC3;
}
.BgClassName
{
background-color: #D8BBC3;
}
</style>
border-color css
<style>
span { border-color: #D8BBC3; }
span { border-color: rgb(216,187,195); }
td.TdClassName
{
border-color: #D8BBC3;
}
.TagClassName
{
border-color: #D8BBC3;
}
</style>