Shades of Mauve #DAA6F5
Tints of Mauve #DAA6F5
RGB
CMYK
RGB Variations
Color information
#DAA6F5 (or 0xDAA6F5) is known color: Mauve. HEX triplet: DA, A6 and F5. RGB value is (218,166,245). Sum of RGB (Red+Green+Blue) = 218+166+245=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 166 (65.23% from 255 or 26.39% from 629); Blue value is 245 (96.09% from 255 or 38.95% from 629); Max value from RGB is 245 - color contains mainly: blue. Hex color #DAA6F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA6F5 is #25590A. Grayscale: #BEBEBE. Windows color (decimal): -2447627 or 16099034. OLE color: 16099034.
HSL color Cylindrical-coordinate representation of color #DAA6F5: hue angle of 279.49º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAA6F5 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 166 | 245 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.04 |
| HSL | 279.49º | 0.8% | 0.81% | - |
| HSV(B) | 279.49º | 0.32% | 0.96% | - |
| XYZ | 59.03 | 48.77 | 92.69 | - |
| YUV | 190.55 | 158.73 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 245 | 0.11 | 0.32 | 0 | 0.04 | 279.49 | 0.8 | 0.81 |
| Hex | DA | A6 | F5 | B | 20 | 0 | 4 | 117 | 50 | 51 |
| Octal | 332 | 246 | 365 | 13 | 40 | 0 | 4 | 427 | 120 | 121 |
| Binary | 11011010 | 10100110 | 11110101 | 1011 | 100000 | 0 | 100 | 100010111 | 1010000 | 1010001 |
Color Harmonies of #DAA6F5
Complementary color
Monochromatic Colors of #DAA6F5
Black with #DAA6F5
Text Example
Text Example
White with #DAA6F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA6F5; }
p { color: rgb(218,166,245); }
H1.HeaderClassName
{
color: #DAA6F5;
}
.AnyTagClassName
{
color: #DAA6F5;
}
</style>
background-color css
<style>
a { background-color: #DAA6F5; }
a { background-color: rgb(218,166,245); }
div.DivClassName
{
background-color: #DAA6F5;
}
.BgClassName
{
background-color: #DAA6F5;
}
</style>
border-color css
<style>
span { border-color: #DAA6F5; }
span { border-color: rgb(218,166,245); }
td.TdClassName
{
border-color: #DAA6F5;
}
.TagClassName
{
border-color: #DAA6F5;
}
</style>