Shades of Mauve #DAB9FE
Tints of Mauve #DAB9FE
RGB
CMYK
RGB Variations
Color information
#DAB9FE (or 0xDAB9FE) is known color: Mauve. HEX triplet: DA, B9 and FE. RGB value is (218,185,254). Sum of RGB (Red+Green+Blue) = 218+185+254=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 185 (72.66% from 255 or 28.16% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAB9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB9FE is #254601. Grayscale: #CACACA. Windows color (decimal): -2442754 or 16693722. OLE color: 16693722.
HSL color Cylindrical-coordinate representation of color #DAB9FE: hue angle of 268.7º 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 #DAB9FE is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 185 | 254 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.00 |
| HSL | 268.7º | 0.97% | 0.86% | - |
| HSV(B) | 268.7º | 0.27% | 1% | - |
| XYZ | 64.15 | 56.76 | 101.34 | - |
| YUV | 202.73 | 156.93 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 254 | 0.14 | 0.27 | 0 | 0.00 | 268.7 | 0.97 | 0.86 |
| Hex | DA | B9 | FE | E | 1B | 0 | 0 | 10D | 61 | 56 |
| Octal | 332 | 271 | 376 | 16 | 33 | 0 | 0 | 415 | 141 | 126 |
| Binary | 11011010 | 10111001 | 11111110 | 1110 | 11011 | 0 | 0 | 100001101 | 1100001 | 1010110 |
Color Harmonies of #DAB9FE
Complementary color
Monochromatic Colors of #DAB9FE
Black with #DAB9FE
Text Example
Text Example
White with #DAB9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB9FE; }
p { color: rgb(218,185,254); }
H1.HeaderClassName
{
color: #DAB9FE;
}
.AnyTagClassName
{
color: #DAB9FE;
}
</style>
background-color css
<style>
a { background-color: #DAB9FE; }
a { background-color: rgb(218,185,254); }
div.DivClassName
{
background-color: #DAB9FE;
}
.BgClassName
{
background-color: #DAB9FE;
}
</style>
border-color css
<style>
span { border-color: #DAB9FE; }
span { border-color: rgb(218,185,254); }
td.TdClassName
{
border-color: #DAB9FE;
}
.TagClassName
{
border-color: #DAB9FE;
}
</style>