Shades of Melanie #DCABBC
Tints of Melanie #DCABBC
RGB
CMYK
RGB Variations
Color information
#DCABBC (or 0xDCABBC) is known color: Melanie. HEX triplet: DC, AB and BC. RGB value is (220,171,188). Sum of RGB (Red+Green+Blue) = 220+171+188=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABBC is #235443. Grayscale: #BBBBBB. Windows color (decimal): -2315332 or 12364764. OLE color: 12364764.
HSL color Cylindrical-coordinate representation of color #DCABBC: hue angle of 339.18º 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 #DCABBC is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 188 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.14 |
| HSL | 339.18º | 0.41% | 0.77% | - |
| HSV(B) | 339.18º | 0.22% | 0.86% | - |
| XYZ | 53.16 | 47.97 | 54.03 | - |
| YUV | 187.59 | 128.23 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 188 | 0 | 0.22 | 0.15 | 0.14 | 339.18 | 0.41 | 0.77 |
| Hex | DC | AB | BC | 0 | 16 | F | E | 153 | 29 | 4D |
| Octal | 334 | 253 | 274 | 0 | 26 | 17 | 16 | 523 | 51 | 115 |
| Binary | 11011100 | 10101011 | 10111100 | 0 | 10110 | 1111 | 1110 | 101010011 | 101001 | 1001101 |
Color Harmonies of #DCABBC
Complementary color
Monochromatic Colors of #DCABBC
Black with #DCABBC
Text Example
Text Example
White with #DCABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABBC; }
p { color: rgb(220,171,188); }
H1.HeaderClassName
{
color: #DCABBC;
}
.AnyTagClassName
{
color: #DCABBC;
}
</style>
background-color css
<style>
a { background-color: #DCABBC; }
a { background-color: rgb(220,171,188); }
div.DivClassName
{
background-color: #DCABBC;
}
.BgClassName
{
background-color: #DCABBC;
}
</style>
border-color css
<style>
span { border-color: #DCABBC; }
span { border-color: rgb(220,171,188); }
td.TdClassName
{
border-color: #DCABBC;
}
.TagClassName
{
border-color: #DCABBC;
}
</style>