Shades of Mauve #DAA6FA
Tints of Mauve #DAA6FA
RGB
CMYK
RGB Variations
Color information
#DAA6FA (or 0xDAA6FA) is known color: Mauve. HEX triplet: DA, A6 and FA. RGB value is (218,166,250). Sum of RGB (Red+Green+Blue) = 218+166+250=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 166 (65.23% from 255 or 26.18% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAA6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA6FA is #255905. Grayscale: #BEBEBE. Windows color (decimal): -2447622 or 16426714. OLE color: 16426714.
HSL color Cylindrical-coordinate representation of color #DAA6FA: hue angle of 277.14º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAA6FA is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 166 | 250 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.02 |
| HSL | 277.14º | 0.89% | 0.82% | - |
| HSV(B) | 277.14º | 0.34% | 0.98% | - |
| XYZ | 59.8 | 49.08 | 96.76 | - |
| YUV | 191.12 | 161.23 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 250 | 0.13 | 0.34 | 0 | 0.02 | 277.14 | 0.89 | 0.82 |
| Hex | DA | A6 | FA | D | 22 | 0 | 2 | 115 | 59 | 52 |
| Octal | 332 | 246 | 372 | 15 | 42 | 0 | 2 | 425 | 131 | 122 |
| Binary | 11011010 | 10100110 | 11111010 | 1101 | 100010 | 0 | 10 | 100010101 | 1011001 | 1010010 |
Color Harmonies of #DAA6FA
Complementary color
Monochromatic Colors of #DAA6FA
Black with #DAA6FA
Text Example
Text Example
White with #DAA6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA6FA; }
p { color: rgb(218,166,250); }
H1.HeaderClassName
{
color: #DAA6FA;
}
.AnyTagClassName
{
color: #DAA6FA;
}
</style>
background-color css
<style>
a { background-color: #DAA6FA; }
a { background-color: rgb(218,166,250); }
div.DivClassName
{
background-color: #DAA6FA;
}
.BgClassName
{
background-color: #DAA6FA;
}
</style>
border-color css
<style>
span { border-color: #DAA6FA; }
span { border-color: rgb(218,166,250); }
td.TdClassName
{
border-color: #DAA6FA;
}
.TagClassName
{
border-color: #DAA6FA;
}
</style>