Shades of Melanie #D2AFBC
Tints of Melanie #D2AFBC
RGB
CMYK
RGB Variations
Color information
#D2AFBC (or 0xD2AFBC) is known color: Melanie. HEX triplet: D2, AF and BC. RGB value is (210,175,188). Sum of RGB (Red+Green+Blue) = 210+175+188=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFBC is #2D5043. Grayscale: #BABABA. Windows color (decimal): -2969668 or 12365778. OLE color: 12365778.
HSL color Cylindrical-coordinate representation of color #D2AFBC: hue angle of 337.71º 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 #D2AFBC is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 188 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.18 |
| HSL | 337.71º | 0.28% | 0.75% | - |
| HSV(B) | 337.71º | 0.17% | 0.82% | - |
| XYZ | 50.99 | 47.99 | 54.15 | - |
| YUV | 186.95 | 128.6 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 188 | 0 | 0.17 | 0.10 | 0.18 | 337.71 | 0.28 | 0.75 |
| Hex | D2 | AF | BC | 0 | 11 | A | 12 | 152 | 1C | 4B |
| Octal | 322 | 257 | 274 | 0 | 21 | 12 | 22 | 522 | 34 | 113 |
| Binary | 11010010 | 10101111 | 10111100 | 0 | 10001 | 1010 | 10010 | 101010010 | 11100 | 1001011 |
Color Harmonies of #D2AFBC
Complementary color
Monochromatic Colors of #D2AFBC
Black with #D2AFBC
Text Example
Text Example
White with #D2AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AFBC; }
p { color: rgb(210,175,188); }
H1.HeaderClassName
{
color: #D2AFBC;
}
.AnyTagClassName
{
color: #D2AFBC;
}
</style>
background-color css
<style>
a { background-color: #D2AFBC; }
a { background-color: rgb(210,175,188); }
div.DivClassName
{
background-color: #D2AFBC;
}
.BgClassName
{
background-color: #D2AFBC;
}
</style>
border-color css
<style>
span { border-color: #D2AFBC; }
span { border-color: rgb(210,175,188); }
td.TdClassName
{
border-color: #D2AFBC;
}
.TagClassName
{
border-color: #D2AFBC;
}
</style>