Shades of Mauve #DAABFF
Tints of Mauve #DAABFF
RGB
CMYK
RGB Variations
Color information
#DAABFF (or 0xDAABFF) is known color: Mauve. HEX triplet: DA, AB and FF. RGB value is (218,171,255). Sum of RGB (Red+Green+Blue) = 218+171+255=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 171 (67.19% from 255 or 26.55% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAABFF is #255400. Grayscale: #C2C2C2. Windows color (decimal): -2446337 or 16755674. OLE color: 16755674.
HSL color Cylindrical-coordinate representation of color #DAABFF: hue angle of 273.57º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAABFF is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 171 | 255 | - |
| CMYK | 0.15 | 0.33 | 0 | 0 |
| HSL | 273.57º | 1% | 0.84% | - |
| HSV(B) | 273.57º | 0.33% | 1% | - |
| XYZ | 61.53 | 51.25 | 101.26 | - |
| YUV | 194.63 | 162.07 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 255 | 0.15 | 0.33 | 0 | 0 | 273.57 | 1 | 0.84 |
| Hex | DA | AB | FF | F | 21 | 0 | 0 | 112 | 64 | 54 |
| Octal | 332 | 253 | 377 | 17 | 41 | 0 | 0 | 422 | 144 | 124 |
| Binary | 11011010 | 10101011 | 11111111 | 1111 | 100001 | 0 | 0 | 100010010 | 1100100 | 1010100 |
Color Harmonies of #DAABFF
Complementary color
Monochromatic Colors of #DAABFF
Black with #DAABFF
Text Example
Text Example
White with #DAABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAABFF; }
p { color: rgb(218,171,255); }
H1.HeaderClassName
{
color: #DAABFF;
}
.AnyTagClassName
{
color: #DAABFF;
}
</style>
background-color css
<style>
a { background-color: #DAABFF; }
a { background-color: rgb(218,171,255); }
div.DivClassName
{
background-color: #DAABFF;
}
.BgClassName
{
background-color: #DAABFF;
}
</style>
border-color css
<style>
span { border-color: #DAABFF; }
span { border-color: rgb(218,171,255); }
td.TdClassName
{
border-color: #DAABFF;
}
.TagClassName
{
border-color: #DAABFF;
}
</style>