Shades of Melanie #D6B1C0
Tints of Melanie #D6B1C0
RGB
CMYK
RGB Variations
Color information
#D6B1C0 (or 0xD6B1C0) is known color: Melanie. HEX triplet: D6, B1 and C0. RGB value is (214,177,192). Sum of RGB (Red+Green+Blue) = 214+177+192=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 177 (69.53% from 255 or 30.36% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B1C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B1C0 is #294E3F. Grayscale: #BDBDBD. Windows color (decimal): -2707008 or 12628438. OLE color: 12628438.
HSL color Cylindrical-coordinate representation of color #D6B1C0: hue angle of 335.68º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6B1C0 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 177 | 192 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.16 |
| HSL | 335.68º | 0.31% | 0.77% | - |
| HSV(B) | 335.68º | 0.17% | 0.84% | - |
| XYZ | 52.97 | 49.55 | 56.64 | - |
| YUV | 189.77 | 129.26 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 177 | 192 | 0 | 0.17 | 0.10 | 0.16 | 335.68 | 0.31 | 0.77 |
| Hex | D6 | B1 | C0 | 0 | 11 | A | 10 | 150 | 1F | 4D |
| Octal | 326 | 261 | 300 | 0 | 21 | 12 | 20 | 520 | 37 | 115 |
| Binary | 11010110 | 10110001 | 11000000 | 0 | 10001 | 1010 | 10000 | 101010000 | 11111 | 1001101 |
Color Harmonies of #D6B1C0
Complementary color
Monochromatic Colors of #D6B1C0
Black with #D6B1C0
Text Example
Text Example
White with #D6B1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B1C0; }
p { color: rgb(214,177,192); }
H1.HeaderClassName
{
color: #D6B1C0;
}
.AnyTagClassName
{
color: #D6B1C0;
}
</style>
background-color css
<style>
a { background-color: #D6B1C0; }
a { background-color: rgb(214,177,192); }
div.DivClassName
{
background-color: #D6B1C0;
}
.BgClassName
{
background-color: #D6B1C0;
}
</style>
border-color css
<style>
span { border-color: #D6B1C0; }
span { border-color: rgb(214,177,192); }
td.TdClassName
{
border-color: #D6B1C0;
}
.TagClassName
{
border-color: #D6B1C0;
}
</style>