Shades of Melanie #D2ABBB
Tints of Melanie #D2ABBB
RGB
CMYK
RGB Variations
Color information
#D2ABBB (or 0xD2ABBB) is known color: Melanie. HEX triplet: D2, AB and BB. RGB value is (210,171,187). Sum of RGB (Red+Green+Blue) = 210+171+187=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ABBB is #2D5444. Grayscale: #B8B8B8. Windows color (decimal): -2970693 or 12299218. OLE color: 12299218.
HSL color Cylindrical-coordinate representation of color #D2ABBB: hue angle of 335.38º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2ABBB is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 187 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.18 |
| HSL | 335.38º | 0.3% | 0.75% | - |
| HSV(B) | 335.38º | 0.19% | 0.82% | - |
| XYZ | 50.11 | 46.42 | 53.33 | - |
| YUV | 184.49 | 129.42 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 187 | 0 | 0.19 | 0.11 | 0.18 | 335.38 | 0.3 | 0.75 |
| Hex | D2 | AB | BB | 0 | 13 | B | 12 | 14F | 1E | 4B |
| Octal | 322 | 253 | 273 | 0 | 23 | 13 | 22 | 517 | 36 | 113 |
| Binary | 11010010 | 10101011 | 10111011 | 0 | 10011 | 1011 | 10010 | 101001111 | 11110 | 1001011 |
Color Harmonies of #D2ABBB
Complementary color
Monochromatic Colors of #D2ABBB
Black with #D2ABBB
Text Example
Text Example
White with #D2ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ABBB; }
p { color: rgb(210,171,187); }
H1.HeaderClassName
{
color: #D2ABBB;
}
.AnyTagClassName
{
color: #D2ABBB;
}
</style>
background-color css
<style>
a { background-color: #D2ABBB; }
a { background-color: rgb(210,171,187); }
div.DivClassName
{
background-color: #D2ABBB;
}
.BgClassName
{
background-color: #D2ABBB;
}
</style>
border-color css
<style>
span { border-color: #D2ABBB; }
span { border-color: rgb(210,171,187); }
td.TdClassName
{
border-color: #D2ABBB;
}
.TagClassName
{
border-color: #D2ABBB;
}
</style>