Shades of Melanie #D8BFC7
Tints of Melanie #D8BFC7
RGB
CMYK
RGB Variations
Color information
#D8BFC7 (or 0xD8BFC7) is known color: Melanie. HEX triplet: D8, BF and C7. RGB value is (216,191,199). Sum of RGB (Red+Green+Blue) = 216+191+199=606 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.64% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 199 (78.12% from 255 or 32.84% from 606); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BFC7 is #274038. Grayscale: #C7C7C7. Windows color (decimal): -2572345 or 13090776. OLE color: 13090776.
HSL color Cylindrical-coordinate representation of color #D8BFC7: hue angle of 340.8º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8BFC7 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 191 | 199 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.15 |
| HSL | 340.8º | 0.24% | 0.8% | - |
| HSV(B) | 340.8º | 0.12% | 0.85% | - |
| XYZ | 57.26 | 55.98 | 61.82 | - |
| YUV | 199.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 191 | 199 | 0 | 0.12 | 0.08 | 0.15 | 340.8 | 0.24 | 0.8 |
| Hex | D8 | BF | C7 | 0 | C | 8 | F | 155 | 18 | 50 |
| Octal | 330 | 277 | 307 | 0 | 14 | 10 | 17 | 525 | 30 | 120 |
| Binary | 11011000 | 10111111 | 11000111 | 0 | 1100 | 1000 | 1111 | 101010101 | 11000 | 1010000 |
Color Harmonies of #D8BFC7
Complementary color
Monochromatic Colors of #D8BFC7
Black with #D8BFC7
Text Example
Text Example
White with #D8BFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BFC7; }
p { color: rgb(216,191,199); }
H1.HeaderClassName
{
color: #D8BFC7;
}
.AnyTagClassName
{
color: #D8BFC7;
}
</style>
background-color css
<style>
a { background-color: #D8BFC7; }
a { background-color: rgb(216,191,199); }
div.DivClassName
{
background-color: #D8BFC7;
}
.BgClassName
{
background-color: #D8BFC7;
}
</style>
border-color css
<style>
span { border-color: #D8BFC7; }
span { border-color: rgb(216,191,199); }
td.TdClassName
{
border-color: #D8BFC7;
}
.TagClassName
{
border-color: #D8BFC7;
}
</style>