Shades of Mauve #DABAFE
Tints of Mauve #DABAFE
RGB
CMYK
RGB Variations
Color information
#DABAFE (or 0xDABAFE) is known color: Mauve. HEX triplet: DA, BA and FE. RGB value is (218,186,254). Sum of RGB (Red+Green+Blue) = 218+186+254=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 186 (73.05% from 255 or 28.27% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #DABAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABAFE is #254501. Grayscale: #CBCBCB. Windows color (decimal): -2442498 or 16693978. OLE color: 16693978.
HSL color Cylindrical-coordinate representation of color #DABAFE: hue angle of 268.24º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DABAFE is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 186 | 254 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.00 |
| HSL | 268.24º | 0.97% | 0.86% | - |
| HSV(B) | 268.24º | 0.27% | 1% | - |
| XYZ | 64.36 | 57.18 | 101.41 | - |
| YUV | 203.32 | 156.6 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 254 | 0.14 | 0.27 | 0 | 0.00 | 268.24 | 0.97 | 0.86 |
| Hex | DA | BA | FE | E | 1B | 0 | 0 | 10C | 61 | 56 |
| Octal | 332 | 272 | 376 | 16 | 33 | 0 | 0 | 414 | 141 | 126 |
| Binary | 11011010 | 10111010 | 11111110 | 1110 | 11011 | 0 | 0 | 100001100 | 1100001 | 1010110 |
Color Harmonies of #DABAFE
Complementary color
Monochromatic Colors of #DABAFE
Black with #DABAFE
Text Example
Text Example
White with #DABAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABAFE; }
p { color: rgb(218,186,254); }
H1.HeaderClassName
{
color: #DABAFE;
}
.AnyTagClassName
{
color: #DABAFE;
}
</style>
background-color css
<style>
a { background-color: #DABAFE; }
a { background-color: rgb(218,186,254); }
div.DivClassName
{
background-color: #DABAFE;
}
.BgClassName
{
background-color: #DABAFE;
}
</style>
border-color css
<style>
span { border-color: #DABAFE; }
span { border-color: rgb(218,186,254); }
td.TdClassName
{
border-color: #DABAFE;
}
.TagClassName
{
border-color: #DABAFE;
}
</style>