Shades of Melanie #D6ADBF
Tints of Melanie #D6ADBF
RGB
CMYK
RGB Variations
Color information
#D6ADBF (or 0xD6ADBF) is known color: Melanie. HEX triplet: D6, AD and BF. RGB value is (214,173,191). Sum of RGB (Red+Green+Blue) = 214+173+191=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ADBF is #295240. Grayscale: #BBBBBB. Windows color (decimal): -2708033 or 12561878. OLE color: 12561878.
HSL color Cylindrical-coordinate representation of color #D6ADBF: hue angle of 333.66º 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 #D6ADBF is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 191 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.16 |
| HSL | 333.66º | 0.33% | 0.76% | - |
| HSV(B) | 333.66º | 0.19% | 0.84% | - |
| XYZ | 52.08 | 47.94 | 55.8 | - |
| YUV | 187.31 | 130.08 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 191 | 0 | 0.19 | 0.11 | 0.16 | 333.66 | 0.33 | 0.76 |
| Hex | D6 | AD | BF | 0 | 13 | B | 10 | 14E | 21 | 4C |
| Octal | 326 | 255 | 277 | 0 | 23 | 13 | 20 | 516 | 41 | 114 |
| Binary | 11010110 | 10101101 | 10111111 | 0 | 10011 | 1011 | 10000 | 101001110 | 100001 | 1001100 |
Color Harmonies of #D6ADBF
Complementary color
Monochromatic Colors of #D6ADBF
Black with #D6ADBF
Text Example
Text Example
White with #D6ADBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ADBF; }
p { color: rgb(214,173,191); }
H1.HeaderClassName
{
color: #D6ADBF;
}
.AnyTagClassName
{
color: #D6ADBF;
}
</style>
background-color css
<style>
a { background-color: #D6ADBF; }
a { background-color: rgb(214,173,191); }
div.DivClassName
{
background-color: #D6ADBF;
}
.BgClassName
{
background-color: #D6ADBF;
}
</style>
border-color css
<style>
span { border-color: #D6ADBF; }
span { border-color: rgb(214,173,191); }
td.TdClassName
{
border-color: #D6ADBF;
}
.TagClassName
{
border-color: #D6ADBF;
}
</style>