Shades of Mauve #DABAF1
Tints of Mauve #DABAF1
RGB
CMYK
RGB Variations
Color information
#DABAF1 (or 0xDABAF1) is known color: Mauve. HEX triplet: DA, BA and F1. RGB value is (218,186,241). Sum of RGB (Red+Green+Blue) = 218+186+241=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 241 - color contains mainly: blue. Hex color #DABAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABAF1 is #25450E. Grayscale: #C9C9C9. Windows color (decimal): -2442511 or 15842010. OLE color: 15842010.
HSL color Cylindrical-coordinate representation of color #DABAF1: hue angle of 274.91º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DABAF1 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 186 | 241 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.05 |
| HSL | 274.91º | 0.66% | 0.84% | - |
| HSV(B) | 274.91º | 0.23% | 0.95% | - |
| XYZ | 62.35 | 56.37 | 90.81 | - |
| YUV | 201.84 | 150.1 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 241 | 0.10 | 0.23 | 0 | 0.05 | 274.91 | 0.66 | 0.84 |
| Hex | DA | BA | F1 | A | 17 | 0 | 5 | 113 | 42 | 54 |
| Octal | 332 | 272 | 361 | 12 | 27 | 0 | 5 | 423 | 102 | 124 |
| Binary | 11011010 | 10111010 | 11110001 | 1010 | 10111 | 0 | 101 | 100010011 | 1000010 | 1010100 |
Color Harmonies of #DABAF1
Complementary color
Monochromatic Colors of #DABAF1
Black with #DABAF1
Text Example
Text Example
White with #DABAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABAF1; }
p { color: rgb(218,186,241); }
H1.HeaderClassName
{
color: #DABAF1;
}
.AnyTagClassName
{
color: #DABAF1;
}
</style>
background-color css
<style>
a { background-color: #DABAF1; }
a { background-color: rgb(218,186,241); }
div.DivClassName
{
background-color: #DABAF1;
}
.BgClassName
{
background-color: #DABAF1;
}
</style>
border-color css
<style>
span { border-color: #DABAF1; }
span { border-color: rgb(218,186,241); }
td.TdClassName
{
border-color: #DABAF1;
}
.TagClassName
{
border-color: #DABAF1;
}
</style>