Shades of Melanie #D9B9C1
Tints of Melanie #D9B9C1
RGB
CMYK
RGB Variations
Color information
#D9B9C1 (or 0xD9B9C1) is known color: Melanie. HEX triplet: D9, B9 and C1. RGB value is (217,185,193). Sum of RGB (Red+Green+Blue) = 217+185+193=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 193 (75.78% from 255 or 32.44% from 595); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B9C1 is #26463E. Grayscale: #C3C3C3. Windows color (decimal): -2508351 or 12696025. OLE color: 12696025.
HSL color Cylindrical-coordinate representation of color #D9B9C1: hue angle of 345º 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 #D9B9C1 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 185 | 193 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.15 |
| HSL | 345º | 0.3% | 0.79% | - |
| HSV(B) | 345º | 0.15% | 0.85% | - |
| XYZ | 55.59 | 53.3 | 57.81 | - |
| YUV | 195.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 185 | 193 | 0 | 0.15 | 0.11 | 0.15 | 345 | 0.3 | 0.79 |
| Hex | D9 | B9 | C1 | 0 | F | B | F | 159 | 1E | 4F |
| Octal | 331 | 271 | 301 | 0 | 17 | 13 | 17 | 531 | 36 | 117 |
| Binary | 11011001 | 10111001 | 11000001 | 0 | 1111 | 1011 | 1111 | 101011001 | 11110 | 1001111 |
Color Harmonies of #D9B9C1
Complementary color
Monochromatic Colors of #D9B9C1
Black with #D9B9C1
Text Example
Text Example
White with #D9B9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B9C1; }
p { color: rgb(217,185,193); }
H1.HeaderClassName
{
color: #D9B9C1;
}
.AnyTagClassName
{
color: #D9B9C1;
}
</style>
background-color css
<style>
a { background-color: #D9B9C1; }
a { background-color: rgb(217,185,193); }
div.DivClassName
{
background-color: #D9B9C1;
}
.BgClassName
{
background-color: #D9B9C1;
}
</style>
border-color css
<style>
span { border-color: #D9B9C1; }
span { border-color: rgb(217,185,193); }
td.TdClassName
{
border-color: #D9B9C1;
}
.TagClassName
{
border-color: #D9B9C1;
}
</style>