Shades of Mauve #DAA8F3
Tints of Mauve #DAA8F3
RGB
CMYK
RGB Variations
Color information
#DAA8F3 (or 0xDAA8F3) is known color: Mauve. HEX triplet: DA, A8 and F3. RGB value is (218,168,243). Sum of RGB (Red+Green+Blue) = 218+168+243=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 168 (66.02% from 255 or 26.71% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAA8F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA8F3 is #25570C. Grayscale: #BFBFBF. Windows color (decimal): -2447117 or 15968474. OLE color: 15968474.
HSL color Cylindrical-coordinate representation of color #DAA8F3: hue angle of 280º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAA8F3 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 168 | 243 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.05 |
| HSL | 280º | 0.76% | 0.81% | - |
| HSV(B) | 280º | 0.31% | 0.95% | - |
| XYZ | 59.09 | 49.38 | 91.21 | - |
| YUV | 191.5 | 157.07 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 243 | 0.10 | 0.31 | 0 | 0.05 | 280 | 0.76 | 0.81 |
| Hex | DA | A8 | F3 | A | 1F | 0 | 5 | 118 | 4C | 51 |
| Octal | 332 | 250 | 363 | 12 | 37 | 0 | 5 | 430 | 114 | 121 |
| Binary | 11011010 | 10101000 | 11110011 | 1010 | 11111 | 0 | 101 | 100011000 | 1001100 | 1010001 |
Color Harmonies of #DAA8F3
Complementary color
Monochromatic Colors of #DAA8F3
Black with #DAA8F3
Text Example
Text Example
White with #DAA8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA8F3; }
p { color: rgb(218,168,243); }
H1.HeaderClassName
{
color: #DAA8F3;
}
.AnyTagClassName
{
color: #DAA8F3;
}
</style>
background-color css
<style>
a { background-color: #DAA8F3; }
a { background-color: rgb(218,168,243); }
div.DivClassName
{
background-color: #DAA8F3;
}
.BgClassName
{
background-color: #DAA8F3;
}
</style>
border-color css
<style>
span { border-color: #DAA8F3; }
span { border-color: rgb(218,168,243); }
td.TdClassName
{
border-color: #DAA8F3;
}
.TagClassName
{
border-color: #DAA8F3;
}
</style>