Shades of Mauve #DABAFC
Tints of Mauve #DABAFC
RGB
CMYK
RGB Variations
Color information
#DABAFC (or 0xDABAFC) is known color: Mauve. HEX triplet: DA, BA and FC. RGB value is (218,186,252). Sum of RGB (Red+Green+Blue) = 218+186+252=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 186 (73.05% from 255 or 28.35% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #DABAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABAFC is #254503. Grayscale: #CACACA. Windows color (decimal): -2442500 or 16562906. OLE color: 16562906.
HSL color Cylindrical-coordinate representation of color #DABAFC: hue angle of 269.09º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DABAFC is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 186 | 252 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.01 |
| HSL | 269.09º | 0.92% | 0.86% | - |
| HSV(B) | 269.09º | 0.26% | 0.99% | - |
| XYZ | 64.04 | 57.05 | 99.73 | - |
| YUV | 203.09 | 155.6 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 252 | 0.13 | 0.26 | 0 | 0.01 | 269.09 | 0.92 | 0.86 |
| Hex | DA | BA | FC | D | 1A | 0 | 1 | 10D | 5C | 56 |
| Octal | 332 | 272 | 374 | 15 | 32 | 0 | 1 | 415 | 134 | 126 |
| Binary | 11011010 | 10111010 | 11111100 | 1101 | 11010 | 0 | 1 | 100001101 | 1011100 | 1010110 |
Color Harmonies of #DABAFC
Complementary color
Monochromatic Colors of #DABAFC
Black with #DABAFC
Text Example
Text Example
White with #DABAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABAFC; }
p { color: rgb(218,186,252); }
H1.HeaderClassName
{
color: #DABAFC;
}
.AnyTagClassName
{
color: #DABAFC;
}
</style>
background-color css
<style>
a { background-color: #DABAFC; }
a { background-color: rgb(218,186,252); }
div.DivClassName
{
background-color: #DABAFC;
}
.BgClassName
{
background-color: #DABAFC;
}
</style>
border-color css
<style>
span { border-color: #DABAFC; }
span { border-color: rgb(218,186,252); }
td.TdClassName
{
border-color: #DABAFC;
}
.TagClassName
{
border-color: #DABAFC;
}
</style>