Shades of Melanie #D0B4BB
Tints of Melanie #D0B4BB
RGB
CMYK
RGB Variations
Color information
#D0B4BB (or 0xD0B4BB) is known color: Melanie. HEX triplet: D0, B4 and BB. RGB value is (208,180,187). Sum of RGB (Red+Green+Blue) = 208+180+187=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 180 (70.70% from 255 or 31.30% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B4BB is #2F4B44. Grayscale: #BDBDBD. Windows color (decimal): -3099461 or 12301520. OLE color: 12301520.
HSL color Cylindrical-coordinate representation of color #D0B4BB: hue angle of 345º 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 #D0B4BB is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 180 | 187 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.18 |
| HSL | 345º | 0.23% | 0.76% | - |
| HSV(B) | 345º | 0.13% | 0.82% | - |
| XYZ | 51.3 | 49.64 | 53.89 | - |
| YUV | 189.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 180 | 187 | 0 | 0.13 | 0.10 | 0.18 | 345 | 0.23 | 0.76 |
| Hex | D0 | B4 | BB | 0 | D | A | 12 | 159 | 17 | 4C |
| Octal | 320 | 264 | 273 | 0 | 15 | 12 | 22 | 531 | 27 | 114 |
| Binary | 11010000 | 10110100 | 10111011 | 0 | 1101 | 1010 | 10010 | 101011001 | 10111 | 1001100 |
Color Harmonies of #D0B4BB
Complementary color
Monochromatic Colors of #D0B4BB
Black with #D0B4BB
Text Example
Text Example
White with #D0B4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B4BB; }
p { color: rgb(208,180,187); }
H1.HeaderClassName
{
color: #D0B4BB;
}
.AnyTagClassName
{
color: #D0B4BB;
}
</style>
background-color css
<style>
a { background-color: #D0B4BB; }
a { background-color: rgb(208,180,187); }
div.DivClassName
{
background-color: #D0B4BB;
}
.BgClassName
{
background-color: #D0B4BB;
}
</style>
border-color css
<style>
span { border-color: #D0B4BB; }
span { border-color: rgb(208,180,187); }
td.TdClassName
{
border-color: #D0B4BB;
}
.TagClassName
{
border-color: #D0B4BB;
}
</style>