Shades of Mauve #DAB0F5
Tints of Mauve #DAB0F5
RGB
CMYK
RGB Variations
Color information
#DAB0F5 (or 0xDAB0F5) is known color: Mauve. HEX triplet: DA, B0 and F5. RGB value is (218,176,245). Sum of RGB (Red+Green+Blue) = 218+176+245=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 176 (69.14% from 255 or 27.54% from 639); Blue value is 245 (96.09% from 255 or 38.34% from 639); Max value from RGB is 245 - color contains mainly: blue. Hex color #DAB0F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB0F5 is #254F0A. Grayscale: #C4C4C4. Windows color (decimal): -2445067 or 16101594. OLE color: 16101594.
HSL color Cylindrical-coordinate representation of color #DAB0F5: hue angle of 276.52º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAB0F5 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 176 | 245 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.04 |
| HSL | 276.52º | 0.78% | 0.83% | - |
| HSV(B) | 276.52º | 0.28% | 0.96% | - |
| XYZ | 60.92 | 52.55 | 93.32 | - |
| YUV | 196.42 | 155.41 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 245 | 0.11 | 0.28 | 0 | 0.04 | 276.52 | 0.78 | 0.83 |
| Hex | DA | B0 | F5 | B | 1C | 0 | 4 | 115 | 4E | 53 |
| Octal | 332 | 260 | 365 | 13 | 34 | 0 | 4 | 425 | 116 | 123 |
| Binary | 11011010 | 10110000 | 11110101 | 1011 | 11100 | 0 | 100 | 100010101 | 1001110 | 1010011 |
Color Harmonies of #DAB0F5
Complementary color
Monochromatic Colors of #DAB0F5
Black with #DAB0F5
Text Example
Text Example
White with #DAB0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB0F5; }
p { color: rgb(218,176,245); }
H1.HeaderClassName
{
color: #DAB0F5;
}
.AnyTagClassName
{
color: #DAB0F5;
}
</style>
background-color css
<style>
a { background-color: #DAB0F5; }
a { background-color: rgb(218,176,245); }
div.DivClassName
{
background-color: #DAB0F5;
}
.BgClassName
{
background-color: #DAB0F5;
}
</style>
border-color css
<style>
span { border-color: #DAB0F5; }
span { border-color: rgb(218,176,245); }
td.TdClassName
{
border-color: #DAB0F5;
}
.TagClassName
{
border-color: #DAB0F5;
}
</style>