Shades of Mauve #DAA7FF
Tints of Mauve #DAA7FF
RGB
CMYK
RGB Variations
Color information
#DAA7FF (or 0xDAA7FF) is known color: Mauve. HEX triplet: DA, A7 and FF. RGB value is (218,167,255). Sum of RGB (Red+Green+Blue) = 218+167+255=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 167 (65.62% from 255 or 26.09% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAA7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA7FF is #255800. Grayscale: #BFBFBF. Windows color (decimal): -2447361 or 16754650. OLE color: 16754650.
HSL color Cylindrical-coordinate representation of color #DAA7FF: hue angle of 274.77º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAA7FF is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 167 | 255 | - |
| CMYK | 0.15 | 0.35 | 0 | 0 |
| HSL | 274.77º | 1% | 0.83% | - |
| HSV(B) | 274.77º | 0.35% | 1% | - |
| XYZ | 60.78 | 49.76 | 101.01 | - |
| YUV | 192.28 | 163.4 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 255 | 0.15 | 0.35 | 0 | 0 | 274.77 | 1 | 0.83 |
| Hex | DA | A7 | FF | F | 23 | 0 | 0 | 113 | 64 | 53 |
| Octal | 332 | 247 | 377 | 17 | 43 | 0 | 0 | 423 | 144 | 123 |
| Binary | 11011010 | 10100111 | 11111111 | 1111 | 100011 | 0 | 0 | 100010011 | 1100100 | 1010011 |
Color Harmonies of #DAA7FF
Complementary color
Monochromatic Colors of #DAA7FF
Black with #DAA7FF
Text Example
Text Example
White with #DAA7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA7FF; }
p { color: rgb(218,167,255); }
H1.HeaderClassName
{
color: #DAA7FF;
}
.AnyTagClassName
{
color: #DAA7FF;
}
</style>
background-color css
<style>
a { background-color: #DAA7FF; }
a { background-color: rgb(218,167,255); }
div.DivClassName
{
background-color: #DAA7FF;
}
.BgClassName
{
background-color: #DAA7FF;
}
</style>
border-color css
<style>
span { border-color: #DAA7FF; }
span { border-color: rgb(218,167,255); }
td.TdClassName
{
border-color: #DAA7FF;
}
.TagClassName
{
border-color: #DAA7FF;
}
</style>