Shades of Mauve #DAACEF
Tints of Mauve #DAACEF
RGB
CMYK
RGB Variations
Color information
#DAACEF (or 0xDAACEF) is known color: Mauve. HEX triplet: DA, AC and EF. RGB value is (218,172,239). Sum of RGB (Red+Green+Blue) = 218+172+239=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAACEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAACEF is #255310. Grayscale: #C1C1C1. Windows color (decimal): -2446097 or 15707354. OLE color: 15707354.
HSL color Cylindrical-coordinate representation of color #DAACEF: hue angle of 281.19º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAACEF is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 172 | 239 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.06 |
| HSL | 281.19º | 0.68% | 0.81% | - |
| HSV(B) | 281.19º | 0.28% | 0.94% | - |
| XYZ | 59.25 | 50.64 | 88.31 | - |
| YUV | 193.39 | 153.74 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 239 | 0.09 | 0.28 | 0 | 0.06 | 281.19 | 0.68 | 0.81 |
| Hex | DA | AC | EF | 9 | 1C | 0 | 6 | 119 | 44 | 51 |
| Octal | 332 | 254 | 357 | 11 | 34 | 0 | 6 | 431 | 104 | 121 |
| Binary | 11011010 | 10101100 | 11101111 | 1001 | 11100 | 0 | 110 | 100011001 | 1000100 | 1010001 |
Color Harmonies of #DAACEF
Complementary color
Monochromatic Colors of #DAACEF
Black with #DAACEF
Text Example
Text Example
White with #DAACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAACEF; }
p { color: rgb(218,172,239); }
H1.HeaderClassName
{
color: #DAACEF;
}
.AnyTagClassName
{
color: #DAACEF;
}
</style>
background-color css
<style>
a { background-color: #DAACEF; }
a { background-color: rgb(218,172,239); }
div.DivClassName
{
background-color: #DAACEF;
}
.BgClassName
{
background-color: #DAACEF;
}
</style>
border-color css
<style>
span { border-color: #DAACEF; }
span { border-color: rgb(218,172,239); }
td.TdClassName
{
border-color: #DAACEF;
}
.TagClassName
{
border-color: #DAACEF;
}
</style>