Shades of Mauve #DABBF3
Tints of Mauve #DABBF3
RGB
CMYK
RGB Variations
Color information
#DABBF3 (or 0xDABBF3) is known color: Mauve. HEX triplet: DA, BB and F3. RGB value is (218,187,243). Sum of RGB (Red+Green+Blue) = 218+187+243=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 187 (73.44% from 255 or 28.86% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 243 - color contains mainly: blue. Hex color #DABBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBF3 is #25440C. Grayscale: #CACACA. Windows color (decimal): -2442253 or 15973338. OLE color: 15973338.
HSL color Cylindrical-coordinate representation of color #DABBF3: hue angle of 273.21º degrees, saturation: 0.7, 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 #DABBF3 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 187 | 243 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.05 |
| HSL | 273.21º | 0.7% | 0.84% | - |
| HSV(B) | 273.21º | 0.23% | 0.95% | - |
| XYZ | 62.86 | 56.92 | 92.47 | - |
| YUV | 202.65 | 150.77 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 243 | 0.10 | 0.23 | 0 | 0.05 | 273.21 | 0.7 | 0.84 |
| Hex | DA | BB | F3 | A | 17 | 0 | 5 | 111 | 46 | 54 |
| Octal | 332 | 273 | 363 | 12 | 27 | 0 | 5 | 421 | 106 | 124 |
| Binary | 11011010 | 10111011 | 11110011 | 1010 | 10111 | 0 | 101 | 100010001 | 1000110 | 1010100 |
Color Harmonies of #DABBF3
Complementary color
Monochromatic Colors of #DABBF3
Black with #DABBF3
Text Example
Text Example
White with #DABBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBF3; }
p { color: rgb(218,187,243); }
H1.HeaderClassName
{
color: #DABBF3;
}
.AnyTagClassName
{
color: #DABBF3;
}
</style>
background-color css
<style>
a { background-color: #DABBF3; }
a { background-color: rgb(218,187,243); }
div.DivClassName
{
background-color: #DABBF3;
}
.BgClassName
{
background-color: #DABBF3;
}
</style>
border-color css
<style>
span { border-color: #DABBF3; }
span { border-color: rgb(218,187,243); }
td.TdClassName
{
border-color: #DABBF3;
}
.TagClassName
{
border-color: #DABBF3;
}
</style>