Shades of Melanie #D6AFC0
Tints of Melanie #D6AFC0
RGB
CMYK
RGB Variations
Color information
#D6AFC0 (or 0xD6AFC0) is known color: Melanie. HEX triplet: D6, AF and C0. RGB value is (214,175,192). Sum of RGB (Red+Green+Blue) = 214+175+192=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFC0 is #29503F. Grayscale: #BCBCBC. Windows color (decimal): -2707520 or 12627926. OLE color: 12627926.
HSL color Cylindrical-coordinate representation of color #D6AFC0: hue angle of 333.85º 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 #D6AFC0 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 192 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.16 |
| HSL | 333.85º | 0.32% | 0.76% | - |
| HSV(B) | 333.85º | 0.18% | 0.84% | - |
| XYZ | 52.58 | 48.76 | 56.51 | - |
| YUV | 188.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 192 | 0 | 0.18 | 0.10 | 0.16 | 333.85 | 0.32 | 0.76 |
| Hex | D6 | AF | C0 | 0 | 12 | A | 10 | 14E | 20 | 4C |
| Octal | 326 | 257 | 300 | 0 | 22 | 12 | 20 | 516 | 40 | 114 |
| Binary | 11010110 | 10101111 | 11000000 | 0 | 10010 | 1010 | 10000 | 101001110 | 100000 | 1001100 |
Color Harmonies of #D6AFC0
Complementary color
Monochromatic Colors of #D6AFC0
Black with #D6AFC0
Text Example
Text Example
White with #D6AFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AFC0; }
p { color: rgb(214,175,192); }
H1.HeaderClassName
{
color: #D6AFC0;
}
.AnyTagClassName
{
color: #D6AFC0;
}
</style>
background-color css
<style>
a { background-color: #D6AFC0; }
a { background-color: rgb(214,175,192); }
div.DivClassName
{
background-color: #D6AFC0;
}
.BgClassName
{
background-color: #D6AFC0;
}
</style>
border-color css
<style>
span { border-color: #D6AFC0; }
span { border-color: rgb(214,175,192); }
td.TdClassName
{
border-color: #D6AFC0;
}
.TagClassName
{
border-color: #D6AFC0;
}
</style>