Shades of Mauve #DAAFF2
Tints of Mauve #DAAFF2
RGB
CMYK
RGB Variations
Color information
#DAAFF2 (or 0xDAAFF2) is known color: Mauve. HEX triplet: DA, AF and F2. RGB value is (218,175,242). Sum of RGB (Red+Green+Blue) = 218+175+242=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #DAAFF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAFF2 is #25500D. Grayscale: #C3C3C3. Windows color (decimal): -2445326 or 15904730. OLE color: 15904730.
HSL color Cylindrical-coordinate representation of color #DAAFF2: hue angle of 278.51º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAAFF2 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 175 | 242 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.05 |
| HSL | 278.51º | 0.72% | 0.82% | - |
| HSV(B) | 278.51º | 0.28% | 0.95% | - |
| XYZ | 60.27 | 51.98 | 90.86 | - |
| YUV | 195.5 | 154.25 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 242 | 0.10 | 0.28 | 0 | 0.05 | 278.51 | 0.72 | 0.82 |
| Hex | DA | AF | F2 | A | 1C | 0 | 5 | 117 | 48 | 52 |
| Octal | 332 | 257 | 362 | 12 | 34 | 0 | 5 | 427 | 110 | 122 |
| Binary | 11011010 | 10101111 | 11110010 | 1010 | 11100 | 0 | 101 | 100010111 | 1001000 | 1010010 |
Color Harmonies of #DAAFF2
Complementary color
Monochromatic Colors of #DAAFF2
Black with #DAAFF2
Text Example
Text Example
White with #DAAFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAFF2; }
p { color: rgb(218,175,242); }
H1.HeaderClassName
{
color: #DAAFF2;
}
.AnyTagClassName
{
color: #DAAFF2;
}
</style>
background-color css
<style>
a { background-color: #DAAFF2; }
a { background-color: rgb(218,175,242); }
div.DivClassName
{
background-color: #DAAFF2;
}
.BgClassName
{
background-color: #DAAFF2;
}
</style>
border-color css
<style>
span { border-color: #DAAFF2; }
span { border-color: rgb(218,175,242); }
td.TdClassName
{
border-color: #DAAFF2;
}
.TagClassName
{
border-color: #DAAFF2;
}
</style>