Shades of Melanie #D4B1BF
Tints of Melanie #D4B1BF
RGB
CMYK
RGB Variations
Color information
#D4B1BF (or 0xD4B1BF) is known color: Melanie. HEX triplet: D4, B1 and BF. RGB value is (212,177,191). Sum of RGB (Red+Green+Blue) = 212+177+191=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B1BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B1BF is #2B4E40. Grayscale: #BDBDBD. Windows color (decimal): -2838081 or 12562900. OLE color: 12562900.
HSL color Cylindrical-coordinate representation of color #D4B1BF: hue angle of 336º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4B1BF is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 177 | 191 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.17 |
| HSL | 336º | 0.29% | 0.76% | - |
| HSV(B) | 336º | 0.17% | 0.83% | - |
| XYZ | 52.28 | 49.2 | 56.03 | - |
| YUV | 189.06 | 129.1 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 177 | 191 | 0 | 0.17 | 0.10 | 0.17 | 336 | 0.29 | 0.76 |
| Hex | D4 | B1 | BF | 0 | 11 | A | 11 | 150 | 1D | 4C |
| Octal | 324 | 261 | 277 | 0 | 21 | 12 | 21 | 520 | 35 | 114 |
| Binary | 11010100 | 10110001 | 10111111 | 0 | 10001 | 1010 | 10001 | 101010000 | 11101 | 1001100 |
Color Harmonies of #D4B1BF
Complementary color
Monochromatic Colors of #D4B1BF
Black with #D4B1BF
Text Example
Text Example
White with #D4B1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B1BF; }
p { color: rgb(212,177,191); }
H1.HeaderClassName
{
color: #D4B1BF;
}
.AnyTagClassName
{
color: #D4B1BF;
}
</style>
background-color css
<style>
a { background-color: #D4B1BF; }
a { background-color: rgb(212,177,191); }
div.DivClassName
{
background-color: #D4B1BF;
}
.BgClassName
{
background-color: #D4B1BF;
}
</style>
border-color css
<style>
span { border-color: #D4B1BF; }
span { border-color: rgb(212,177,191); }
td.TdClassName
{
border-color: #D4B1BF;
}
.TagClassName
{
border-color: #D4B1BF;
}
</style>