Shades of Mauve #DABAFB
Tints of Mauve #DABAFB
RGB
CMYK
RGB Variations
Color information
#DABAFB (or 0xDABAFB) is known color: Mauve. HEX triplet: DA, BA and FB. RGB value is (218,186,251). Sum of RGB (Red+Green+Blue) = 218+186+251=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #DABAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABAFB is #254504. Grayscale: #CACACA. Windows color (decimal): -2442501 or 16497370. OLE color: 16497370.
HSL color Cylindrical-coordinate representation of color #DABAFB: hue angle of 269.54º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DABAFB is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 186 | 251 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.02 |
| HSL | 269.54º | 0.89% | 0.86% | - |
| HSV(B) | 269.54º | 0.26% | 0.98% | - |
| XYZ | 63.88 | 56.99 | 98.9 | - |
| YUV | 202.98 | 155.1 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 251 | 0.13 | 0.26 | 0 | 0.02 | 269.54 | 0.89 | 0.86 |
| Hex | DA | BA | FB | D | 1A | 0 | 2 | 10E | 59 | 56 |
| Octal | 332 | 272 | 373 | 15 | 32 | 0 | 2 | 416 | 131 | 126 |
| Binary | 11011010 | 10111010 | 11111011 | 1101 | 11010 | 0 | 10 | 100001110 | 1011001 | 1010110 |
Color Harmonies of #DABAFB
Complementary color
Monochromatic Colors of #DABAFB
Black with #DABAFB
Text Example
Text Example
White with #DABAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABAFB; }
p { color: rgb(218,186,251); }
H1.HeaderClassName
{
color: #DABAFB;
}
.AnyTagClassName
{
color: #DABAFB;
}
</style>
background-color css
<style>
a { background-color: #DABAFB; }
a { background-color: rgb(218,186,251); }
div.DivClassName
{
background-color: #DABAFB;
}
.BgClassName
{
background-color: #DABAFB;
}
</style>
border-color css
<style>
span { border-color: #DABAFB; }
span { border-color: rgb(218,186,251); }
td.TdClassName
{
border-color: #DABAFB;
}
.TagClassName
{
border-color: #DABAFB;
}
</style>