Shades of Melanie #DAACC1
Tints of Melanie #DAACC1
RGB
CMYK
RGB Variations
Color information
#DAACC1 (or 0xDAACC1) is known color: Melanie. HEX triplet: DA, AC and C1. RGB value is (218,172,193). Sum of RGB (Red+Green+Blue) = 218+172+193=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 193 (75.78% from 255 or 33.10% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACC1 is #25533E. Grayscale: #BCBCBC. Windows color (decimal): -2446143 or 12692698. OLE color: 12692698.
HSL color Cylindrical-coordinate representation of color #DAACC1: hue angle of 332.61º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAACC1 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 193 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.15 |
| HSL | 332.61º | 0.38% | 0.76% | - |
| HSV(B) | 332.61º | 0.21% | 0.85% | - |
| XYZ | 53.29 | 48.26 | 56.96 | - |
| YUV | 188.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 193 | 0 | 0.21 | 0.11 | 0.15 | 332.61 | 0.38 | 0.76 |
| Hex | DA | AC | C1 | 0 | 15 | B | F | 14D | 26 | 4C |
| Octal | 332 | 254 | 301 | 0 | 25 | 13 | 17 | 515 | 46 | 114 |
| Binary | 11011010 | 10101100 | 11000001 | 0 | 10101 | 1011 | 1111 | 101001101 | 100110 | 1001100 |
Color Harmonies of #DAACC1
Complementary color
Monochromatic Colors of #DAACC1
Black with #DAACC1
Text Example
Text Example
White with #DAACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAACC1; }
p { color: rgb(218,172,193); }
H1.HeaderClassName
{
color: #DAACC1;
}
.AnyTagClassName
{
color: #DAACC1;
}
</style>
background-color css
<style>
a { background-color: #DAACC1; }
a { background-color: rgb(218,172,193); }
div.DivClassName
{
background-color: #DAACC1;
}
.BgClassName
{
background-color: #DAACC1;
}
</style>
border-color css
<style>
span { border-color: #DAACC1; }
span { border-color: rgb(218,172,193); }
td.TdClassName
{
border-color: #DAACC1;
}
.TagClassName
{
border-color: #DAACC1;
}
</style>