Shades of Melanie #D2ACBC
Tints of Melanie #D2ACBC
RGB
CMYK
RGB Variations
Color information
#D2ACBC (or 0xD2ACBC) is known color: Melanie. HEX triplet: D2, AC and BC. RGB value is (210,172,188). Sum of RGB (Red+Green+Blue) = 210+172+188=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ACBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ACBC is #2D5343. Grayscale: #B9B9B9. Windows color (decimal): -2970436 or 12365010. OLE color: 12365010.
HSL color Cylindrical-coordinate representation of color #D2ACBC: hue angle of 334.74º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2ACBC is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 172 | 188 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.18 |
| HSL | 334.74º | 0.3% | 0.75% | - |
| HSV(B) | 334.74º | 0.18% | 0.82% | - |
| XYZ | 50.41 | 46.84 | 53.96 | - |
| YUV | 185.19 | 129.59 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 172 | 188 | 0 | 0.18 | 0.10 | 0.18 | 334.74 | 0.3 | 0.75 |
| Hex | D2 | AC | BC | 0 | 12 | A | 12 | 14F | 1E | 4B |
| Octal | 322 | 254 | 274 | 0 | 22 | 12 | 22 | 517 | 36 | 113 |
| Binary | 11010010 | 10101100 | 10111100 | 0 | 10010 | 1010 | 10010 | 101001111 | 11110 | 1001011 |
Color Harmonies of #D2ACBC
Complementary color
Monochromatic Colors of #D2ACBC
Black with #D2ACBC
Text Example
Text Example
White with #D2ACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ACBC; }
p { color: rgb(210,172,188); }
H1.HeaderClassName
{
color: #D2ACBC;
}
.AnyTagClassName
{
color: #D2ACBC;
}
</style>
background-color css
<style>
a { background-color: #D2ACBC; }
a { background-color: rgb(210,172,188); }
div.DivClassName
{
background-color: #D2ACBC;
}
.BgClassName
{
background-color: #D2ACBC;
}
</style>
border-color css
<style>
span { border-color: #D2ACBC; }
span { border-color: rgb(210,172,188); }
td.TdClassName
{
border-color: #D2ACBC;
}
.TagClassName
{
border-color: #D2ACBC;
}
</style>