Shades of Mauve #DAABFE
Tints of Mauve #DAABFE
RGB
CMYK
RGB Variations
Color information
#DAABFE (or 0xDAABFE) is known color: Mauve. HEX triplet: DA, AB and FE. RGB value is (218,171,254). Sum of RGB (Red+Green+Blue) = 218+171+254=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 171 (67.19% from 255 or 26.59% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAABFE is #255401. Grayscale: #C2C2C2. Windows color (decimal): -2446338 or 16690138. OLE color: 16690138.
HSL color Cylindrical-coordinate representation of color #DAABFE: hue angle of 273.98º 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 #DAABFE is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 171 | 254 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.00 |
| HSL | 273.98º | 0.98% | 0.83% | - |
| HSV(B) | 273.98º | 0.33% | 1% | - |
| XYZ | 61.37 | 51.19 | 100.41 | - |
| YUV | 194.52 | 161.57 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 254 | 0.14 | 0.33 | 0 | 0.00 | 273.98 | 0.98 | 0.83 |
| Hex | DA | AB | FE | E | 21 | 0 | 0 | 112 | 62 | 53 |
| Octal | 332 | 253 | 376 | 16 | 41 | 0 | 0 | 422 | 142 | 123 |
| Binary | 11011010 | 10101011 | 11111110 | 1110 | 100001 | 0 | 0 | 100010010 | 1100010 | 1010011 |
Color Harmonies of #DAABFE
Complementary color
Monochromatic Colors of #DAABFE
Black with #DAABFE
Text Example
Text Example
White with #DAABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAABFE; }
p { color: rgb(218,171,254); }
H1.HeaderClassName
{
color: #DAABFE;
}
.AnyTagClassName
{
color: #DAABFE;
}
</style>
background-color css
<style>
a { background-color: #DAABFE; }
a { background-color: rgb(218,171,254); }
div.DivClassName
{
background-color: #DAABFE;
}
.BgClassName
{
background-color: #DAABFE;
}
</style>
border-color css
<style>
span { border-color: #DAABFE; }
span { border-color: rgb(218,171,254); }
td.TdClassName
{
border-color: #DAABFE;
}
.TagClassName
{
border-color: #DAABFE;
}
</style>