Shades of Melanie #D8B8BF
Tints of Melanie #D8B8BF
RGB
CMYK
RGB Variations
Color information
#D8B8BF (or 0xD8B8BF) is known color: Melanie. HEX triplet: D8, B8 and BF. RGB value is (216,184,191). Sum of RGB (Red+Green+Blue) = 216+184+191=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 184 (72.27% from 255 or 31.13% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B8BF is #274740. Grayscale: #C2C2C2. Windows color (decimal): -2574145 or 12564696. OLE color: 12564696.
HSL color Cylindrical-coordinate representation of color #D8B8BF: hue angle of 346.88º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8B8BF is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 184 | 191 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.15 |
| HSL | 346.88º | 0.29% | 0.78% | - |
| HSV(B) | 346.88º | 0.15% | 0.85% | - |
| XYZ | 54.86 | 52.64 | 56.56 | - |
| YUV | 194.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 184 | 191 | 0 | 0.15 | 0.12 | 0.15 | 346.88 | 0.29 | 0.78 |
| Hex | D8 | B8 | BF | 0 | F | C | F | 15B | 1D | 4E |
| Octal | 330 | 270 | 277 | 0 | 17 | 14 | 17 | 533 | 35 | 116 |
| Binary | 11011000 | 10111000 | 10111111 | 0 | 1111 | 1100 | 1111 | 101011011 | 11101 | 1001110 |
Color Harmonies of #D8B8BF
Complementary color
Monochromatic Colors of #D8B8BF
Black with #D8B8BF
Text Example
Text Example
White with #D8B8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B8BF; }
p { color: rgb(216,184,191); }
H1.HeaderClassName
{
color: #D8B8BF;
}
.AnyTagClassName
{
color: #D8B8BF;
}
</style>
background-color css
<style>
a { background-color: #D8B8BF; }
a { background-color: rgb(216,184,191); }
div.DivClassName
{
background-color: #D8B8BF;
}
.BgClassName
{
background-color: #D8B8BF;
}
</style>
border-color css
<style>
span { border-color: #D8B8BF; }
span { border-color: rgb(216,184,191); }
td.TdClassName
{
border-color: #D8B8BF;
}
.TagClassName
{
border-color: #D8B8BF;
}
</style>