Shades of Mauve #DAA8FE
Tints of Mauve #DAA8FE
RGB
CMYK
RGB Variations
Color information
#DAA8FE (or 0xDAA8FE) is known color: Mauve. HEX triplet: DA, A8 and FE. RGB value is (218,168,254). Sum of RGB (Red+Green+Blue) = 218+168+254=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 168 (66.02% from 255 or 26.25% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAA8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA8FE is #255701. Grayscale: #C0C0C0. Windows color (decimal): -2447106 or 16689370. OLE color: 16689370.
HSL color Cylindrical-coordinate representation of color #DAA8FE: hue angle of 274.88º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAA8FE is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 168 | 254 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.00 |
| HSL | 274.88º | 0.98% | 0.83% | - |
| HSV(B) | 274.88º | 0.34% | 1% | - |
| XYZ | 60.81 | 50.07 | 100.22 | - |
| YUV | 192.75 | 162.57 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 254 | 0.14 | 0.34 | 0 | 0.00 | 274.88 | 0.98 | 0.83 |
| Hex | DA | A8 | FE | E | 22 | 0 | 0 | 113 | 62 | 53 |
| Octal | 332 | 250 | 376 | 16 | 42 | 0 | 0 | 423 | 142 | 123 |
| Binary | 11011010 | 10101000 | 11111110 | 1110 | 100010 | 0 | 0 | 100010011 | 1100010 | 1010011 |
Color Harmonies of #DAA8FE
Complementary color
Monochromatic Colors of #DAA8FE
Black with #DAA8FE
Text Example
Text Example
White with #DAA8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA8FE; }
p { color: rgb(218,168,254); }
H1.HeaderClassName
{
color: #DAA8FE;
}
.AnyTagClassName
{
color: #DAA8FE;
}
</style>
background-color css
<style>
a { background-color: #DAA8FE; }
a { background-color: rgb(218,168,254); }
div.DivClassName
{
background-color: #DAA8FE;
}
.BgClassName
{
background-color: #DAA8FE;
}
</style>
border-color css
<style>
span { border-color: #DAA8FE; }
span { border-color: rgb(218,168,254); }
td.TdClassName
{
border-color: #DAA8FE;
}
.TagClassName
{
border-color: #DAA8FE;
}
</style>