Shades of Melanie #D6ADBD
Tints of Melanie #D6ADBD
RGB
CMYK
RGB Variations
Color information
#D6ADBD (or 0xD6ADBD) is known color: Melanie. HEX triplet: D6, AD and BD. RGB value is (214,173,189). Sum of RGB (Red+Green+Blue) = 214+173+189=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ADBD is #295242. Grayscale: #BBBBBB. Windows color (decimal): -2708035 or 12430806. OLE color: 12430806.
HSL color Cylindrical-coordinate representation of color #D6ADBD: hue angle of 336.59º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6ADBD is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 189 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.16 |
| HSL | 336.59º | 0.33% | 0.76% | - |
| HSV(B) | 336.59º | 0.19% | 0.84% | - |
| XYZ | 51.86 | 47.86 | 54.65 | - |
| YUV | 187.08 | 129.08 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 189 | 0 | 0.19 | 0.12 | 0.16 | 336.59 | 0.33 | 0.76 |
| Hex | D6 | AD | BD | 0 | 13 | C | 10 | 151 | 21 | 4C |
| Octal | 326 | 255 | 275 | 0 | 23 | 14 | 20 | 521 | 41 | 114 |
| Binary | 11010110 | 10101101 | 10111101 | 0 | 10011 | 1100 | 10000 | 101010001 | 100001 | 1001100 |
Color Harmonies of #D6ADBD
Complementary color
Monochromatic Colors of #D6ADBD
Black with #D6ADBD
Text Example
Text Example
White with #D6ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ADBD; }
p { color: rgb(214,173,189); }
H1.HeaderClassName
{
color: #D6ADBD;
}
.AnyTagClassName
{
color: #D6ADBD;
}
</style>
background-color css
<style>
a { background-color: #D6ADBD; }
a { background-color: rgb(214,173,189); }
div.DivClassName
{
background-color: #D6ADBD;
}
.BgClassName
{
background-color: #D6ADBD;
}
</style>
border-color css
<style>
span { border-color: #D6ADBD; }
span { border-color: rgb(214,173,189); }
td.TdClassName
{
border-color: #D6ADBD;
}
.TagClassName
{
border-color: #D6ADBD;
}
</style>