Shades of Mauve #DAB0FA
Tints of Mauve #DAB0FA
RGB
CMYK
RGB Variations
Color information
#DAB0FA (or 0xDAB0FA) is known color: Mauve. HEX triplet: DA, B0 and FA. RGB value is (218,176,250). Sum of RGB (Red+Green+Blue) = 218+176+250=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 176 (69.14% from 255 or 27.33% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAB0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB0FA is #254F05. Grayscale: #C4C4C4. Windows color (decimal): -2445062 or 16429274. OLE color: 16429274.
HSL color Cylindrical-coordinate representation of color #DAB0FA: hue angle of 274.05º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAB0FA is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 176 | 250 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.02 |
| HSL | 274.05º | 0.88% | 0.84% | - |
| HSV(B) | 274.05º | 0.3% | 0.98% | - |
| XYZ | 61.69 | 52.86 | 97.39 | - |
| YUV | 196.99 | 157.91 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 250 | 0.13 | 0.30 | 0 | 0.02 | 274.05 | 0.88 | 0.84 |
| Hex | DA | B0 | FA | D | 1E | 0 | 2 | 112 | 58 | 54 |
| Octal | 332 | 260 | 372 | 15 | 36 | 0 | 2 | 422 | 130 | 124 |
| Binary | 11011010 | 10110000 | 11111010 | 1101 | 11110 | 0 | 10 | 100010010 | 1011000 | 1010100 |
Color Harmonies of #DAB0FA
Complementary color
Monochromatic Colors of #DAB0FA
Black with #DAB0FA
Text Example
Text Example
White with #DAB0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB0FA; }
p { color: rgb(218,176,250); }
H1.HeaderClassName
{
color: #DAB0FA;
}
.AnyTagClassName
{
color: #DAB0FA;
}
</style>
background-color css
<style>
a { background-color: #DAB0FA; }
a { background-color: rgb(218,176,250); }
div.DivClassName
{
background-color: #DAB0FA;
}
.BgClassName
{
background-color: #DAB0FA;
}
</style>
border-color css
<style>
span { border-color: #DAB0FA; }
span { border-color: rgb(218,176,250); }
td.TdClassName
{
border-color: #DAB0FA;
}
.TagClassName
{
border-color: #DAB0FA;
}
</style>