Shades of Melanie #D6ADBC
Tints of Melanie #D6ADBC
RGB
CMYK
RGB Variations
Color information
#D6ADBC (or 0xD6ADBC) is known color: Melanie. HEX triplet: D6, AD and BC. RGB value is (214,173,188). Sum of RGB (Red+Green+Blue) = 214+173+188=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ADBC is #295243. Grayscale: #BABABA. Windows color (decimal): -2708036 or 12365270. OLE color: 12365270.
HSL color Cylindrical-coordinate representation of color #D6ADBC: hue angle of 338.05º 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 #D6ADBC is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 188 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.16 |
| HSL | 338.05º | 0.33% | 0.76% | - |
| HSV(B) | 338.05º | 0.19% | 0.84% | - |
| XYZ | 51.75 | 47.81 | 54.08 | - |
| YUV | 186.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 188 | 0 | 0.19 | 0.12 | 0.16 | 338.05 | 0.33 | 0.76 |
| Hex | D6 | AD | BC | 0 | 13 | C | 10 | 152 | 21 | 4C |
| Octal | 326 | 255 | 274 | 0 | 23 | 14 | 20 | 522 | 41 | 114 |
| Binary | 11010110 | 10101101 | 10111100 | 0 | 10011 | 1100 | 10000 | 101010010 | 100001 | 1001100 |
Color Harmonies of #D6ADBC
Complementary color
Monochromatic Colors of #D6ADBC
Black with #D6ADBC
Text Example
Text Example
White with #D6ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ADBC; }
p { color: rgb(214,173,188); }
H1.HeaderClassName
{
color: #D6ADBC;
}
.AnyTagClassName
{
color: #D6ADBC;
}
</style>
background-color css
<style>
a { background-color: #D6ADBC; }
a { background-color: rgb(214,173,188); }
div.DivClassName
{
background-color: #D6ADBC;
}
.BgClassName
{
background-color: #D6ADBC;
}
</style>
border-color css
<style>
span { border-color: #D6ADBC; }
span { border-color: rgb(214,173,188); }
td.TdClassName
{
border-color: #D6ADBC;
}
.TagClassName
{
border-color: #D6ADBC;
}
</style>