Shades of Melanie #D0BBBF
Tints of Melanie #D0BBBF
RGB
CMYK
RGB Variations
Color information
#D0BBBF (or 0xD0BBBF) is known color: Melanie. HEX triplet: D0, BB and BF. RGB value is (208,187,191). Sum of RGB (Red+Green+Blue) = 208+187+191=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BBBF is #2F4440. Grayscale: #C1C1C1. Windows color (decimal): -3097665 or 12565456. OLE color: 12565456.
HSL color Cylindrical-coordinate representation of color #D0BBBF: hue angle of 348.57º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0BBBF is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 187 | 191 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.18 |
| HSL | 348.57º | 0.18% | 0.77% | - |
| HSV(B) | 348.57º | 0.1% | 0.82% | - |
| XYZ | 53.19 | 52.71 | 56.66 | - |
| YUV | 193.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 187 | 191 | 0 | 0.10 | 0.08 | 0.18 | 348.57 | 0.18 | 0.77 |
| Hex | D0 | BB | BF | 0 | A | 8 | 12 | 15D | 12 | 4D |
| Octal | 320 | 273 | 277 | 0 | 12 | 10 | 22 | 535 | 22 | 115 |
| Binary | 11010000 | 10111011 | 10111111 | 0 | 1010 | 1000 | 10010 | 101011101 | 10010 | 1001101 |
Color Harmonies of #D0BBBF
Complementary color
Monochromatic Colors of #D0BBBF
Black with #D0BBBF
Text Example
Text Example
White with #D0BBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BBBF; }
p { color: rgb(208,187,191); }
H1.HeaderClassName
{
color: #D0BBBF;
}
.AnyTagClassName
{
color: #D0BBBF;
}
</style>
background-color css
<style>
a { background-color: #D0BBBF; }
a { background-color: rgb(208,187,191); }
div.DivClassName
{
background-color: #D0BBBF;
}
.BgClassName
{
background-color: #D0BBBF;
}
</style>
border-color css
<style>
span { border-color: #D0BBBF; }
span { border-color: rgb(208,187,191); }
td.TdClassName
{
border-color: #D0BBBF;
}
.TagClassName
{
border-color: #D0BBBF;
}
</style>