Shades of Mauve #DAB7FF
Tints of Mauve #DAB7FF
RGB
CMYK
RGB Variations
Color information
#DAB7FF (or 0xDAB7FF) is known color: Mauve. HEX triplet: DA, B7 and FF. RGB value is (218,183,255). Sum of RGB (Red+Green+Blue) = 218+183+255=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 183 (71.88% from 255 or 27.90% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAB7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB7FF is #254800. Grayscale: #C9C9C9. Windows color (decimal): -2443265 or 16758746. OLE color: 16758746.
HSL color Cylindrical-coordinate representation of color #DAB7FF: hue angle of 269.17º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAB7FF is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 183 | 255 | - |
| CMYK | 0.15 | 0.28 | 0 | 0 |
| HSL | 269.17º | 1% | 0.86% | - |
| HSV(B) | 269.17º | 0.28% | 1% | - |
| XYZ | 63.9 | 55.99 | 102.05 | - |
| YUV | 201.67 | 158.1 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 255 | 0.15 | 0.28 | 0 | 0 | 269.17 | 1 | 0.86 |
| Hex | DA | B7 | FF | F | 1C | 0 | 0 | 10D | 64 | 56 |
| Octal | 332 | 267 | 377 | 17 | 34 | 0 | 0 | 415 | 144 | 126 |
| Binary | 11011010 | 10110111 | 11111111 | 1111 | 11100 | 0 | 0 | 100001101 | 1100100 | 1010110 |
Color Harmonies of #DAB7FF
Complementary color
Monochromatic Colors of #DAB7FF
Black with #DAB7FF
Text Example
Text Example
White with #DAB7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB7FF; }
p { color: rgb(218,183,255); }
H1.HeaderClassName
{
color: #DAB7FF;
}
.AnyTagClassName
{
color: #DAB7FF;
}
</style>
background-color css
<style>
a { background-color: #DAB7FF; }
a { background-color: rgb(218,183,255); }
div.DivClassName
{
background-color: #DAB7FF;
}
.BgClassName
{
background-color: #DAB7FF;
}
</style>
border-color css
<style>
span { border-color: #DAB7FF; }
span { border-color: rgb(218,183,255); }
td.TdClassName
{
border-color: #DAB7FF;
}
.TagClassName
{
border-color: #DAB7FF;
}
</style>