Shades of Mauve #DABAFD
Tints of Mauve #DABAFD
RGB
CMYK
RGB Variations
Color information
#DABAFD (or 0xDABAFD) is known color: Mauve. HEX triplet: DA, BA and FD. RGB value is (218,186,253). Sum of RGB (Red+Green+Blue) = 218+186+253=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 186 (73.05% from 255 or 28.31% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #DABAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABAFD is #254502. Grayscale: #CACACA. Windows color (decimal): -2442499 or 16628442. OLE color: 16628442.
HSL color Cylindrical-coordinate representation of color #DABAFD: hue angle of 268.66º degrees, saturation: 0.94, 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 #DABAFD is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 186 | 253 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.01 |
| HSL | 268.66º | 0.94% | 0.86% | - |
| HSV(B) | 268.66º | 0.26% | 0.99% | - |
| XYZ | 64.2 | 57.12 | 100.57 | - |
| YUV | 203.21 | 156.1 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 253 | 0.14 | 0.26 | 0 | 0.01 | 268.66 | 0.94 | 0.86 |
| Hex | DA | BA | FD | E | 1A | 0 | 1 | 10D | 5E | 56 |
| Octal | 332 | 272 | 375 | 16 | 32 | 0 | 1 | 415 | 136 | 126 |
| Binary | 11011010 | 10111010 | 11111101 | 1110 | 11010 | 0 | 1 | 100001101 | 1011110 | 1010110 |
Color Harmonies of #DABAFD
Complementary color
Monochromatic Colors of #DABAFD
Black with #DABAFD
Text Example
Text Example
White with #DABAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABAFD; }
p { color: rgb(218,186,253); }
H1.HeaderClassName
{
color: #DABAFD;
}
.AnyTagClassName
{
color: #DABAFD;
}
</style>
background-color css
<style>
a { background-color: #DABAFD; }
a { background-color: rgb(218,186,253); }
div.DivClassName
{
background-color: #DABAFD;
}
.BgClassName
{
background-color: #DABAFD;
}
</style>
border-color css
<style>
span { border-color: #DABAFD; }
span { border-color: rgb(218,186,253); }
td.TdClassName
{
border-color: #DABAFD;
}
.TagClassName
{
border-color: #DABAFD;
}
</style>