Shades of Melanie #D8B9C1
Tints of Melanie #D8B9C1
RGB
CMYK
RGB Variations
Color information
#D8B9C1 (or 0xD8B9C1) is known color: Melanie. HEX triplet: D8, B9 and C1. RGB value is (216,185,193). Sum of RGB (Red+Green+Blue) = 216+185+193=594 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.36% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 193 (75.78% from 255 or 32.49% from 594); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B9C1 is #27463E. Grayscale: #C3C3C3. Windows color (decimal): -2573887 or 12696024. OLE color: 12696024.
HSL color Cylindrical-coordinate representation of color #D8B9C1: hue angle of 344.52º 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 #D8B9C1 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 185 | 193 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.15 |
| HSL | 344.52º | 0.28% | 0.79% | - |
| HSV(B) | 344.52º | 0.14% | 0.85% | - |
| XYZ | 55.29 | 53.15 | 57.8 | - |
| YUV | 195.18 | 126.77 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 185 | 193 | 0 | 0.14 | 0.11 | 0.15 | 344.52 | 0.28 | 0.79 |
| Hex | D8 | B9 | C1 | 0 | E | B | F | 159 | 1C | 4F |
| Octal | 330 | 271 | 301 | 0 | 16 | 13 | 17 | 531 | 34 | 117 |
| Binary | 11011000 | 10111001 | 11000001 | 0 | 1110 | 1011 | 1111 | 101011001 | 11100 | 1001111 |
Color Harmonies of #D8B9C1
Complementary color
Monochromatic Colors of #D8B9C1
Black with #D8B9C1
Text Example
Text Example
White with #D8B9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B9C1; }
p { color: rgb(216,185,193); }
H1.HeaderClassName
{
color: #D8B9C1;
}
.AnyTagClassName
{
color: #D8B9C1;
}
</style>
background-color css
<style>
a { background-color: #D8B9C1; }
a { background-color: rgb(216,185,193); }
div.DivClassName
{
background-color: #D8B9C1;
}
.BgClassName
{
background-color: #D8B9C1;
}
</style>
border-color css
<style>
span { border-color: #D8B9C1; }
span { border-color: rgb(216,185,193); }
td.TdClassName
{
border-color: #D8B9C1;
}
.TagClassName
{
border-color: #D8B9C1;
}
</style>