Shades of Melanie #D8BFC6
Tints of Melanie #D8BFC6
RGB
CMYK
RGB Variations
Color information
#D8BFC6 (or 0xD8BFC6) is known color: Melanie. HEX triplet: D8, BF and C6. RGB value is (216,191,198). Sum of RGB (Red+Green+Blue) = 216+191+198=605 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.70% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 198 (77.73% from 255 or 32.73% from 605); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BFC6 is #274039. Grayscale: #C7C7C7. Windows color (decimal): -2572346 or 13025240. OLE color: 13025240.
HSL color Cylindrical-coordinate representation of color #D8BFC6: hue angle of 343.2º 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 #D8BFC6 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 191 | 198 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.15 |
| HSL | 343.2º | 0.24% | 0.8% | - |
| HSV(B) | 343.2º | 0.12% | 0.85% | - |
| XYZ | 57.14 | 55.94 | 61.21 | - |
| YUV | 199.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 191 | 198 | 0 | 0.12 | 0.08 | 0.15 | 343.2 | 0.24 | 0.8 |
| Hex | D8 | BF | C6 | 0 | C | 8 | F | 157 | 18 | 50 |
| Octal | 330 | 277 | 306 | 0 | 14 | 10 | 17 | 527 | 30 | 120 |
| Binary | 11011000 | 10111111 | 11000110 | 0 | 1100 | 1000 | 1111 | 101010111 | 11000 | 1010000 |
Color Harmonies of #D8BFC6
Complementary color
Monochromatic Colors of #D8BFC6
Black with #D8BFC6
Text Example
Text Example
White with #D8BFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BFC6; }
p { color: rgb(216,191,198); }
H1.HeaderClassName
{
color: #D8BFC6;
}
.AnyTagClassName
{
color: #D8BFC6;
}
</style>
background-color css
<style>
a { background-color: #D8BFC6; }
a { background-color: rgb(216,191,198); }
div.DivClassName
{
background-color: #D8BFC6;
}
.BgClassName
{
background-color: #D8BFC6;
}
</style>
border-color css
<style>
span { border-color: #D8BFC6; }
span { border-color: rgb(216,191,198); }
td.TdClassName
{
border-color: #D8BFC6;
}
.TagClassName
{
border-color: #D8BFC6;
}
</style>