Shades of Mauve #DABBF1
Tints of Mauve #DABBF1
RGB
CMYK
RGB Variations
Color information
#DABBF1 (or 0xDABBF1) is known color: Mauve. HEX triplet: DA, BB and F1. RGB value is (218,187,241). Sum of RGB (Red+Green+Blue) = 218+187+241=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 187 (73.44% from 255 or 28.95% from 646); Blue value is 241 (94.53% from 255 or 37.31% from 646); Max value from RGB is 241 - color contains mainly: blue. Hex color #DABBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBF1 is #25440E. Grayscale: #CACACA. Windows color (decimal): -2442255 or 15842266. OLE color: 15842266.
HSL color Cylindrical-coordinate representation of color #DABBF1: hue angle of 274.44º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DABBF1 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 187 | 241 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.05 |
| HSL | 274.44º | 0.66% | 0.84% | - |
| HSV(B) | 274.44º | 0.22% | 0.95% | - |
| XYZ | 62.56 | 56.8 | 90.88 | - |
| YUV | 202.43 | 149.77 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 241 | 0.10 | 0.22 | 0 | 0.05 | 274.44 | 0.66 | 0.84 |
| Hex | DA | BB | F1 | A | 16 | 0 | 5 | 112 | 42 | 54 |
| Octal | 332 | 273 | 361 | 12 | 26 | 0 | 5 | 422 | 102 | 124 |
| Binary | 11011010 | 10111011 | 11110001 | 1010 | 10110 | 0 | 101 | 100010010 | 1000010 | 1010100 |
Color Harmonies of #DABBF1
Complementary color
Monochromatic Colors of #DABBF1
Black with #DABBF1
Text Example
Text Example
White with #DABBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBF1; }
p { color: rgb(218,187,241); }
H1.HeaderClassName
{
color: #DABBF1;
}
.AnyTagClassName
{
color: #DABBF1;
}
</style>
background-color css
<style>
a { background-color: #DABBF1; }
a { background-color: rgb(218,187,241); }
div.DivClassName
{
background-color: #DABBF1;
}
.BgClassName
{
background-color: #DABBF1;
}
</style>
border-color css
<style>
span { border-color: #DABBF1; }
span { border-color: rgb(218,187,241); }
td.TdClassName
{
border-color: #DABBF1;
}
.TagClassName
{
border-color: #DABBF1;
}
</style>