Shades of Mauve #DAAAF0
Tints of Mauve #DAAAF0
RGB
CMYK
RGB Variations
Color information
#DAAAF0 (or 0xDAAAF0) is known color: Mauve. HEX triplet: DA, AA and F0. RGB value is (218,170,240). Sum of RGB (Red+Green+Blue) = 218+170+240=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 170 (66.80% from 255 or 27.07% from 628); Blue value is 240 (94.14% from 255 or 38.22% from 628); Max value from RGB is 240 - color contains mainly: blue. Hex color #DAAAF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAAF0 is #25550F. Grayscale: #C0C0C0. Windows color (decimal): -2446608 or 15772378. OLE color: 15772378.
HSL color Cylindrical-coordinate representation of color #DAAAF0: hue angle of 281.14º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAAAF0 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 170 | 240 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.06 |
| HSL | 281.14º | 0.7% | 0.8% | - |
| HSV(B) | 281.14º | 0.29% | 0.94% | - |
| XYZ | 59.02 | 49.95 | 88.97 | - |
| YUV | 192.33 | 154.9 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 240 | 0.09 | 0.29 | 0 | 0.06 | 281.14 | 0.7 | 0.8 |
| Hex | DA | AA | F0 | 9 | 1D | 0 | 6 | 119 | 46 | 50 |
| Octal | 332 | 252 | 360 | 11 | 35 | 0 | 6 | 431 | 106 | 120 |
| Binary | 11011010 | 10101010 | 11110000 | 1001 | 11101 | 0 | 110 | 100011001 | 1000110 | 1010000 |
Color Harmonies of #DAAAF0
Complementary color
Monochromatic Colors of #DAAAF0
Black with #DAAAF0
Text Example
Text Example
White with #DAAAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAAF0; }
p { color: rgb(218,170,240); }
H1.HeaderClassName
{
color: #DAAAF0;
}
.AnyTagClassName
{
color: #DAAAF0;
}
</style>
background-color css
<style>
a { background-color: #DAAAF0; }
a { background-color: rgb(218,170,240); }
div.DivClassName
{
background-color: #DAAAF0;
}
.BgClassName
{
background-color: #DAAAF0;
}
</style>
border-color css
<style>
span { border-color: #DAAAF0; }
span { border-color: rgb(218,170,240); }
td.TdClassName
{
border-color: #DAAAF0;
}
.TagClassName
{
border-color: #DAAAF0;
}
</style>