Shades of Melanie #DCABBF
Tints of Melanie #DCABBF
RGB
CMYK
RGB Variations
Color information
#DCABBF (or 0xDCABBF) is known color: Melanie. HEX triplet: DC, AB and BF. RGB value is (220,171,191). Sum of RGB (Red+Green+Blue) = 220+171+191=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABBF is #235440. Grayscale: #BBBBBB. Windows color (decimal): -2315329 or 12561372. OLE color: 12561372.
HSL color Cylindrical-coordinate representation of color #DCABBF: hue angle of 335.51º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCABBF is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 191 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.14 |
| HSL | 335.51º | 0.41% | 0.77% | - |
| HSV(B) | 335.51º | 0.22% | 0.86% | - |
| XYZ | 53.48 | 48.1 | 55.76 | - |
| YUV | 187.93 | 129.73 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 191 | 0 | 0.22 | 0.13 | 0.14 | 335.51 | 0.41 | 0.77 |
| Hex | DC | AB | BF | 0 | 16 | D | E | 150 | 29 | 4D |
| Octal | 334 | 253 | 277 | 0 | 26 | 15 | 16 | 520 | 51 | 115 |
| Binary | 11011100 | 10101011 | 10111111 | 0 | 10110 | 1101 | 1110 | 101010000 | 101001 | 1001101 |
Color Harmonies of #DCABBF
Complementary color
Monochromatic Colors of #DCABBF
Black with #DCABBF
Text Example
Text Example
White with #DCABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABBF; }
p { color: rgb(220,171,191); }
H1.HeaderClassName
{
color: #DCABBF;
}
.AnyTagClassName
{
color: #DCABBF;
}
</style>
background-color css
<style>
a { background-color: #DCABBF; }
a { background-color: rgb(220,171,191); }
div.DivClassName
{
background-color: #DCABBF;
}
.BgClassName
{
background-color: #DCABBF;
}
</style>
border-color css
<style>
span { border-color: #DCABBF; }
span { border-color: rgb(220,171,191); }
td.TdClassName
{
border-color: #DCABBF;
}
.TagClassName
{
border-color: #DCABBF;
}
</style>