Shades of Melanie #DCAABC
Tints of Melanie #DCAABC
RGB
CMYK
RGB Variations
Color information
#DCAABC (or 0xDCAABC) is known color: Melanie. HEX triplet: DC, AA and BC. RGB value is (220,170,188). Sum of RGB (Red+Green+Blue) = 220+170+188=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAABC is #235543. Grayscale: #BABABA. Windows color (decimal): -2315588 or 12364508. OLE color: 12364508.
HSL color Cylindrical-coordinate representation of color #DCAABC: hue angle of 338.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCAABC is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 188 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.14 |
| HSL | 338.4º | 0.42% | 0.76% | - |
| HSV(B) | 338.4º | 0.23% | 0.86% | - |
| XYZ | 52.97 | 47.6 | 53.97 | - |
| YUV | 187 | 128.57 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 188 | 0 | 0.23 | 0.15 | 0.14 | 338.4 | 0.42 | 0.76 |
| Hex | DC | AA | BC | 0 | 17 | F | E | 152 | 2A | 4C |
| Octal | 334 | 252 | 274 | 0 | 27 | 17 | 16 | 522 | 52 | 114 |
| Binary | 11011100 | 10101010 | 10111100 | 0 | 10111 | 1111 | 1110 | 101010010 | 101010 | 1001100 |
Color Harmonies of #DCAABC
Complementary color
Monochromatic Colors of #DCAABC
Black with #DCAABC
Text Example
Text Example
White with #DCAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAABC; }
p { color: rgb(220,170,188); }
H1.HeaderClassName
{
color: #DCAABC;
}
.AnyTagClassName
{
color: #DCAABC;
}
</style>
background-color css
<style>
a { background-color: #DCAABC; }
a { background-color: rgb(220,170,188); }
div.DivClassName
{
background-color: #DCAABC;
}
.BgClassName
{
background-color: #DCAABC;
}
</style>
border-color css
<style>
span { border-color: #DCAABC; }
span { border-color: rgb(220,170,188); }
td.TdClassName
{
border-color: #DCAABC;
}
.TagClassName
{
border-color: #DCAABC;
}
</style>