Shades of Mauve #DAB1F6
Tints of Mauve #DAB1F6
RGB
CMYK
RGB Variations
Color information
#DAB1F6 (or 0xDAB1F6) is known color: Mauve. HEX triplet: DA, B1 and F6. RGB value is (218,177,246). Sum of RGB (Red+Green+Blue) = 218+177+246=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 177 (69.53% from 255 or 27.61% from 641); Blue value is 246 (96.48% from 255 or 38.38% from 641); Max value from RGB is 246 - color contains mainly: blue. Hex color #DAB1F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB1F6 is #254E09. Grayscale: #C4C4C4. Windows color (decimal): -2444810 or 16167386. OLE color: 16167386.
HSL color Cylindrical-coordinate representation of color #DAB1F6: hue angle of 275.65º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAB1F6 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 177 | 246 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.04 |
| HSL | 275.65º | 0.79% | 0.83% | - |
| HSV(B) | 275.65º | 0.28% | 0.96% | - |
| XYZ | 61.27 | 53 | 94.19 | - |
| YUV | 197.13 | 155.58 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 246 | 0.11 | 0.28 | 0 | 0.04 | 275.65 | 0.79 | 0.83 |
| Hex | DA | B1 | F6 | B | 1C | 0 | 4 | 114 | 4F | 53 |
| Octal | 332 | 261 | 366 | 13 | 34 | 0 | 4 | 424 | 117 | 123 |
| Binary | 11011010 | 10110001 | 11110110 | 1011 | 11100 | 0 | 100 | 100010100 | 1001111 | 1010011 |
Color Harmonies of #DAB1F6
Complementary color
Monochromatic Colors of #DAB1F6
Black with #DAB1F6
Text Example
Text Example
White with #DAB1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB1F6; }
p { color: rgb(218,177,246); }
H1.HeaderClassName
{
color: #DAB1F6;
}
.AnyTagClassName
{
color: #DAB1F6;
}
</style>
background-color css
<style>
a { background-color: #DAB1F6; }
a { background-color: rgb(218,177,246); }
div.DivClassName
{
background-color: #DAB1F6;
}
.BgClassName
{
background-color: #DAB1F6;
}
</style>
border-color css
<style>
span { border-color: #DAB1F6; }
span { border-color: rgb(218,177,246); }
td.TdClassName
{
border-color: #DAB1F6;
}
.TagClassName
{
border-color: #DAB1F6;
}
</style>