Shades of Mauve #DAAFF0
Tints of Mauve #DAAFF0
RGB
CMYK
RGB Variations
Color information
#DAAFF0 (or 0xDAAFF0) is known color: Mauve. HEX triplet: DA, AF and F0. RGB value is (218,175,240). Sum of RGB (Red+Green+Blue) = 218+175+240=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 175 (68.75% from 255 or 27.65% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 240 - color contains mainly: blue. Hex color #DAAFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAFF0 is #25500F. Grayscale: #C3C3C3. Windows color (decimal): -2445328 or 15773658. OLE color: 15773658.
HSL color Cylindrical-coordinate representation of color #DAAFF0: hue angle of 279.69º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAAFF0 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 175 | 240 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.06 |
| HSL | 279.69º | 0.68% | 0.81% | - |
| HSV(B) | 279.69º | 0.27% | 0.94% | - |
| XYZ | 59.97 | 51.86 | 89.29 | - |
| YUV | 195.27 | 153.25 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 240 | 0.09 | 0.27 | 0 | 0.06 | 279.69 | 0.68 | 0.81 |
| Hex | DA | AF | F0 | 9 | 1B | 0 | 6 | 118 | 44 | 51 |
| Octal | 332 | 257 | 360 | 11 | 33 | 0 | 6 | 430 | 104 | 121 |
| Binary | 11011010 | 10101111 | 11110000 | 1001 | 11011 | 0 | 110 | 100011000 | 1000100 | 1010001 |
Color Harmonies of #DAAFF0
Complementary color
Monochromatic Colors of #DAAFF0
Black with #DAAFF0
Text Example
Text Example
White with #DAAFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAFF0; }
p { color: rgb(218,175,240); }
H1.HeaderClassName
{
color: #DAAFF0;
}
.AnyTagClassName
{
color: #DAAFF0;
}
</style>
background-color css
<style>
a { background-color: #DAAFF0; }
a { background-color: rgb(218,175,240); }
div.DivClassName
{
background-color: #DAAFF0;
}
.BgClassName
{
background-color: #DAAFF0;
}
</style>
border-color css
<style>
span { border-color: #DAAFF0; }
span { border-color: rgb(218,175,240); }
td.TdClassName
{
border-color: #DAAFF0;
}
.TagClassName
{
border-color: #DAAFF0;
}
</style>