Shades of Melanie #D4AFBF
Tints of Melanie #D4AFBF
RGB
CMYK
RGB Variations
Color information
#D4AFBF (or 0xD4AFBF) is known color: Melanie. HEX triplet: D4, AF and BF. RGB value is (212,175,191). Sum of RGB (Red+Green+Blue) = 212+175+191=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFBF is #2B5040. Grayscale: #BBBBBB. Windows color (decimal): -2838593 or 12562388. OLE color: 12562388.
HSL color Cylindrical-coordinate representation of color #D4AFBF: hue angle of 334.05º degrees, saturation: 0.3, 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 #D4AFBF is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 175 | 191 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.17 |
| HSL | 334.05º | 0.3% | 0.76% | - |
| HSV(B) | 334.05º | 0.17% | 0.83% | - |
| XYZ | 51.89 | 48.42 | 55.9 | - |
| YUV | 187.89 | 129.76 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 175 | 191 | 0 | 0.17 | 0.10 | 0.17 | 334.05 | 0.3 | 0.76 |
| Hex | D4 | AF | BF | 0 | 11 | A | 11 | 14E | 1E | 4C |
| Octal | 324 | 257 | 277 | 0 | 21 | 12 | 21 | 516 | 36 | 114 |
| Binary | 11010100 | 10101111 | 10111111 | 0 | 10001 | 1010 | 10001 | 101001110 | 11110 | 1001100 |
Color Harmonies of #D4AFBF
Complementary color
Monochromatic Colors of #D4AFBF
Black with #D4AFBF
Text Example
Text Example
White with #D4AFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AFBF; }
p { color: rgb(212,175,191); }
H1.HeaderClassName
{
color: #D4AFBF;
}
.AnyTagClassName
{
color: #D4AFBF;
}
</style>
background-color css
<style>
a { background-color: #D4AFBF; }
a { background-color: rgb(212,175,191); }
div.DivClassName
{
background-color: #D4AFBF;
}
.BgClassName
{
background-color: #D4AFBF;
}
</style>
border-color css
<style>
span { border-color: #D4AFBF; }
span { border-color: rgb(212,175,191); }
td.TdClassName
{
border-color: #D4AFBF;
}
.TagClassName
{
border-color: #D4AFBF;
}
</style>