Shades of Mauve #DAAAFE
Tints of Mauve #DAAAFE
RGB
CMYK
RGB Variations
Color information
#DAAAFE (or 0xDAAAFE) is known color: Mauve. HEX triplet: DA, AA and FE. RGB value is (218,170,254). Sum of RGB (Red+Green+Blue) = 218+170+254=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 170 (66.80% from 255 or 26.48% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAAAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAAFE is #255501. Grayscale: #C1C1C1. Windows color (decimal): -2446594 or 16689882. OLE color: 16689882.
HSL color Cylindrical-coordinate representation of color #DAAAFE: hue angle of 274.29º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAAAFE is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 170 | 254 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.00 |
| HSL | 274.29º | 0.98% | 0.83% | - |
| HSV(B) | 274.29º | 0.33% | 1% | - |
| XYZ | 61.18 | 50.81 | 100.35 | - |
| YUV | 193.93 | 161.9 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 254 | 0.14 | 0.33 | 0 | 0.00 | 274.29 | 0.98 | 0.83 |
| Hex | DA | AA | FE | E | 21 | 0 | 0 | 112 | 62 | 53 |
| Octal | 332 | 252 | 376 | 16 | 41 | 0 | 0 | 422 | 142 | 123 |
| Binary | 11011010 | 10101010 | 11111110 | 1110 | 100001 | 0 | 0 | 100010010 | 1100010 | 1010011 |
Color Harmonies of #DAAAFE
Complementary color
Monochromatic Colors of #DAAAFE
Black with #DAAAFE
Text Example
Text Example
White with #DAAAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAAFE; }
p { color: rgb(218,170,254); }
H1.HeaderClassName
{
color: #DAAAFE;
}
.AnyTagClassName
{
color: #DAAAFE;
}
</style>
background-color css
<style>
a { background-color: #DAAAFE; }
a { background-color: rgb(218,170,254); }
div.DivClassName
{
background-color: #DAAAFE;
}
.BgClassName
{
background-color: #DAAAFE;
}
</style>
border-color css
<style>
span { border-color: #DAAAFE; }
span { border-color: rgb(218,170,254); }
td.TdClassName
{
border-color: #DAAAFE;
}
.TagClassName
{
border-color: #DAAAFE;
}
</style>