Shades of Mauve #DAAAF5
Tints of Mauve #DAAAF5
RGB
CMYK
RGB Variations
Color information
#DAAAF5 (or 0xDAAAF5) is known color: Mauve. HEX triplet: DA, AA and F5. RGB value is (218,170,245). Sum of RGB (Red+Green+Blue) = 218+170+245=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 170 (66.80% from 255 or 26.86% from 633); Blue value is 245 (96.09% from 255 or 38.70% from 633); Max value from RGB is 245 - color contains mainly: blue. Hex color #DAAAF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAAF5 is #25550A. Grayscale: #C0C0C0. Windows color (decimal): -2446603 or 16100058. OLE color: 16100058.
HSL color Cylindrical-coordinate representation of color #DAAAF5: hue angle of 278.4º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAAAF5 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 170 | 245 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.04 |
| HSL | 278.4º | 0.79% | 0.81% | - |
| HSV(B) | 278.4º | 0.31% | 0.96% | - |
| XYZ | 59.77 | 50.25 | 92.93 | - |
| YUV | 192.9 | 157.4 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 245 | 0.11 | 0.31 | 0 | 0.04 | 278.4 | 0.79 | 0.81 |
| Hex | DA | AA | F5 | B | 1F | 0 | 4 | 116 | 4F | 51 |
| Octal | 332 | 252 | 365 | 13 | 37 | 0 | 4 | 426 | 117 | 121 |
| Binary | 11011010 | 10101010 | 11110101 | 1011 | 11111 | 0 | 100 | 100010110 | 1001111 | 1010001 |
Color Harmonies of #DAAAF5
Complementary color
Monochromatic Colors of #DAAAF5
Black with #DAAAF5
Text Example
Text Example
White with #DAAAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAAF5; }
p { color: rgb(218,170,245); }
H1.HeaderClassName
{
color: #DAAAF5;
}
.AnyTagClassName
{
color: #DAAAF5;
}
</style>
background-color css
<style>
a { background-color: #DAAAF5; }
a { background-color: rgb(218,170,245); }
div.DivClassName
{
background-color: #DAAAF5;
}
.BgClassName
{
background-color: #DAAAF5;
}
</style>
border-color css
<style>
span { border-color: #DAAAF5; }
span { border-color: rgb(218,170,245); }
td.TdClassName
{
border-color: #DAAAF5;
}
.TagClassName
{
border-color: #DAAAF5;
}
</style>