Shades of Mauve #DAB3FF
Tints of Mauve #DAB3FF
RGB
CMYK
RGB Variations
Color information
#DAB3FF (or 0xDAB3FF) is known color: Mauve. HEX triplet: DA, B3 and FF. RGB value is (218,179,255). Sum of RGB (Red+Green+Blue) = 218+179+255=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 179 (70.31% from 255 or 27.45% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAB3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB3FF is #254C00. Grayscale: #C7C7C7. Windows color (decimal): -2444289 or 16757722. OLE color: 16757722.
HSL color Cylindrical-coordinate representation of color #DAB3FF: hue angle of 270.79º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAB3FF is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 179 | 255 | - |
| CMYK | 0.15 | 0.30 | 0 | 0 |
| HSL | 270.79º | 1% | 0.85% | - |
| HSV(B) | 270.79º | 0.3% | 1% | - |
| XYZ | 63.08 | 54.37 | 101.78 | - |
| YUV | 199.33 | 159.42 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 255 | 0.15 | 0.30 | 0 | 0 | 270.79 | 1 | 0.85 |
| Hex | DA | B3 | FF | F | 1E | 0 | 0 | 10F | 64 | 55 |
| Octal | 332 | 263 | 377 | 17 | 36 | 0 | 0 | 417 | 144 | 125 |
| Binary | 11011010 | 10110011 | 11111111 | 1111 | 11110 | 0 | 0 | 100001111 | 1100100 | 1010101 |
Color Harmonies of #DAB3FF
Complementary color
Monochromatic Colors of #DAB3FF
Black with #DAB3FF
Text Example
Text Example
White with #DAB3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB3FF; }
p { color: rgb(218,179,255); }
H1.HeaderClassName
{
color: #DAB3FF;
}
.AnyTagClassName
{
color: #DAB3FF;
}
</style>
background-color css
<style>
a { background-color: #DAB3FF; }
a { background-color: rgb(218,179,255); }
div.DivClassName
{
background-color: #DAB3FF;
}
.BgClassName
{
background-color: #DAB3FF;
}
</style>
border-color css
<style>
span { border-color: #DAB3FF; }
span { border-color: rgb(218,179,255); }
td.TdClassName
{
border-color: #DAB3FF;
}
.TagClassName
{
border-color: #DAB3FF;
}
</style>