Shades of Mauve #DAA2EF
Tints of Mauve #DAA2EF
RGB
CMYK
RGB Variations
Color information
#DAA2EF (or 0xDAA2EF) is known color: Mauve. HEX triplet: DA, A2 and EF. RGB value is (218,162,239). Sum of RGB (Red+Green+Blue) = 218+162+239=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 162 (63.67% from 255 or 26.17% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAA2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA2EF is #255D10. Grayscale: #BBBBBB. Windows color (decimal): -2448657 or 15704794. OLE color: 15704794.
HSL color Cylindrical-coordinate representation of color #DAA2EF: hue angle of 283.64º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAA2EF is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 162 | 239 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.06 |
| HSL | 283.64º | 0.71% | 0.79% | - |
| HSV(B) | 283.64º | 0.32% | 0.94% | - |
| XYZ | 57.41 | 46.98 | 87.7 | - |
| YUV | 187.52 | 157.05 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 239 | 0.09 | 0.32 | 0 | 0.06 | 283.64 | 0.71 | 0.79 |
| Hex | DA | A2 | EF | 9 | 20 | 0 | 6 | 11C | 47 | 4F |
| Octal | 332 | 242 | 357 | 11 | 40 | 0 | 6 | 434 | 107 | 117 |
| Binary | 11011010 | 10100010 | 11101111 | 1001 | 100000 | 0 | 110 | 100011100 | 1000111 | 1001111 |
Color Harmonies of #DAA2EF
Complementary color
Monochromatic Colors of #DAA2EF
Black with #DAA2EF
Text Example
Text Example
White with #DAA2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA2EF; }
p { color: rgb(218,162,239); }
H1.HeaderClassName
{
color: #DAA2EF;
}
.AnyTagClassName
{
color: #DAA2EF;
}
</style>
background-color css
<style>
a { background-color: #DAA2EF; }
a { background-color: rgb(218,162,239); }
div.DivClassName
{
background-color: #DAA2EF;
}
.BgClassName
{
background-color: #DAA2EF;
}
</style>
border-color css
<style>
span { border-color: #DAA2EF; }
span { border-color: rgb(218,162,239); }
td.TdClassName
{
border-color: #DAA2EF;
}
.TagClassName
{
border-color: #DAA2EF;
}
</style>