Shades of Mauve #DAB0F9
Tints of Mauve #DAB0F9
RGB
CMYK
RGB Variations
Color information
#DAB0F9 (or 0xDAB0F9) is known color: Mauve. HEX triplet: DA, B0 and F9. RGB value is (218,176,249). Sum of RGB (Red+Green+Blue) = 218+176+249=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 176 (69.14% from 255 or 27.37% from 643); Blue value is 249 (97.66% from 255 or 38.72% from 643); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAB0F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB0F9 is #254F06. Grayscale: #C4C4C4. Windows color (decimal): -2445063 or 16363738. OLE color: 16363738.
HSL color Cylindrical-coordinate representation of color #DAB0F9: hue angle of 274.52º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAB0F9 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 176 | 249 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.02 |
| HSL | 274.52º | 0.86% | 0.83% | - |
| HSV(B) | 274.52º | 0.29% | 0.98% | - |
| XYZ | 61.54 | 52.8 | 96.57 | - |
| YUV | 196.88 | 157.41 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 249 | 0.12 | 0.29 | 0 | 0.02 | 274.52 | 0.86 | 0.83 |
| Hex | DA | B0 | F9 | C | 1D | 0 | 2 | 113 | 56 | 53 |
| Octal | 332 | 260 | 371 | 14 | 35 | 0 | 2 | 423 | 126 | 123 |
| Binary | 11011010 | 10110000 | 11111001 | 1100 | 11101 | 0 | 10 | 100010011 | 1010110 | 1010011 |
Color Harmonies of #DAB0F9
Complementary color
Monochromatic Colors of #DAB0F9
Black with #DAB0F9
Text Example
Text Example
White with #DAB0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB0F9; }
p { color: rgb(218,176,249); }
H1.HeaderClassName
{
color: #DAB0F9;
}
.AnyTagClassName
{
color: #DAB0F9;
}
</style>
background-color css
<style>
a { background-color: #DAB0F9; }
a { background-color: rgb(218,176,249); }
div.DivClassName
{
background-color: #DAB0F9;
}
.BgClassName
{
background-color: #DAB0F9;
}
</style>
border-color css
<style>
span { border-color: #DAB0F9; }
span { border-color: rgb(218,176,249); }
td.TdClassName
{
border-color: #DAB0F9;
}
.TagClassName
{
border-color: #DAB0F9;
}
</style>