Shades of Melanie #D9B9C0
Tints of Melanie #D9B9C0
RGB
CMYK
RGB Variations
Color information
#D9B9C0 (or 0xD9B9C0) is known color: Melanie. HEX triplet: D9, B9 and C0. RGB value is (217,185,192). Sum of RGB (Red+Green+Blue) = 217+185+192=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 192 (75.39% from 255 or 32.32% from 594); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B9C0 is #26463F. Grayscale: #C3C3C3. Windows color (decimal): -2508352 or 12630489. OLE color: 12630489.
HSL color Cylindrical-coordinate representation of color #D9B9C0: hue angle of 346.88º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9B9C0 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 185 | 192 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.15 |
| HSL | 346.88º | 0.3% | 0.79% | - |
| HSV(B) | 346.88º | 0.15% | 0.85% | - |
| XYZ | 55.48 | 53.26 | 57.22 | - |
| YUV | 195.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 185 | 192 | 0 | 0.15 | 0.12 | 0.15 | 346.88 | 0.3 | 0.79 |
| Hex | D9 | B9 | C0 | 0 | F | C | F | 15B | 1E | 4F |
| Octal | 331 | 271 | 300 | 0 | 17 | 14 | 17 | 533 | 36 | 117 |
| Binary | 11011001 | 10111001 | 11000000 | 0 | 1111 | 1100 | 1111 | 101011011 | 11110 | 1001111 |
Color Harmonies of #D9B9C0
Complementary color
Monochromatic Colors of #D9B9C0
Black with #D9B9C0
Text Example
Text Example
White with #D9B9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B9C0; }
p { color: rgb(217,185,192); }
H1.HeaderClassName
{
color: #D9B9C0;
}
.AnyTagClassName
{
color: #D9B9C0;
}
</style>
background-color css
<style>
a { background-color: #D9B9C0; }
a { background-color: rgb(217,185,192); }
div.DivClassName
{
background-color: #D9B9C0;
}
.BgClassName
{
background-color: #D9B9C0;
}
</style>
border-color css
<style>
span { border-color: #D9B9C0; }
span { border-color: rgb(217,185,192); }
td.TdClassName
{
border-color: #D9B9C0;
}
.TagClassName
{
border-color: #D9B9C0;
}
</style>