Shades of Melanie #D6AFBA
Tints of Melanie #D6AFBA
RGB
CMYK
RGB Variations
Color information
#D6AFBA (or 0xD6AFBA) is known color: Melanie. HEX triplet: D6, AF and BA. RGB value is (214,175,186). Sum of RGB (Red+Green+Blue) = 214+175+186=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFBA is #295045. Grayscale: #BBBBBB. Windows color (decimal): -2707526 or 12234710. OLE color: 12234710.
HSL color Cylindrical-coordinate representation of color #D6AFBA: hue angle of 343.08º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6AFBA is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 186 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.16 |
| HSL | 343.08º | 0.32% | 0.76% | - |
| HSV(B) | 343.08º | 0.18% | 0.84% | - |
| XYZ | 51.92 | 48.5 | 53.08 | - |
| YUV | 187.92 | 126.92 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 186 | 0 | 0.18 | 0.13 | 0.16 | 343.08 | 0.32 | 0.76 |
| Hex | D6 | AF | BA | 0 | 12 | D | 10 | 157 | 20 | 4C |
| Octal | 326 | 257 | 272 | 0 | 22 | 15 | 20 | 527 | 40 | 114 |
| Binary | 11010110 | 10101111 | 10111010 | 0 | 10010 | 1101 | 10000 | 101010111 | 100000 | 1001100 |
Color Harmonies of #D6AFBA
Complementary color
Monochromatic Colors of #D6AFBA
Black with #D6AFBA
Text Example
Text Example
White with #D6AFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AFBA; }
p { color: rgb(214,175,186); }
H1.HeaderClassName
{
color: #D6AFBA;
}
.AnyTagClassName
{
color: #D6AFBA;
}
</style>
background-color css
<style>
a { background-color: #D6AFBA; }
a { background-color: rgb(214,175,186); }
div.DivClassName
{
background-color: #D6AFBA;
}
.BgClassName
{
background-color: #D6AFBA;
}
</style>
border-color css
<style>
span { border-color: #D6AFBA; }
span { border-color: rgb(214,175,186); }
td.TdClassName
{
border-color: #D6AFBA;
}
.TagClassName
{
border-color: #D6AFBA;
}
</style>