Shades of Mauve #DAA8F8
Tints of Mauve #DAA8F8
RGB
CMYK
RGB Variations
Color information
#DAA8F8 (or 0xDAA8F8) is known color: Mauve. HEX triplet: DA, A8 and F8. RGB value is (218,168,248). Sum of RGB (Red+Green+Blue) = 218+168+248=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 168 (66.02% from 255 or 26.50% from 634); Blue value is 248 (97.27% from 255 or 39.12% from 634); Max value from RGB is 248 - color contains mainly: blue. Hex color #DAA8F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA8F8 is #255707. Grayscale: #BFBFBF. Windows color (decimal): -2447112 or 16296154. OLE color: 16296154.
HSL color Cylindrical-coordinate representation of color #DAA8F8: hue angle of 277.5º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAA8F8 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 168 | 248 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.03 |
| HSL | 277.5º | 0.85% | 0.82% | - |
| HSV(B) | 277.5º | 0.32% | 0.97% | - |
| XYZ | 59.86 | 49.69 | 95.24 | - |
| YUV | 192.07 | 159.57 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 248 | 0.12 | 0.32 | 0 | 0.03 | 277.5 | 0.85 | 0.82 |
| Hex | DA | A8 | F8 | C | 20 | 0 | 3 | 116 | 55 | 52 |
| Octal | 332 | 250 | 370 | 14 | 40 | 0 | 3 | 426 | 125 | 122 |
| Binary | 11011010 | 10101000 | 11111000 | 1100 | 100000 | 0 | 11 | 100010110 | 1010101 | 1010010 |
Color Harmonies of #DAA8F8
Complementary color
Monochromatic Colors of #DAA8F8
Black with #DAA8F8
Text Example
Text Example
White with #DAA8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA8F8; }
p { color: rgb(218,168,248); }
H1.HeaderClassName
{
color: #DAA8F8;
}
.AnyTagClassName
{
color: #DAA8F8;
}
</style>
background-color css
<style>
a { background-color: #DAA8F8; }
a { background-color: rgb(218,168,248); }
div.DivClassName
{
background-color: #DAA8F8;
}
.BgClassName
{
background-color: #DAA8F8;
}
</style>
border-color css
<style>
span { border-color: #DAA8F8; }
span { border-color: rgb(218,168,248); }
td.TdClassName
{
border-color: #DAA8F8;
}
.TagClassName
{
border-color: #DAA8F8;
}
</style>