Shades of Mauve #DAACF5
Tints of Mauve #DAACF5
RGB
CMYK
RGB Variations
Color information
#DAACF5 (or 0xDAACF5) is known color: Mauve. HEX triplet: DA, AC and F5. RGB value is (218,172,245). Sum of RGB (Red+Green+Blue) = 218+172+245=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 245 (96.09% from 255 or 38.58% from 635); Max value from RGB is 245 - color contains mainly: blue. Hex color #DAACF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAACF5 is #25530A. Grayscale: #C1C1C1. Windows color (decimal): -2446091 or 16100570. OLE color: 16100570.
HSL color Cylindrical-coordinate representation of color #DAACF5: hue angle of 277.81º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAACF5 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 172 | 245 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.04 |
| HSL | 277.81º | 0.78% | 0.82% | - |
| HSV(B) | 277.81º | 0.3% | 0.96% | - |
| XYZ | 60.15 | 51 | 93.06 | - |
| YUV | 194.08 | 156.74 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 245 | 0.11 | 0.30 | 0 | 0.04 | 277.81 | 0.78 | 0.82 |
| Hex | DA | AC | F5 | B | 1E | 0 | 4 | 116 | 4E | 52 |
| Octal | 332 | 254 | 365 | 13 | 36 | 0 | 4 | 426 | 116 | 122 |
| Binary | 11011010 | 10101100 | 11110101 | 1011 | 11110 | 0 | 100 | 100010110 | 1001110 | 1010010 |
Color Harmonies of #DAACF5
Complementary color
Monochromatic Colors of #DAACF5
Black with #DAACF5
Text Example
Text Example
White with #DAACF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAACF5; }
p { color: rgb(218,172,245); }
H1.HeaderClassName
{
color: #DAACF5;
}
.AnyTagClassName
{
color: #DAACF5;
}
</style>
background-color css
<style>
a { background-color: #DAACF5; }
a { background-color: rgb(218,172,245); }
div.DivClassName
{
background-color: #DAACF5;
}
.BgClassName
{
background-color: #DAACF5;
}
</style>
border-color css
<style>
span { border-color: #DAACF5; }
span { border-color: rgb(218,172,245); }
td.TdClassName
{
border-color: #DAACF5;
}
.TagClassName
{
border-color: #DAACF5;
}
</style>