Shades of Mauve #DAB9F2
Tints of Mauve #DAB9F2
RGB
CMYK
RGB Variations
Color information
#DAB9F2 (or 0xDAB9F2) is known color: Mauve. HEX triplet: DA, B9 and F2. RGB value is (218,185,242). Sum of RGB (Red+Green+Blue) = 218+185+242=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 185 (72.66% from 255 or 28.68% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 242 - color contains mainly: blue. Hex color #DAB9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB9F2 is #25460D. Grayscale: #C9C9C9. Windows color (decimal): -2442766 or 15907290. OLE color: 15907290.
HSL color Cylindrical-coordinate representation of color #DAB9F2: hue angle of 274.74º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAB9F2 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 185 | 242 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.05 |
| HSL | 274.74º | 0.69% | 0.84% | - |
| HSV(B) | 274.74º | 0.24% | 0.95% | - |
| XYZ | 62.29 | 56.01 | 91.53 | - |
| YUV | 201.37 | 150.93 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 242 | 0.10 | 0.24 | 0 | 0.05 | 274.74 | 0.69 | 0.84 |
| Hex | DA | B9 | F2 | A | 18 | 0 | 5 | 113 | 45 | 54 |
| Octal | 332 | 271 | 362 | 12 | 30 | 0 | 5 | 423 | 105 | 124 |
| Binary | 11011010 | 10111001 | 11110010 | 1010 | 11000 | 0 | 101 | 100010011 | 1000101 | 1010100 |
Color Harmonies of #DAB9F2
Complementary color
Monochromatic Colors of #DAB9F2
Black with #DAB9F2
Text Example
Text Example
White with #DAB9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB9F2; }
p { color: rgb(218,185,242); }
H1.HeaderClassName
{
color: #DAB9F2;
}
.AnyTagClassName
{
color: #DAB9F2;
}
</style>
background-color css
<style>
a { background-color: #DAB9F2; }
a { background-color: rgb(218,185,242); }
div.DivClassName
{
background-color: #DAB9F2;
}
.BgClassName
{
background-color: #DAB9F2;
}
</style>
border-color css
<style>
span { border-color: #DAB9F2; }
span { border-color: rgb(218,185,242); }
td.TdClassName
{
border-color: #DAB9F2;
}
.TagClassName
{
border-color: #DAB9F2;
}
</style>