Shades of Mauve #DAAAF8
Tints of Mauve #DAAAF8
RGB
CMYK
RGB Variations
Color information
#DAAAF8 (or 0xDAAAF8) is known color: Mauve. HEX triplet: DA, AA and F8. RGB value is (218,170,248). Sum of RGB (Red+Green+Blue) = 218+170+248=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 170 (66.80% from 255 or 26.73% from 636); Blue value is 248 (97.27% from 255 or 38.99% from 636); Max value from RGB is 248 - color contains mainly: blue. Hex color #DAAAF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAAF8 is #255507. Grayscale: #C0C0C0. Windows color (decimal): -2446600 or 16296666. OLE color: 16296666.
HSL color Cylindrical-coordinate representation of color #DAAAF8: hue angle of 276.92º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAAAF8 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 170 | 248 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.03 |
| HSL | 276.92º | 0.85% | 0.82% | - |
| HSV(B) | 276.92º | 0.31% | 0.97% | - |
| XYZ | 60.23 | 50.43 | 95.37 | - |
| YUV | 193.24 | 158.9 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 248 | 0.12 | 0.31 | 0 | 0.03 | 276.92 | 0.85 | 0.82 |
| Hex | DA | AA | F8 | C | 1F | 0 | 3 | 115 | 55 | 52 |
| Octal | 332 | 252 | 370 | 14 | 37 | 0 | 3 | 425 | 125 | 122 |
| Binary | 11011010 | 10101010 | 11111000 | 1100 | 11111 | 0 | 11 | 100010101 | 1010101 | 1010010 |
Color Harmonies of #DAAAF8
Complementary color
Monochromatic Colors of #DAAAF8
Black with #DAAAF8
Text Example
Text Example
White with #DAAAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAAF8; }
p { color: rgb(218,170,248); }
H1.HeaderClassName
{
color: #DAAAF8;
}
.AnyTagClassName
{
color: #DAAAF8;
}
</style>
background-color css
<style>
a { background-color: #DAAAF8; }
a { background-color: rgb(218,170,248); }
div.DivClassName
{
background-color: #DAAAF8;
}
.BgClassName
{
background-color: #DAAAF8;
}
</style>
border-color css
<style>
span { border-color: #DAAAF8; }
span { border-color: rgb(218,170,248); }
td.TdClassName
{
border-color: #DAAAF8;
}
.TagClassName
{
border-color: #DAAAF8;
}
</style>