Shades of Mauve #DAB6FB
Tints of Mauve #DAB6FB
RGB
CMYK
RGB Variations
Color information
#DAB6FB (or 0xDAB6FB) is known color: Mauve. HEX triplet: DA, B6 and FB. RGB value is (218,182,251). Sum of RGB (Red+Green+Blue) = 218+182+251=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 182 (71.48% from 255 or 27.96% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAB6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB6FB is #254904. Grayscale: #C8C8C8. Windows color (decimal): -2443525 or 16496346. OLE color: 16496346.
HSL color Cylindrical-coordinate representation of color #DAB6FB: hue angle of 271.3º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAB6FB is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 182 | 251 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.02 |
| HSL | 271.3º | 0.9% | 0.85% | - |
| HSV(B) | 271.3º | 0.27% | 0.98% | - |
| XYZ | 63.05 | 55.33 | 98.62 | - |
| YUV | 200.63 | 156.43 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 251 | 0.13 | 0.27 | 0 | 0.02 | 271.3 | 0.9 | 0.85 |
| Hex | DA | B6 | FB | D | 1B | 0 | 2 | 10F | 5A | 55 |
| Octal | 332 | 266 | 373 | 15 | 33 | 0 | 2 | 417 | 132 | 125 |
| Binary | 11011010 | 10110110 | 11111011 | 1101 | 11011 | 0 | 10 | 100001111 | 1011010 | 1010101 |
Color Harmonies of #DAB6FB
Complementary color
Monochromatic Colors of #DAB6FB
Black with #DAB6FB
Text Example
Text Example
White with #DAB6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB6FB; }
p { color: rgb(218,182,251); }
H1.HeaderClassName
{
color: #DAB6FB;
}
.AnyTagClassName
{
color: #DAB6FB;
}
</style>
background-color css
<style>
a { background-color: #DAB6FB; }
a { background-color: rgb(218,182,251); }
div.DivClassName
{
background-color: #DAB6FB;
}
.BgClassName
{
background-color: #DAB6FB;
}
</style>
border-color css
<style>
span { border-color: #DAB6FB; }
span { border-color: rgb(218,182,251); }
td.TdClassName
{
border-color: #DAB6FB;
}
.TagClassName
{
border-color: #DAB6FB;
}
</style>