Shades of Melanie #D9BBC0
Tints of Melanie #D9BBC0
RGB
CMYK
RGB Variations
Color information
#D9BBC0 (or 0xD9BBC0) is known color: Melanie. HEX triplet: D9, BB and C0. RGB value is (217,187,192). Sum of RGB (Red+Green+Blue) = 217+187+192=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 192 (75.39% from 255 or 32.21% from 596); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BBC0 is #26443F. Grayscale: #C4C4C4. Windows color (decimal): -2507840 or 12631001. OLE color: 12631001.
HSL color Cylindrical-coordinate representation of color #D9BBC0: hue angle of 350º 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 #D9BBC0 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 187 | 192 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.15 |
| HSL | 350º | 0.28% | 0.79% | - |
| HSV(B) | 350º | 0.14% | 0.85% | - |
| XYZ | 55.9 | 54.1 | 57.36 | - |
| YUV | 196.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 192 | 0 | 0.14 | 0.12 | 0.15 | 350 | 0.28 | 0.79 |
| Hex | D9 | BB | C0 | 0 | E | C | F | 15E | 1C | 4F |
| Octal | 331 | 273 | 300 | 0 | 16 | 14 | 17 | 536 | 34 | 117 |
| Binary | 11011001 | 10111011 | 11000000 | 0 | 1110 | 1100 | 1111 | 101011110 | 11100 | 1001111 |
Color Harmonies of #D9BBC0
Complementary color
Monochromatic Colors of #D9BBC0
Black with #D9BBC0
Text Example
Text Example
White with #D9BBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBC0; }
p { color: rgb(217,187,192); }
H1.HeaderClassName
{
color: #D9BBC0;
}
.AnyTagClassName
{
color: #D9BBC0;
}
</style>
background-color css
<style>
a { background-color: #D9BBC0; }
a { background-color: rgb(217,187,192); }
div.DivClassName
{
background-color: #D9BBC0;
}
.BgClassName
{
background-color: #D9BBC0;
}
</style>
border-color css
<style>
span { border-color: #D9BBC0; }
span { border-color: rgb(217,187,192); }
td.TdClassName
{
border-color: #D9BBC0;
}
.TagClassName
{
border-color: #D9BBC0;
}
</style>