Shades of Mauve #DAAEF6
Tints of Mauve #DAAEF6
RGB
CMYK
RGB Variations
Color information
#DAAEF6 (or 0xDAAEF6) is known color: Mauve. HEX triplet: DA, AE and F6. RGB value is (218,174,246). Sum of RGB (Red+Green+Blue) = 218+174+246=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 174 (68.36% from 255 or 27.27% from 638); Blue value is 246 (96.48% from 255 or 38.56% from 638); Max value from RGB is 246 - color contains mainly: blue. Hex color #DAAEF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAEF6 is #255109. Grayscale: #C3C3C3. Windows color (decimal): -2445578 or 16166618. OLE color: 16166618.
HSL color Cylindrical-coordinate representation of color #DAAEF6: hue angle of 276.67º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAAEF6 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 174 | 246 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.04 |
| HSL | 276.67º | 0.8% | 0.82% | - |
| HSV(B) | 276.67º | 0.29% | 0.96% | - |
| XYZ | 60.68 | 51.83 | 93.99 | - |
| YUV | 195.36 | 156.58 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 246 | 0.11 | 0.29 | 0 | 0.04 | 276.67 | 0.8 | 0.82 |
| Hex | DA | AE | F6 | B | 1D | 0 | 4 | 115 | 50 | 52 |
| Octal | 332 | 256 | 366 | 13 | 35 | 0 | 4 | 425 | 120 | 122 |
| Binary | 11011010 | 10101110 | 11110110 | 1011 | 11101 | 0 | 100 | 100010101 | 1010000 | 1010010 |
Color Harmonies of #DAAEF6
Complementary color
Monochromatic Colors of #DAAEF6
Black with #DAAEF6
Text Example
Text Example
White with #DAAEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAEF6; }
p { color: rgb(218,174,246); }
H1.HeaderClassName
{
color: #DAAEF6;
}
.AnyTagClassName
{
color: #DAAEF6;
}
</style>
background-color css
<style>
a { background-color: #DAAEF6; }
a { background-color: rgb(218,174,246); }
div.DivClassName
{
background-color: #DAAEF6;
}
.BgClassName
{
background-color: #DAAEF6;
}
</style>
border-color css
<style>
span { border-color: #DAAEF6; }
span { border-color: rgb(218,174,246); }
td.TdClassName
{
border-color: #DAAEF6;
}
.TagClassName
{
border-color: #DAAEF6;
}
</style>