Shades of Melanie #D0B7BF
Tints of Melanie #D0B7BF
RGB
CMYK
RGB Variations
Color information
#D0B7BF (or 0xD0B7BF) is known color: Melanie. HEX triplet: D0, B7 and BF. RGB value is (208,183,191). Sum of RGB (Red+Green+Blue) = 208+183+191=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 183 (71.88% from 255 or 31.44% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B7BF is #2F4840. Grayscale: #BFBFBF. Windows color (decimal): -3098689 or 12564432. OLE color: 12564432.
HSL color Cylindrical-coordinate representation of color #D0B7BF: hue angle of 340.8º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0B7BF is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 183 | 191 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.18 |
| HSL | 340.8º | 0.21% | 0.77% | - |
| HSV(B) | 340.8º | 0.12% | 0.82% | - |
| XYZ | 52.35 | 51.04 | 56.38 | - |
| YUV | 191.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 183 | 191 | 0 | 0.12 | 0.08 | 0.18 | 340.8 | 0.21 | 0.77 |
| Hex | D0 | B7 | BF | 0 | C | 8 | 12 | 155 | 15 | 4D |
| Octal | 320 | 267 | 277 | 0 | 14 | 10 | 22 | 525 | 25 | 115 |
| Binary | 11010000 | 10110111 | 10111111 | 0 | 1100 | 1000 | 10010 | 101010101 | 10101 | 1001101 |
Color Harmonies of #D0B7BF
Complementary color
Monochromatic Colors of #D0B7BF
Black with #D0B7BF
Text Example
Text Example
White with #D0B7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B7BF; }
p { color: rgb(208,183,191); }
H1.HeaderClassName
{
color: #D0B7BF;
}
.AnyTagClassName
{
color: #D0B7BF;
}
</style>
background-color css
<style>
a { background-color: #D0B7BF; }
a { background-color: rgb(208,183,191); }
div.DivClassName
{
background-color: #D0B7BF;
}
.BgClassName
{
background-color: #D0B7BF;
}
</style>
border-color css
<style>
span { border-color: #D0B7BF; }
span { border-color: rgb(208,183,191); }
td.TdClassName
{
border-color: #D0B7BF;
}
.TagClassName
{
border-color: #D0B7BF;
}
</style>