Shades of Mauve #DAB6FA
Tints of Mauve #DAB6FA
RGB
CMYK
RGB Variations
Color information
#DAB6FA (or 0xDAB6FA) is known color: Mauve. HEX triplet: DA, B6 and FA. RGB value is (218,182,250). Sum of RGB (Red+Green+Blue) = 218+182+250=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 182 (71.48% from 255 or 28% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAB6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB6FA is #254905. Grayscale: #C8C8C8. Windows color (decimal): -2443526 or 16430810. OLE color: 16430810.
HSL color Cylindrical-coordinate representation of color #DAB6FA: hue angle of 271.76º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAB6FA is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 182 | 250 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.02 |
| HSL | 271.76º | 0.87% | 0.85% | - |
| HSV(B) | 271.76º | 0.27% | 0.98% | - |
| XYZ | 62.9 | 55.26 | 97.79 | - |
| YUV | 200.52 | 155.93 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 250 | 0.13 | 0.27 | 0 | 0.02 | 271.76 | 0.87 | 0.85 |
| Hex | DA | B6 | FA | D | 1B | 0 | 2 | 110 | 57 | 55 |
| Octal | 332 | 266 | 372 | 15 | 33 | 0 | 2 | 420 | 127 | 125 |
| Binary | 11011010 | 10110110 | 11111010 | 1101 | 11011 | 0 | 10 | 100010000 | 1010111 | 1010101 |
Color Harmonies of #DAB6FA
Complementary color
Monochromatic Colors of #DAB6FA
Black with #DAB6FA
Text Example
Text Example
White with #DAB6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB6FA; }
p { color: rgb(218,182,250); }
H1.HeaderClassName
{
color: #DAB6FA;
}
.AnyTagClassName
{
color: #DAB6FA;
}
</style>
background-color css
<style>
a { background-color: #DAB6FA; }
a { background-color: rgb(218,182,250); }
div.DivClassName
{
background-color: #DAB6FA;
}
.BgClassName
{
background-color: #DAB6FA;
}
</style>
border-color css
<style>
span { border-color: #DAB6FA; }
span { border-color: rgb(218,182,250); }
td.TdClassName
{
border-color: #DAB6FA;
}
.TagClassName
{
border-color: #DAB6FA;
}
</style>