Shades of Melanie #D0B4BF
Tints of Melanie #D0B4BF
RGB
CMYK
RGB Variations
Color information
#D0B4BF (or 0xD0B4BF) is known color: Melanie. HEX triplet: D0, B4 and BF. RGB value is (208,180,191). Sum of RGB (Red+Green+Blue) = 208+180+191=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 180 (70.70% from 255 or 31.09% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B4BF is #2F4B40. Grayscale: #BDBDBD. Windows color (decimal): -3099457 or 12563664. OLE color: 12563664.
HSL color Cylindrical-coordinate representation of color #D0B4BF: hue angle of 336.43º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0B4BF is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 180 | 191 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.18 |
| HSL | 336.43º | 0.23% | 0.76% | - |
| HSV(B) | 336.43º | 0.13% | 0.82% | - |
| XYZ | 51.74 | 49.81 | 56.18 | - |
| YUV | 189.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 180 | 191 | 0 | 0.13 | 0.08 | 0.18 | 336.43 | 0.23 | 0.76 |
| Hex | D0 | B4 | BF | 0 | D | 8 | 12 | 150 | 17 | 4C |
| Octal | 320 | 264 | 277 | 0 | 15 | 10 | 22 | 520 | 27 | 114 |
| Binary | 11010000 | 10110100 | 10111111 | 0 | 1101 | 1000 | 10010 | 101010000 | 10111 | 1001100 |
Color Harmonies of #D0B4BF
Complementary color
Monochromatic Colors of #D0B4BF
Black with #D0B4BF
Text Example
Text Example
White with #D0B4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B4BF; }
p { color: rgb(208,180,191); }
H1.HeaderClassName
{
color: #D0B4BF;
}
.AnyTagClassName
{
color: #D0B4BF;
}
</style>
background-color css
<style>
a { background-color: #D0B4BF; }
a { background-color: rgb(208,180,191); }
div.DivClassName
{
background-color: #D0B4BF;
}
.BgClassName
{
background-color: #D0B4BF;
}
</style>
border-color css
<style>
span { border-color: #D0B4BF; }
span { border-color: rgb(208,180,191); }
td.TdClassName
{
border-color: #D0B4BF;
}
.TagClassName
{
border-color: #D0B4BF;
}
</style>