Shades of Mauve #DAABFA
Tints of Mauve #DAABFA
RGB
CMYK
RGB Variations
Color information
#DAABFA (or 0xDAABFA) is known color: Mauve. HEX triplet: DA, AB and FA. RGB value is (218,171,250). Sum of RGB (Red+Green+Blue) = 218+171+250=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 171 (67.19% from 255 or 26.76% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAABFA is #255405. Grayscale: #C1C1C1. Windows color (decimal): -2446342 or 16427994. OLE color: 16427994.
HSL color Cylindrical-coordinate representation of color #DAABFA: hue angle of 275.7º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAABFA is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 171 | 250 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.02 |
| HSL | 275.7º | 0.89% | 0.83% | - |
| HSV(B) | 275.7º | 0.32% | 0.98% | - |
| XYZ | 60.73 | 50.93 | 97.07 | - |
| YUV | 194.06 | 159.57 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 250 | 0.13 | 0.32 | 0 | 0.02 | 275.7 | 0.89 | 0.83 |
| Hex | DA | AB | FA | D | 20 | 0 | 2 | 114 | 59 | 53 |
| Octal | 332 | 253 | 372 | 15 | 40 | 0 | 2 | 424 | 131 | 123 |
| Binary | 11011010 | 10101011 | 11111010 | 1101 | 100000 | 0 | 10 | 100010100 | 1011001 | 1010011 |
Color Harmonies of #DAABFA
Complementary color
Monochromatic Colors of #DAABFA
Black with #DAABFA
Text Example
Text Example
White with #DAABFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAABFA; }
p { color: rgb(218,171,250); }
H1.HeaderClassName
{
color: #DAABFA;
}
.AnyTagClassName
{
color: #DAABFA;
}
</style>
background-color css
<style>
a { background-color: #DAABFA; }
a { background-color: rgb(218,171,250); }
div.DivClassName
{
background-color: #DAABFA;
}
.BgClassName
{
background-color: #DAABFA;
}
</style>
border-color css
<style>
span { border-color: #DAABFA; }
span { border-color: rgb(218,171,250); }
td.TdClassName
{
border-color: #DAABFA;
}
.TagClassName
{
border-color: #DAABFA;
}
</style>