Shades of Melanie #D6BBC5
Tints of Melanie #D6BBC5
RGB
CMYK
RGB Variations
Color information
#D6BBC5 (or 0xD6BBC5) is known color: Melanie. HEX triplet: D6, BB and C5. RGB value is (214,187,197). Sum of RGB (Red+Green+Blue) = 214+187+197=598 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.79% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBC5 is #29443A. Grayscale: #C4C4C4. Windows color (decimal): -2704443 or 12958678. OLE color: 12958678.
HSL color Cylindrical-coordinate representation of color #D6BBC5: hue angle of 337.78º 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 #D6BBC5 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 197 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.16 |
| HSL | 337.78º | 0.25% | 0.79% | - |
| HSV(B) | 337.78º | 0.13% | 0.84% | - |
| XYZ | 55.58 | 53.87 | 60.29 | - |
| YUV | 196.21 | 128.45 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 197 | 0 | 0.13 | 0.08 | 0.16 | 337.78 | 0.25 | 0.79 |
| Hex | D6 | BB | C5 | 0 | D | 8 | 10 | 152 | 19 | 4F |
| Octal | 326 | 273 | 305 | 0 | 15 | 10 | 20 | 522 | 31 | 117 |
| Binary | 11010110 | 10111011 | 11000101 | 0 | 1101 | 1000 | 10000 | 101010010 | 11001 | 1001111 |
Color Harmonies of #D6BBC5
Complementary color
Monochromatic Colors of #D6BBC5
Black with #D6BBC5
Text Example
Text Example
White with #D6BBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BBC5; }
p { color: rgb(214,187,197); }
H1.HeaderClassName
{
color: #D6BBC5;
}
.AnyTagClassName
{
color: #D6BBC5;
}
</style>
background-color css
<style>
a { background-color: #D6BBC5; }
a { background-color: rgb(214,187,197); }
div.DivClassName
{
background-color: #D6BBC5;
}
.BgClassName
{
background-color: #D6BBC5;
}
</style>
border-color css
<style>
span { border-color: #D6BBC5; }
span { border-color: rgb(214,187,197); }
td.TdClassName
{
border-color: #D6BBC5;
}
.TagClassName
{
border-color: #D6BBC5;
}
</style>