Shades of Melanie #D7ADC0
Tints of Melanie #D7ADC0
RGB
CMYK
RGB Variations
Color information
#D7ADC0 (or 0xD7ADC0) is known color: Melanie. HEX triplet: D7, AD and C0. RGB value is (215,173,192). Sum of RGB (Red+Green+Blue) = 215+173+192=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ADC0 is #28523F. Grayscale: #BBBBBB. Windows color (decimal): -2642496 or 12627415. OLE color: 12627415.
HSL color Cylindrical-coordinate representation of color #D7ADC0: hue angle of 332.86º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7ADC0 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 173 | 192 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.16 |
| HSL | 332.86º | 0.34% | 0.76% | - |
| HSV(B) | 332.86º | 0.2% | 0.84% | - |
| XYZ | 52.48 | 48.14 | 56.4 | - |
| YUV | 187.72 | 130.41 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 173 | 192 | 0 | 0.20 | 0.11 | 0.16 | 332.86 | 0.34 | 0.76 |
| Hex | D7 | AD | C0 | 0 | 14 | B | 10 | 14D | 22 | 4C |
| Octal | 327 | 255 | 300 | 0 | 24 | 13 | 20 | 515 | 42 | 114 |
| Binary | 11010111 | 10101101 | 11000000 | 0 | 10100 | 1011 | 10000 | 101001101 | 100010 | 1001100 |
Color Harmonies of #D7ADC0
Complementary color
Monochromatic Colors of #D7ADC0
Black with #D7ADC0
Text Example
Text Example
White with #D7ADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ADC0; }
p { color: rgb(215,173,192); }
H1.HeaderClassName
{
color: #D7ADC0;
}
.AnyTagClassName
{
color: #D7ADC0;
}
</style>
background-color css
<style>
a { background-color: #D7ADC0; }
a { background-color: rgb(215,173,192); }
div.DivClassName
{
background-color: #D7ADC0;
}
.BgClassName
{
background-color: #D7ADC0;
}
</style>
border-color css
<style>
span { border-color: #D7ADC0; }
span { border-color: rgb(215,173,192); }
td.TdClassName
{
border-color: #D7ADC0;
}
.TagClassName
{
border-color: #D7ADC0;
}
</style>