Shades of Mauve #DAA9EF
Tints of Mauve #DAA9EF
RGB
CMYK
RGB Variations
Color information
#DAA9EF (or 0xDAA9EF) is known color: Mauve. HEX triplet: DA, A9 and EF. RGB value is (218,169,239). Sum of RGB (Red+Green+Blue) = 218+169+239=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 169 (66.41% from 255 or 27.00% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAA9EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA9EF is #255610. Grayscale: #BFBFBF. Windows color (decimal): -2446865 or 15706586. OLE color: 15706586.
HSL color Cylindrical-coordinate representation of color #DAA9EF: hue angle of 282º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAA9EF is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 169 | 239 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.06 |
| HSL | 282º | 0.69% | 0.8% | - |
| HSV(B) | 282º | 0.29% | 0.94% | - |
| XYZ | 58.68 | 49.51 | 88.13 | - |
| YUV | 191.63 | 154.73 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 239 | 0.09 | 0.29 | 0 | 0.06 | 282 | 0.69 | 0.8 |
| Hex | DA | A9 | EF | 9 | 1D | 0 | 6 | 11A | 45 | 50 |
| Octal | 332 | 251 | 357 | 11 | 35 | 0 | 6 | 432 | 105 | 120 |
| Binary | 11011010 | 10101001 | 11101111 | 1001 | 11101 | 0 | 110 | 100011010 | 1000101 | 1010000 |
Color Harmonies of #DAA9EF
Complementary color
Monochromatic Colors of #DAA9EF
Black with #DAA9EF
Text Example
Text Example
White with #DAA9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA9EF; }
p { color: rgb(218,169,239); }
H1.HeaderClassName
{
color: #DAA9EF;
}
.AnyTagClassName
{
color: #DAA9EF;
}
</style>
background-color css
<style>
a { background-color: #DAA9EF; }
a { background-color: rgb(218,169,239); }
div.DivClassName
{
background-color: #DAA9EF;
}
.BgClassName
{
background-color: #DAA9EF;
}
</style>
border-color css
<style>
span { border-color: #DAA9EF; }
span { border-color: rgb(218,169,239); }
td.TdClassName
{
border-color: #DAA9EF;
}
.TagClassName
{
border-color: #DAA9EF;
}
</style>