Shades of Melanie #D4AFBD
Tints of Melanie #D4AFBD
RGB
CMYK
RGB Variations
Color information
#D4AFBD (or 0xD4AFBD) is known color: Melanie. HEX triplet: D4, AF and BD. RGB value is (212,175,189). Sum of RGB (Red+Green+Blue) = 212+175+189=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFBD is #2B5042. Grayscale: #BBBBBB. Windows color (decimal): -2838595 or 12431316. OLE color: 12431316.
HSL color Cylindrical-coordinate representation of color #D4AFBD: hue angle of 337.3º 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 #D4AFBD is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 175 | 189 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.17 |
| HSL | 337.3º | 0.3% | 0.76% | - |
| HSV(B) | 337.3º | 0.17% | 0.83% | - |
| XYZ | 51.67 | 48.33 | 54.75 | - |
| YUV | 187.66 | 128.76 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 175 | 189 | 0 | 0.17 | 0.11 | 0.17 | 337.3 | 0.3 | 0.76 |
| Hex | D4 | AF | BD | 0 | 11 | B | 11 | 151 | 1E | 4C |
| Octal | 324 | 257 | 275 | 0 | 21 | 13 | 21 | 521 | 36 | 114 |
| Binary | 11010100 | 10101111 | 10111101 | 0 | 10001 | 1011 | 10001 | 101010001 | 11110 | 1001100 |
Color Harmonies of #D4AFBD
Complementary color
Monochromatic Colors of #D4AFBD
Black with #D4AFBD
Text Example
Text Example
White with #D4AFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AFBD; }
p { color: rgb(212,175,189); }
H1.HeaderClassName
{
color: #D4AFBD;
}
.AnyTagClassName
{
color: #D4AFBD;
}
</style>
background-color css
<style>
a { background-color: #D4AFBD; }
a { background-color: rgb(212,175,189); }
div.DivClassName
{
background-color: #D4AFBD;
}
.BgClassName
{
background-color: #D4AFBD;
}
</style>
border-color css
<style>
span { border-color: #D4AFBD; }
span { border-color: rgb(212,175,189); }
td.TdClassName
{
border-color: #D4AFBD;
}
.TagClassName
{
border-color: #D4AFBD;
}
</style>