Shades of Mauve #DABAFA
Tints of Mauve #DABAFA
RGB
CMYK
RGB Variations
Color information
#DABAFA (or 0xDABAFA) is known color: Mauve. HEX triplet: DA, BA and FA. RGB value is (218,186,250). Sum of RGB (Red+Green+Blue) = 218+186+250=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #DABAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABAFA is #254505. Grayscale: #CACACA. Windows color (decimal): -2442502 or 16431834. OLE color: 16431834.
HSL color Cylindrical-coordinate representation of color #DABAFA: hue angle of 270º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DABAFA is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 186 | 250 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.02 |
| HSL | 270º | 0.86% | 0.85% | - |
| HSV(B) | 270º | 0.26% | 0.98% | - |
| XYZ | 63.73 | 56.93 | 98.07 | - |
| YUV | 202.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 250 | 0.13 | 0.26 | 0 | 0.02 | 270 | 0.86 | 0.85 |
| Hex | DA | BA | FA | D | 1A | 0 | 2 | 10E | 56 | 55 |
| Octal | 332 | 272 | 372 | 15 | 32 | 0 | 2 | 416 | 126 | 125 |
| Binary | 11011010 | 10111010 | 11111010 | 1101 | 11010 | 0 | 10 | 100001110 | 1010110 | 1010101 |
Color Harmonies of #DABAFA
Complementary color
Monochromatic Colors of #DABAFA
Black with #DABAFA
Text Example
Text Example
White with #DABAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABAFA; }
p { color: rgb(218,186,250); }
H1.HeaderClassName
{
color: #DABAFA;
}
.AnyTagClassName
{
color: #DABAFA;
}
</style>
background-color css
<style>
a { background-color: #DABAFA; }
a { background-color: rgb(218,186,250); }
div.DivClassName
{
background-color: #DABAFA;
}
.BgClassName
{
background-color: #DABAFA;
}
</style>
border-color css
<style>
span { border-color: #DABAFA; }
span { border-color: rgb(218,186,250); }
td.TdClassName
{
border-color: #DABAFA;
}
.TagClassName
{
border-color: #DABAFA;
}
</style>