Shades of Mauve #DAAFF6
Tints of Mauve #DAAFF6
RGB
CMYK
RGB Variations
Color information
#DAAFF6 (or 0xDAAFF6) is known color: Mauve. HEX triplet: DA, AF and F6. RGB value is (218,175,246). Sum of RGB (Red+Green+Blue) = 218+175+246=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 246 (96.48% from 255 or 38.50% from 639); Max value from RGB is 246 - color contains mainly: blue. Hex color #DAAFF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAFF6 is #255009. Grayscale: #C3C3C3. Windows color (decimal): -2445322 or 16166874. OLE color: 16166874.
HSL color Cylindrical-coordinate representation of color #DAAFF6: hue angle of 276.34º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAAFF6 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 175 | 246 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.04 |
| HSL | 276.34º | 0.8% | 0.83% | - |
| HSV(B) | 276.34º | 0.29% | 0.96% | - |
| XYZ | 60.88 | 52.22 | 94.06 | - |
| YUV | 195.95 | 156.25 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 246 | 0.11 | 0.29 | 0 | 0.04 | 276.34 | 0.8 | 0.83 |
| Hex | DA | AF | F6 | B | 1D | 0 | 4 | 114 | 50 | 53 |
| Octal | 332 | 257 | 366 | 13 | 35 | 0 | 4 | 424 | 120 | 123 |
| Binary | 11011010 | 10101111 | 11110110 | 1011 | 11101 | 0 | 100 | 100010100 | 1010000 | 1010011 |
Color Harmonies of #DAAFF6
Complementary color
Monochromatic Colors of #DAAFF6
Black with #DAAFF6
Text Example
Text Example
White with #DAAFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAFF6; }
p { color: rgb(218,175,246); }
H1.HeaderClassName
{
color: #DAAFF6;
}
.AnyTagClassName
{
color: #DAAFF6;
}
</style>
background-color css
<style>
a { background-color: #DAAFF6; }
a { background-color: rgb(218,175,246); }
div.DivClassName
{
background-color: #DAAFF6;
}
.BgClassName
{
background-color: #DAAFF6;
}
</style>
border-color css
<style>
span { border-color: #DAAFF6; }
span { border-color: rgb(218,175,246); }
td.TdClassName
{
border-color: #DAAFF6;
}
.TagClassName
{
border-color: #DAAFF6;
}
</style>