Shades of Mauve #DAACFA
Tints of Mauve #DAACFA
RGB
CMYK
RGB Variations
Color information
#DAACFA (or 0xDAACFA) is known color: Mauve. HEX triplet: DA, AC and FA. RGB value is (218,172,250). Sum of RGB (Red+Green+Blue) = 218+172+250=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 172 (67.58% from 255 or 26.88% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAACFA is #255305. Grayscale: #C2C2C2. Windows color (decimal): -2446086 or 16428250. OLE color: 16428250.
HSL color Cylindrical-coordinate representation of color #DAACFA: hue angle of 275.38º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAACFA is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 172 | 250 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.02 |
| HSL | 275.38º | 0.89% | 0.83% | - |
| HSV(B) | 275.38º | 0.31% | 0.98% | - |
| XYZ | 60.92 | 51.31 | 97.14 | - |
| YUV | 194.65 | 159.24 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 250 | 0.13 | 0.31 | 0 | 0.02 | 275.38 | 0.89 | 0.83 |
| Hex | DA | AC | FA | D | 1F | 0 | 2 | 113 | 59 | 53 |
| Octal | 332 | 254 | 372 | 15 | 37 | 0 | 2 | 423 | 131 | 123 |
| Binary | 11011010 | 10101100 | 11111010 | 1101 | 11111 | 0 | 10 | 100010011 | 1011001 | 1010011 |
Color Harmonies of #DAACFA
Complementary color
Monochromatic Colors of #DAACFA
Black with #DAACFA
Text Example
Text Example
White with #DAACFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAACFA; }
p { color: rgb(218,172,250); }
H1.HeaderClassName
{
color: #DAACFA;
}
.AnyTagClassName
{
color: #DAACFA;
}
</style>
background-color css
<style>
a { background-color: #DAACFA; }
a { background-color: rgb(218,172,250); }
div.DivClassName
{
background-color: #DAACFA;
}
.BgClassName
{
background-color: #DAACFA;
}
</style>
border-color css
<style>
span { border-color: #DAACFA; }
span { border-color: rgb(218,172,250); }
td.TdClassName
{
border-color: #DAACFA;
}
.TagClassName
{
border-color: #DAACFA;
}
</style>