Shades of Mauve #DAB4FA
Tints of Mauve #DAB4FA
RGB
CMYK
RGB Variations
Color information
#DAB4FA (or 0xDAB4FA) is known color: Mauve. HEX triplet: DA, B4 and FA. RGB value is (218,180,250). Sum of RGB (Red+Green+Blue) = 218+180+250=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 180 (70.70% from 255 or 27.78% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAB4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB4FA is #254B05. Grayscale: #C7C7C7. Windows color (decimal): -2444038 or 16430298. OLE color: 16430298.
HSL color Cylindrical-coordinate representation of color #DAB4FA: hue angle of 272.57º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAB4FA is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 180 | 250 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.02 |
| HSL | 272.57º | 0.88% | 0.84% | - |
| HSV(B) | 272.57º | 0.28% | 0.98% | - |
| XYZ | 62.49 | 54.45 | 97.66 | - |
| YUV | 199.34 | 156.59 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 250 | 0.13 | 0.28 | 0 | 0.02 | 272.57 | 0.88 | 0.84 |
| Hex | DA | B4 | FA | D | 1C | 0 | 2 | 111 | 58 | 54 |
| Octal | 332 | 264 | 372 | 15 | 34 | 0 | 2 | 421 | 130 | 124 |
| Binary | 11011010 | 10110100 | 11111010 | 1101 | 11100 | 0 | 10 | 100010001 | 1011000 | 1010100 |
Color Harmonies of #DAB4FA
Complementary color
Monochromatic Colors of #DAB4FA
Black with #DAB4FA
Text Example
Text Example
White with #DAB4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB4FA; }
p { color: rgb(218,180,250); }
H1.HeaderClassName
{
color: #DAB4FA;
}
.AnyTagClassName
{
color: #DAB4FA;
}
</style>
background-color css
<style>
a { background-color: #DAB4FA; }
a { background-color: rgb(218,180,250); }
div.DivClassName
{
background-color: #DAB4FA;
}
.BgClassName
{
background-color: #DAB4FA;
}
</style>
border-color css
<style>
span { border-color: #DAB4FA; }
span { border-color: rgb(218,180,250); }
td.TdClassName
{
border-color: #DAB4FA;
}
.TagClassName
{
border-color: #DAB4FA;
}
</style>