Shades of Melanie #DCACB9
Tints of Melanie #DCACB9
RGB
CMYK
RGB Variations
Color information
#DCACB9 (or 0xDCACB9) is known color: Melanie. HEX triplet: DC, AC and B9. RGB value is (220,172,185). Sum of RGB (Red+Green+Blue) = 220+172+185=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACB9 is #235346. Grayscale: #BBBBBB. Windows color (decimal): -2315079 or 12168412. OLE color: 12168412.
HSL color Cylindrical-coordinate representation of color #DCACB9: hue angle of 343.75º 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 #DCACB9 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 172 | 185 | - |
CMYK | 0 | 0.22 | 0.16 | 0.14 |
HSL | 343.75º | 0.41% | 0.77% | - |
HSV(B) | 343.75º | 0.22% | 0.86% | - |
XYZ | 53.02 | 48.22 | 52.41 | - |
YUV | 187.83 | 126.4 | 150.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 172 | 185 | 0 | 0.22 | 0.16 | 0.14 | 343.75 | 0.41 | 0.77 |
Hex | DC | AC | B9 | 0 | 16 | 10 | E | 158 | 29 | 4D |
Octal | 334 | 254 | 271 | 0 | 26 | 20 | 16 | 530 | 51 | 115 |
Binary | 11011100 | 10101100 | 10111001 | 0 | 10110 | 10000 | 1110 | 101011000 | 101001 | 1001101 |
Color Harmonies of #DCACB9
Complementary color
Monochromatic Colors of #DCACB9
Black with #DCACB9
Text Example
Text Example
White with #DCACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACB9; }
p { color: rgb(220,172,185); }
H1.HeaderClassName
{
color: #DCACB9;
}
.AnyTagClassName
{
color: #DCACB9;
}
</style>
background-color css
<style>
a { background-color: #DCACB9; }
a { background-color: rgb(220,172,185); }
div.DivClassName
{
background-color: #DCACB9;
}
.BgClassName
{
background-color: #DCACB9;
}
</style>
border-color css
<style>
span { border-color: #DCACB9; }
span { border-color: rgb(220,172,185); }
td.TdClassName
{
border-color: #DCACB9;
}
.TagClassName
{
border-color: #DCACB9;
}
</style>