Shades of Melanie #D8B8C1
Tints of Melanie #D8B8C1
RGB
CMYK
RGB Variations
Color information
#D8B8C1 (or 0xD8B8C1) is known color: Melanie. HEX triplet: D8, B8 and C1. RGB value is (216,184,193). Sum of RGB (Red+Green+Blue) = 216+184+193=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 184 (72.27% from 255 or 31.03% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B8C1 is #27473E. Grayscale: #C2C2C2. Windows color (decimal): -2574143 or 12695768. OLE color: 12695768.
HSL color Cylindrical-coordinate representation of color #D8B8C1: hue angle of 343.12º 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 #D8B8C1 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 184 | 193 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.15 |
| HSL | 343.13º | 0.29% | 0.78% | - |
| HSV(B) | 343.13º | 0.15% | 0.85% | - |
| XYZ | 55.09 | 52.73 | 57.73 | - |
| YUV | 194.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 184 | 193 | 0 | 0.15 | 0.11 | 0.15 | 343.13 | 0.29 | 0.78 |
| Hex | D8 | B8 | C1 | 0 | F | B | F | 157 | 1D | 4E |
| Octal | 330 | 270 | 301 | 0 | 17 | 13 | 17 | 527 | 35 | 116 |
| Binary | 11011000 | 10111000 | 11000001 | 0 | 1111 | 1011 | 1111 | 101010111 | 11101 | 1001110 |
Color Harmonies of #D8B8C1
Complementary color
Monochromatic Colors of #D8B8C1
Black with #D8B8C1
Text Example
Text Example
White with #D8B8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B8C1; }
p { color: rgb(216,184,193); }
H1.HeaderClassName
{
color: #D8B8C1;
}
.AnyTagClassName
{
color: #D8B8C1;
}
</style>
background-color css
<style>
a { background-color: #D8B8C1; }
a { background-color: rgb(216,184,193); }
div.DivClassName
{
background-color: #D8B8C1;
}
.BgClassName
{
background-color: #D8B8C1;
}
</style>
border-color css
<style>
span { border-color: #D8B8C1; }
span { border-color: rgb(216,184,193); }
td.TdClassName
{
border-color: #D8B8C1;
}
.TagClassName
{
border-color: #D8B8C1;
}
</style>