Shades of Melanie #D2AFB9
Tints of Melanie #D2AFB9
RGB
CMYK
RGB Variations
Color information
#D2AFB9 (or 0xD2AFB9) is known color: Melanie. HEX triplet: D2, AF and B9. RGB value is (210,175,185). Sum of RGB (Red+Green+Blue) = 210+175+185=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 185 (72.66% from 255 or 32.46% from 570); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFB9 is #2D5046. Grayscale: #BABABA. Windows color (decimal): -2969671 or 12169170. OLE color: 12169170.
HSL color Cylindrical-coordinate representation of color #D2AFB9: hue angle of 342.86º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2AFB9 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 185 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.18 |
| HSL | 342.86º | 0.28% | 0.75% | - |
| HSV(B) | 342.86º | 0.17% | 0.82% | - |
| XYZ | 50.67 | 47.86 | 52.47 | - |
| YUV | 186.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 185 | 0 | 0.17 | 0.12 | 0.18 | 342.86 | 0.28 | 0.75 |
| Hex | D2 | AF | B9 | 0 | 11 | C | 12 | 157 | 1C | 4B |
| Octal | 322 | 257 | 271 | 0 | 21 | 14 | 22 | 527 | 34 | 113 |
| Binary | 11010010 | 10101111 | 10111001 | 0 | 10001 | 1100 | 10010 | 101010111 | 11100 | 1001011 |
Color Harmonies of #D2AFB9
Complementary color
Monochromatic Colors of #D2AFB9
Black with #D2AFB9
Text Example
Text Example
White with #D2AFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AFB9; }
p { color: rgb(210,175,185); }
H1.HeaderClassName
{
color: #D2AFB9;
}
.AnyTagClassName
{
color: #D2AFB9;
}
</style>
background-color css
<style>
a { background-color: #D2AFB9; }
a { background-color: rgb(210,175,185); }
div.DivClassName
{
background-color: #D2AFB9;
}
.BgClassName
{
background-color: #D2AFB9;
}
</style>
border-color css
<style>
span { border-color: #D2AFB9; }
span { border-color: rgb(210,175,185); }
td.TdClassName
{
border-color: #D2AFB9;
}
.TagClassName
{
border-color: #D2AFB9;
}
</style>