Shades of Mauve #DAAFF1
Tints of Mauve #DAAFF1
RGB
CMYK
RGB Variations
Color information
#DAAFF1 (or 0xDAAFF1) is known color: Mauve. HEX triplet: DA, AF and F1. RGB value is (218,175,241). Sum of RGB (Red+Green+Blue) = 218+175+241=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 175 (68.75% from 255 or 27.60% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAAFF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAFF1 is #25500E. Grayscale: #C3C3C3. Windows color (decimal): -2445327 or 15839194. OLE color: 15839194.
HSL color Cylindrical-coordinate representation of color #DAAFF1: hue angle of 279.09º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAAFF1 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 175 | 241 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.05 |
| HSL | 279.09º | 0.7% | 0.82% | - |
| HSV(B) | 279.09º | 0.27% | 0.95% | - |
| XYZ | 60.12 | 51.92 | 90.07 | - |
| YUV | 195.38 | 153.75 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 241 | 0.10 | 0.27 | 0 | 0.05 | 279.09 | 0.7 | 0.82 |
| Hex | DA | AF | F1 | A | 1B | 0 | 5 | 117 | 46 | 52 |
| Octal | 332 | 257 | 361 | 12 | 33 | 0 | 5 | 427 | 106 | 122 |
| Binary | 11011010 | 10101111 | 11110001 | 1010 | 11011 | 0 | 101 | 100010111 | 1000110 | 1010010 |
Color Harmonies of #DAAFF1
Complementary color
Monochromatic Colors of #DAAFF1
Black with #DAAFF1
Text Example
Text Example
White with #DAAFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAFF1; }
p { color: rgb(218,175,241); }
H1.HeaderClassName
{
color: #DAAFF1;
}
.AnyTagClassName
{
color: #DAAFF1;
}
</style>
background-color css
<style>
a { background-color: #DAAFF1; }
a { background-color: rgb(218,175,241); }
div.DivClassName
{
background-color: #DAAFF1;
}
.BgClassName
{
background-color: #DAAFF1;
}
</style>
border-color css
<style>
span { border-color: #DAAFF1; }
span { border-color: rgb(218,175,241); }
td.TdClassName
{
border-color: #DAAFF1;
}
.TagClassName
{
border-color: #DAAFF1;
}
</style>