Shades of Mauve #DABBFA
Tints of Mauve #DABBFA
RGB
CMYK
RGB Variations
Color information
#DABBFA (or 0xDABBFA) is known color: Mauve. HEX triplet: DA, BB and FA. RGB value is (218,187,250). Sum of RGB (Red+Green+Blue) = 218+187+250=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 187 (73.44% from 255 or 28.55% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #DABBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBFA is #254405. Grayscale: #CBCBCB. Windows color (decimal): -2442246 or 16432090. OLE color: 16432090.
HSL color Cylindrical-coordinate representation of color #DABBFA: hue angle of 269.52º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DABBFA is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 187 | 250 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.02 |
| HSL | 269.52º | 0.86% | 0.86% | - |
| HSV(B) | 269.52º | 0.25% | 0.98% | - |
| XYZ | 63.94 | 57.35 | 98.14 | - |
| YUV | 203.45 | 154.27 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 250 | 0.13 | 0.25 | 0 | 0.02 | 269.52 | 0.86 | 0.86 |
| Hex | DA | BB | FA | D | 19 | 0 | 2 | 10E | 56 | 56 |
| Octal | 332 | 273 | 372 | 15 | 31 | 0 | 2 | 416 | 126 | 126 |
| Binary | 11011010 | 10111011 | 11111010 | 1101 | 11001 | 0 | 10 | 100001110 | 1010110 | 1010110 |
Color Harmonies of #DABBFA
Complementary color
Monochromatic Colors of #DABBFA
Black with #DABBFA
Text Example
Text Example
White with #DABBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBFA; }
p { color: rgb(218,187,250); }
H1.HeaderClassName
{
color: #DABBFA;
}
.AnyTagClassName
{
color: #DABBFA;
}
</style>
background-color css
<style>
a { background-color: #DABBFA; }
a { background-color: rgb(218,187,250); }
div.DivClassName
{
background-color: #DABBFA;
}
.BgClassName
{
background-color: #DABBFA;
}
</style>
border-color css
<style>
span { border-color: #DABBFA; }
span { border-color: rgb(218,187,250); }
td.TdClassName
{
border-color: #DABBFA;
}
.TagClassName
{
border-color: #DABBFA;
}
</style>