Shades of Mauve #DABAF8
Tints of Mauve #DABAF8
RGB
CMYK
RGB Variations
Color information
#DABAF8 (or 0xDABAF8) is known color: Mauve. HEX triplet: DA, BA and F8. RGB value is (218,186,248). Sum of RGB (Red+Green+Blue) = 218+186+248=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 186 (73.05% from 255 or 28.53% from 652); Blue value is 248 (97.27% from 255 or 38.04% from 652); Max value from RGB is 248 - color contains mainly: blue. Hex color #DABAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABAF8 is #254507. Grayscale: #CACACA. Windows color (decimal): -2442504 or 16300762. OLE color: 16300762.
HSL color Cylindrical-coordinate representation of color #DABAF8: hue angle of 270.97º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DABAF8 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 186 | 248 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.03 |
| HSL | 270.97º | 0.82% | 0.85% | - |
| HSV(B) | 270.97º | 0.25% | 0.97% | - |
| XYZ | 63.42 | 56.8 | 96.43 | - |
| YUV | 202.64 | 153.6 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 248 | 0.12 | 0.25 | 0 | 0.03 | 270.97 | 0.82 | 0.85 |
| Hex | DA | BA | F8 | C | 19 | 0 | 3 | 10F | 52 | 55 |
| Octal | 332 | 272 | 370 | 14 | 31 | 0 | 3 | 417 | 122 | 125 |
| Binary | 11011010 | 10111010 | 11111000 | 1100 | 11001 | 0 | 11 | 100001111 | 1010010 | 1010101 |
Color Harmonies of #DABAF8
Complementary color
Monochromatic Colors of #DABAF8
Black with #DABAF8
Text Example
Text Example
White with #DABAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABAF8; }
p { color: rgb(218,186,248); }
H1.HeaderClassName
{
color: #DABAF8;
}
.AnyTagClassName
{
color: #DABAF8;
}
</style>
background-color css
<style>
a { background-color: #DABAF8; }
a { background-color: rgb(218,186,248); }
div.DivClassName
{
background-color: #DABAF8;
}
.BgClassName
{
background-color: #DABAF8;
}
</style>
border-color css
<style>
span { border-color: #DABAF8; }
span { border-color: rgb(218,186,248); }
td.TdClassName
{
border-color: #DABAF8;
}
.TagClassName
{
border-color: #DABAF8;
}
</style>