Shades of Mauve #DAB9F0
Tints of Mauve #DAB9F0
RGB
CMYK
RGB Variations
Color information
#DAB9F0 (or 0xDAB9F0) is known color: Mauve. HEX triplet: DA, B9 and F0. RGB value is (218,185,240). Sum of RGB (Red+Green+Blue) = 218+185+240=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 185 (72.66% from 255 or 28.77% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #DAB9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB9F0 is #25460F. Grayscale: #C8C8C8. Windows color (decimal): -2442768 or 15776218. OLE color: 15776218.
HSL color Cylindrical-coordinate representation of color #DAB9F0: hue angle of 276º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAB9F0 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 185 | 240 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.06 |
| HSL | 276º | 0.65% | 0.83% | - |
| HSV(B) | 276º | 0.23% | 0.94% | - |
| XYZ | 61.99 | 55.89 | 89.96 | - |
| YUV | 201.14 | 149.93 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 240 | 0.09 | 0.23 | 0 | 0.06 | 276 | 0.65 | 0.83 |
| Hex | DA | B9 | F0 | 9 | 17 | 0 | 6 | 114 | 41 | 53 |
| Octal | 332 | 271 | 360 | 11 | 27 | 0 | 6 | 424 | 101 | 123 |
| Binary | 11011010 | 10111001 | 11110000 | 1001 | 10111 | 0 | 110 | 100010100 | 1000001 | 1010011 |
Color Harmonies of #DAB9F0
Complementary color
Monochromatic Colors of #DAB9F0
Black with #DAB9F0
Text Example
Text Example
White with #DAB9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB9F0; }
p { color: rgb(218,185,240); }
H1.HeaderClassName
{
color: #DAB9F0;
}
.AnyTagClassName
{
color: #DAB9F0;
}
</style>
background-color css
<style>
a { background-color: #DAB9F0; }
a { background-color: rgb(218,185,240); }
div.DivClassName
{
background-color: #DAB9F0;
}
.BgClassName
{
background-color: #DAB9F0;
}
</style>
border-color css
<style>
span { border-color: #DAB9F0; }
span { border-color: rgb(218,185,240); }
td.TdClassName
{
border-color: #DAB9F0;
}
.TagClassName
{
border-color: #DAB9F0;
}
</style>