Shades of Melanie #D6ADBE
Tints of Melanie #D6ADBE
RGB
CMYK
RGB Variations
Color information
#D6ADBE (or 0xD6ADBE) is known color: Melanie. HEX triplet: D6, AD and BE. RGB value is (214,173,190). Sum of RGB (Red+Green+Blue) = 214+173+190=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ADBE is #295241. Grayscale: #BBBBBB. Windows color (decimal): -2708034 or 12496342. OLE color: 12496342.
HSL color Cylindrical-coordinate representation of color #D6ADBE: hue angle of 335.12º 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 #D6ADBE is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 190 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.16 |
| HSL | 335.12º | 0.33% | 0.76% | - |
| HSV(B) | 335.12º | 0.19% | 0.84% | - |
| XYZ | 51.97 | 47.9 | 55.22 | - |
| YUV | 187.2 | 129.58 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 190 | 0 | 0.19 | 0.11 | 0.16 | 335.12 | 0.33 | 0.76 |
| Hex | D6 | AD | BE | 0 | 13 | B | 10 | 14F | 21 | 4C |
| Octal | 326 | 255 | 276 | 0 | 23 | 13 | 20 | 517 | 41 | 114 |
| Binary | 11010110 | 10101101 | 10111110 | 0 | 10011 | 1011 | 10000 | 101001111 | 100001 | 1001100 |
Color Harmonies of #D6ADBE
Complementary color
Monochromatic Colors of #D6ADBE
Black with #D6ADBE
Text Example
Text Example
White with #D6ADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ADBE; }
p { color: rgb(214,173,190); }
H1.HeaderClassName
{
color: #D6ADBE;
}
.AnyTagClassName
{
color: #D6ADBE;
}
</style>
background-color css
<style>
a { background-color: #D6ADBE; }
a { background-color: rgb(214,173,190); }
div.DivClassName
{
background-color: #D6ADBE;
}
.BgClassName
{
background-color: #D6ADBE;
}
</style>
border-color css
<style>
span { border-color: #D6ADBE; }
span { border-color: rgb(214,173,190); }
td.TdClassName
{
border-color: #D6ADBE;
}
.TagClassName
{
border-color: #D6ADBE;
}
</style>