Shades of Mauve #DAB3F0
Tints of Mauve #DAB3F0
RGB
CMYK
RGB Variations
Color information
#DAB3F0 (or 0xDAB3F0) is known color: Mauve. HEX triplet: DA, B3 and F0. RGB value is (218,179,240). Sum of RGB (Red+Green+Blue) = 218+179+240=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 179 (70.31% from 255 or 28.10% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 240 - color contains mainly: blue. Hex color #DAB3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB3F0 is #254C0F. Grayscale: #C5C5C5. Windows color (decimal): -2444304 or 15774682. OLE color: 15774682.
HSL color Cylindrical-coordinate representation of color #DAB3F0: hue angle of 278.36º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAB3F0 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 179 | 240 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.06 |
| HSL | 278.36º | 0.67% | 0.82% | - |
| HSV(B) | 278.36º | 0.25% | 0.94% | - |
| XYZ | 60.76 | 53.44 | 89.55 | - |
| YUV | 197.62 | 151.92 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 240 | 0.09 | 0.25 | 0 | 0.06 | 278.36 | 0.67 | 0.82 |
| Hex | DA | B3 | F0 | 9 | 19 | 0 | 6 | 116 | 43 | 52 |
| Octal | 332 | 263 | 360 | 11 | 31 | 0 | 6 | 426 | 103 | 122 |
| Binary | 11011010 | 10110011 | 11110000 | 1001 | 11001 | 0 | 110 | 100010110 | 1000011 | 1010010 |
Color Harmonies of #DAB3F0
Complementary color
Monochromatic Colors of #DAB3F0
Black with #DAB3F0
Text Example
Text Example
White with #DAB3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB3F0; }
p { color: rgb(218,179,240); }
H1.HeaderClassName
{
color: #DAB3F0;
}
.AnyTagClassName
{
color: #DAB3F0;
}
</style>
background-color css
<style>
a { background-color: #DAB3F0; }
a { background-color: rgb(218,179,240); }
div.DivClassName
{
background-color: #DAB3F0;
}
.BgClassName
{
background-color: #DAB3F0;
}
</style>
border-color css
<style>
span { border-color: #DAB3F0; }
span { border-color: rgb(218,179,240); }
td.TdClassName
{
border-color: #DAB3F0;
}
.TagClassName
{
border-color: #DAB3F0;
}
</style>