Shades of Mauve #DAB0E9
Tints of Mauve #DAB0E9
RGB
CMYK
RGB Variations
Color information
#DAB0E9 (or 0xDAB0E9) is known color: Mauve. HEX triplet: DA, B0 and E9. RGB value is (218,176,233). Sum of RGB (Red+Green+Blue) = 218+176+233=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 176 (69.14% from 255 or 28.07% from 627); Blue value is 233 (91.41% from 255 or 37.16% from 627); Max value from RGB is 233 - color contains mainly: blue. Hex color #DAB0E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB0E9 is #254F16. Grayscale: #C2C2C2. Windows color (decimal): -2445079 or 15315162. OLE color: 15315162.
HSL color Cylindrical-coordinate representation of color #DAB0E9: hue angle of 284.21º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAB0E9 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 176 | 233 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.09 |
| HSL | 284.21º | 0.56% | 0.8% | - |
| HSV(B) | 284.21º | 0.24% | 0.91% | - |
| XYZ | 59.15 | 51.84 | 83.98 | - |
| YUV | 195.06 | 149.41 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 233 | 0.06 | 0.24 | 0 | 0.09 | 284.21 | 0.56 | 0.8 |
| Hex | DA | B0 | E9 | 6 | 18 | 0 | 9 | 11C | 38 | 50 |
| Octal | 332 | 260 | 351 | 6 | 30 | 0 | 11 | 434 | 70 | 120 |
| Binary | 11011010 | 10110000 | 11101001 | 110 | 11000 | 0 | 1001 | 100011100 | 111000 | 1010000 |
Color Harmonies of #DAB0E9
Complementary color
Monochromatic Colors of #DAB0E9
Black with #DAB0E9
Text Example
Text Example
White with #DAB0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB0E9; }
p { color: rgb(218,176,233); }
H1.HeaderClassName
{
color: #DAB0E9;
}
.AnyTagClassName
{
color: #DAB0E9;
}
</style>
background-color css
<style>
a { background-color: #DAB0E9; }
a { background-color: rgb(218,176,233); }
div.DivClassName
{
background-color: #DAB0E9;
}
.BgClassName
{
background-color: #DAB0E9;
}
</style>
border-color css
<style>
span { border-color: #DAB0E9; }
span { border-color: rgb(218,176,233); }
td.TdClassName
{
border-color: #DAB0E9;
}
.TagClassName
{
border-color: #DAB0E9;
}
</style>