Shades of Mauve #DAACF9
Tints of Mauve #DAACF9
RGB
CMYK
RGB Variations
Color information
#DAACF9 (or 0xDAACF9) is known color: Mauve. HEX triplet: DA, AC and F9. RGB value is (218,172,249). Sum of RGB (Red+Green+Blue) = 218+172+249=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 249 (97.66% from 255 or 38.97% from 639); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAACF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAACF9 is #255306. Grayscale: #C2C2C2. Windows color (decimal): -2446087 or 16362714. OLE color: 16362714.
HSL color Cylindrical-coordinate representation of color #DAACF9: hue angle of 275.84º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAACF9 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 172 | 249 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.02 |
| HSL | 275.84º | 0.87% | 0.83% | - |
| HSV(B) | 275.84º | 0.31% | 0.98% | - |
| XYZ | 60.76 | 51.25 | 96.31 | - |
| YUV | 194.53 | 158.74 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 249 | 0.12 | 0.31 | 0 | 0.02 | 275.84 | 0.87 | 0.83 |
| Hex | DA | AC | F9 | C | 1F | 0 | 2 | 114 | 57 | 53 |
| Octal | 332 | 254 | 371 | 14 | 37 | 0 | 2 | 424 | 127 | 123 |
| Binary | 11011010 | 10101100 | 11111001 | 1100 | 11111 | 0 | 10 | 100010100 | 1010111 | 1010011 |
Color Harmonies of #DAACF9
Complementary color
Monochromatic Colors of #DAACF9
Black with #DAACF9
Text Example
Text Example
White with #DAACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAACF9; }
p { color: rgb(218,172,249); }
H1.HeaderClassName
{
color: #DAACF9;
}
.AnyTagClassName
{
color: #DAACF9;
}
</style>
background-color css
<style>
a { background-color: #DAACF9; }
a { background-color: rgb(218,172,249); }
div.DivClassName
{
background-color: #DAACF9;
}
.BgClassName
{
background-color: #DAACF9;
}
</style>
border-color css
<style>
span { border-color: #DAACF9; }
span { border-color: rgb(218,172,249); }
td.TdClassName
{
border-color: #DAACF9;
}
.TagClassName
{
border-color: #DAACF9;
}
</style>