Shades of Mauve #DAABFB
Tints of Mauve #DAABFB
RGB
CMYK
RGB Variations
Color information
#DAABFB (or 0xDAABFB) is known color: Mauve. HEX triplet: DA, AB and FB. RGB value is (218,171,251). Sum of RGB (Red+Green+Blue) = 218+171+251=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 171 (67.19% from 255 or 26.72% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAABFB is #255404. Grayscale: #C1C1C1. Windows color (decimal): -2446341 or 16493530. OLE color: 16493530.
HSL color Cylindrical-coordinate representation of color #DAABFB: hue angle of 275.25º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAABFB is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 171 | 251 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.02 |
| HSL | 275.25º | 0.91% | 0.83% | - |
| HSV(B) | 275.25º | 0.32% | 0.98% | - |
| XYZ | 60.89 | 51 | 97.9 | - |
| YUV | 194.17 | 160.07 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 251 | 0.13 | 0.32 | 0 | 0.02 | 275.25 | 0.91 | 0.83 |
| Hex | DA | AB | FB | D | 20 | 0 | 2 | 113 | 5B | 53 |
| Octal | 332 | 253 | 373 | 15 | 40 | 0 | 2 | 423 | 133 | 123 |
| Binary | 11011010 | 10101011 | 11111011 | 1101 | 100000 | 0 | 10 | 100010011 | 1011011 | 1010011 |
Color Harmonies of #DAABFB
Complementary color
Monochromatic Colors of #DAABFB
Black with #DAABFB
Text Example
Text Example
White with #DAABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAABFB; }
p { color: rgb(218,171,251); }
H1.HeaderClassName
{
color: #DAABFB;
}
.AnyTagClassName
{
color: #DAABFB;
}
</style>
background-color css
<style>
a { background-color: #DAABFB; }
a { background-color: rgb(218,171,251); }
div.DivClassName
{
background-color: #DAABFB;
}
.BgClassName
{
background-color: #DAABFB;
}
</style>
border-color css
<style>
span { border-color: #DAABFB; }
span { border-color: rgb(218,171,251); }
td.TdClassName
{
border-color: #DAABFB;
}
.TagClassName
{
border-color: #DAABFB;
}
</style>