Shades of Melanie #D6BBC0
Tints of Melanie #D6BBC0
RGB
CMYK
RGB Variations
Color information
#D6BBC0 (or 0xD6BBC0) is known color: Melanie. HEX triplet: D6, BB and C0. RGB value is (214,187,192). Sum of RGB (Red+Green+Blue) = 214+187+192=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBC0 is #29443F. Grayscale: #C3C3C3. Windows color (decimal): -2704448 or 12630998. OLE color: 12630998.
HSL color Cylindrical-coordinate representation of color #D6BBC0: hue angle of 348.89º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BBC0 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 192 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.16 |
| HSL | 348.89º | 0.25% | 0.79% | - |
| HSV(B) | 348.89º | 0.13% | 0.84% | - |
| XYZ | 55.02 | 53.64 | 57.32 | - |
| YUV | 195.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 192 | 0 | 0.13 | 0.10 | 0.16 | 348.89 | 0.25 | 0.79 |
| Hex | D6 | BB | C0 | 0 | D | A | 10 | 15D | 19 | 4F |
| Octal | 326 | 273 | 300 | 0 | 15 | 12 | 20 | 535 | 31 | 117 |
| Binary | 11010110 | 10111011 | 11000000 | 0 | 1101 | 1010 | 10000 | 101011101 | 11001 | 1001111 |
Color Harmonies of #D6BBC0
Complementary color
Monochromatic Colors of #D6BBC0
Black with #D6BBC0
Text Example
Text Example
White with #D6BBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BBC0; }
p { color: rgb(214,187,192); }
H1.HeaderClassName
{
color: #D6BBC0;
}
.AnyTagClassName
{
color: #D6BBC0;
}
</style>
background-color css
<style>
a { background-color: #D6BBC0; }
a { background-color: rgb(214,187,192); }
div.DivClassName
{
background-color: #D6BBC0;
}
.BgClassName
{
background-color: #D6BBC0;
}
</style>
border-color css
<style>
span { border-color: #D6BBC0; }
span { border-color: rgb(214,187,192); }
td.TdClassName
{
border-color: #D6BBC0;
}
.TagClassName
{
border-color: #D6BBC0;
}
</style>