Shades of Melanie #D0B3BF
Tints of Melanie #D0B3BF
RGB
CMYK
RGB Variations
Color information
#D0B3BF (or 0xD0B3BF) is known color: Melanie. HEX triplet: D0, B3 and BF. RGB value is (208,179,191). Sum of RGB (Red+Green+Blue) = 208+179+191=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 179 (70.31% from 255 or 30.97% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B3BF is #2F4C40. Grayscale: #BDBDBD. Windows color (decimal): -3099713 or 12563408. OLE color: 12563408.
HSL color Cylindrical-coordinate representation of color #D0B3BF: hue angle of 335.17º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0B3BF is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 179 | 191 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.18 |
| HSL | 335.17º | 0.24% | 0.76% | - |
| HSV(B) | 335.17º | 0.14% | 0.82% | - |
| XYZ | 51.54 | 49.41 | 56.11 | - |
| YUV | 189.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 179 | 191 | 0 | 0.14 | 0.08 | 0.18 | 335.17 | 0.24 | 0.76 |
| Hex | D0 | B3 | BF | 0 | E | 8 | 12 | 14F | 18 | 4C |
| Octal | 320 | 263 | 277 | 0 | 16 | 10 | 22 | 517 | 30 | 114 |
| Binary | 11010000 | 10110011 | 10111111 | 0 | 1110 | 1000 | 10010 | 101001111 | 11000 | 1001100 |
Color Harmonies of #D0B3BF
Complementary color
Monochromatic Colors of #D0B3BF
Black with #D0B3BF
Text Example
Text Example
White with #D0B3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B3BF; }
p { color: rgb(208,179,191); }
H1.HeaderClassName
{
color: #D0B3BF;
}
.AnyTagClassName
{
color: #D0B3BF;
}
</style>
background-color css
<style>
a { background-color: #D0B3BF; }
a { background-color: rgb(208,179,191); }
div.DivClassName
{
background-color: #D0B3BF;
}
.BgClassName
{
background-color: #D0B3BF;
}
</style>
border-color css
<style>
span { border-color: #D0B3BF; }
span { border-color: rgb(208,179,191); }
td.TdClassName
{
border-color: #D0B3BF;
}
.TagClassName
{
border-color: #D0B3BF;
}
</style>