Shades of Melanie #D8BAC1
Tints of Melanie #D8BAC1
RGB
CMYK
RGB Variations
Color information
#D8BAC1 (or 0xD8BAC1) is known color: Melanie. HEX triplet: D8, BA and C1. RGB value is (216,186,193). Sum of RGB (Red+Green+Blue) = 216+186+193=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 193 (75.78% from 255 or 32.44% from 595); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BAC1 is #27453E. Grayscale: #C3C3C3. Windows color (decimal): -2573631 or 12696280. OLE color: 12696280.
HSL color Cylindrical-coordinate representation of color #D8BAC1: hue angle of 346º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8BAC1 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 193 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.15 |
| HSL | 346º | 0.28% | 0.79% | - |
| HSV(B) | 346º | 0.14% | 0.85% | - |
| XYZ | 55.5 | 53.57 | 57.87 | - |
| YUV | 195.77 | 126.44 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 193 | 0 | 0.14 | 0.11 | 0.15 | 346 | 0.28 | 0.79 |
| Hex | D8 | BA | C1 | 0 | E | B | F | 15A | 1C | 4F |
| Octal | 330 | 272 | 301 | 0 | 16 | 13 | 17 | 532 | 34 | 117 |
| Binary | 11011000 | 10111010 | 11000001 | 0 | 1110 | 1011 | 1111 | 101011010 | 11100 | 1001111 |
Color Harmonies of #D8BAC1
Complementary color
Monochromatic Colors of #D8BAC1
Black with #D8BAC1
Text Example
Text Example
White with #D8BAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BAC1; }
p { color: rgb(216,186,193); }
H1.HeaderClassName
{
color: #D8BAC1;
}
.AnyTagClassName
{
color: #D8BAC1;
}
</style>
background-color css
<style>
a { background-color: #D8BAC1; }
a { background-color: rgb(216,186,193); }
div.DivClassName
{
background-color: #D8BAC1;
}
.BgClassName
{
background-color: #D8BAC1;
}
</style>
border-color css
<style>
span { border-color: #D8BAC1; }
span { border-color: rgb(216,186,193); }
td.TdClassName
{
border-color: #D8BAC1;
}
.TagClassName
{
border-color: #D8BAC1;
}
</style>