Shades of Mauve #DAB9F9
Tints of Mauve #DAB9F9
RGB
CMYK
RGB Variations
Color information
#DAB9F9 (or 0xDAB9F9) is known color: Mauve. HEX triplet: DA, B9 and F9. RGB value is (218,185,249). Sum of RGB (Red+Green+Blue) = 218+185+249=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 185 (72.66% from 255 or 28.37% from 652); Blue value is 249 (97.66% from 255 or 38.19% from 652); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAB9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB9F9 is #254606. Grayscale: #C9C9C9. Windows color (decimal): -2442759 or 16366042. OLE color: 16366042.
HSL color Cylindrical-coordinate representation of color #DAB9F9: hue angle of 270.94º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAB9F9 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 218 | 185 | 249 | - |
CMYK | 0.12 | 0.26 | 0 | 0.02 |
HSL | 270.94º | 0.84% | 0.85% | - |
HSV(B) | 270.94º | 0.26% | 0.98% | - |
XYZ | 63.36 | 56.44 | 97.18 | - |
YUV | 202.16 | 154.43 | 139.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 185 | 249 | 0.12 | 0.26 | 0 | 0.02 | 270.94 | 0.84 | 0.85 |
Hex | DA | B9 | F9 | C | 1A | 0 | 2 | 10F | 54 | 55 |
Octal | 332 | 271 | 371 | 14 | 32 | 0 | 2 | 417 | 124 | 125 |
Binary | 11011010 | 10111001 | 11111001 | 1100 | 11010 | 0 | 10 | 100001111 | 1010100 | 1010101 |
Color Harmonies of #DAB9F9
Complementary color
Monochromatic Colors of #DAB9F9
Black with #DAB9F9
Text Example
Text Example
White with #DAB9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB9F9; }
p { color: rgb(218,185,249); }
H1.HeaderClassName
{
color: #DAB9F9;
}
.AnyTagClassName
{
color: #DAB9F9;
}
</style>
background-color css
<style>
a { background-color: #DAB9F9; }
a { background-color: rgb(218,185,249); }
div.DivClassName
{
background-color: #DAB9F9;
}
.BgClassName
{
background-color: #DAB9F9;
}
</style>
border-color css
<style>
span { border-color: #DAB9F9; }
span { border-color: rgb(218,185,249); }
td.TdClassName
{
border-color: #DAB9F9;
}
.TagClassName
{
border-color: #DAB9F9;
}
</style>