Shades of Mauve #DAA7EC
Tints of Mauve #DAA7EC
RGB
CMYK
RGB Variations
Color information
#DAA7EC (or 0xDAA7EC) is known color: Mauve. HEX triplet: DA, A7 and EC. RGB value is (218,167,236). Sum of RGB (Red+Green+Blue) = 218+167+236=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 167 (65.62% from 255 or 26.89% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAA7EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA7EC is #255813. Grayscale: #BDBDBD. Windows color (decimal): -2447380 or 15509466. OLE color: 15509466.
HSL color Cylindrical-coordinate representation of color #DAA7EC: hue angle of 284.35º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAA7EC is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 167 | 236 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.07 |
| HSL | 284.35º | 0.64% | 0.79% | - |
| HSV(B) | 284.35º | 0.29% | 0.93% | - |
| XYZ | 57.87 | 48.6 | 85.69 | - |
| YUV | 190.12 | 153.9 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 236 | 0.08 | 0.29 | 0 | 0.07 | 284.35 | 0.64 | 0.79 |
| Hex | DA | A7 | EC | 8 | 1D | 0 | 7 | 11C | 40 | 4F |
| Octal | 332 | 247 | 354 | 10 | 35 | 0 | 7 | 434 | 100 | 117 |
| Binary | 11011010 | 10100111 | 11101100 | 1000 | 11101 | 0 | 111 | 100011100 | 1000000 | 1001111 |
Color Harmonies of #DAA7EC
Complementary color
Monochromatic Colors of #DAA7EC
Black with #DAA7EC
Text Example
Text Example
White with #DAA7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA7EC; }
p { color: rgb(218,167,236); }
H1.HeaderClassName
{
color: #DAA7EC;
}
.AnyTagClassName
{
color: #DAA7EC;
}
</style>
background-color css
<style>
a { background-color: #DAA7EC; }
a { background-color: rgb(218,167,236); }
div.DivClassName
{
background-color: #DAA7EC;
}
.BgClassName
{
background-color: #DAA7EC;
}
</style>
border-color css
<style>
span { border-color: #DAA7EC; }
span { border-color: rgb(218,167,236); }
td.TdClassName
{
border-color: #DAA7EC;
}
.TagClassName
{
border-color: #DAA7EC;
}
</style>