Shades of Mauve #DAAEF1
Tints of Mauve #DAAEF1
RGB
CMYK
RGB Variations
Color information
#DAAEF1 (or 0xDAAEF1) is known color: Mauve. HEX triplet: DA, AE and F1. RGB value is (218,174,241). Sum of RGB (Red+Green+Blue) = 218+174+241=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 174 (68.36% from 255 or 27.49% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAAEF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAEF1 is #25510E. Grayscale: #C2C2C2. Windows color (decimal): -2445583 or 15838938. OLE color: 15838938.
HSL color Cylindrical-coordinate representation of color #DAAEF1: hue angle of 279.4º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAAEF1 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 174 | 241 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.05 |
| HSL | 279.4º | 0.71% | 0.81% | - |
| HSV(B) | 279.4º | 0.28% | 0.95% | - |
| XYZ | 59.93 | 51.53 | 90.01 | - |
| YUV | 194.79 | 154.08 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 241 | 0.10 | 0.28 | 0 | 0.05 | 279.4 | 0.71 | 0.81 |
| Hex | DA | AE | F1 | A | 1C | 0 | 5 | 117 | 47 | 51 |
| Octal | 332 | 256 | 361 | 12 | 34 | 0 | 5 | 427 | 107 | 121 |
| Binary | 11011010 | 10101110 | 11110001 | 1010 | 11100 | 0 | 101 | 100010111 | 1000111 | 1010001 |
Color Harmonies of #DAAEF1
Complementary color
Monochromatic Colors of #DAAEF1
Black with #DAAEF1
Text Example
Text Example
White with #DAAEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAEF1; }
p { color: rgb(218,174,241); }
H1.HeaderClassName
{
color: #DAAEF1;
}
.AnyTagClassName
{
color: #DAAEF1;
}
</style>
background-color css
<style>
a { background-color: #DAAEF1; }
a { background-color: rgb(218,174,241); }
div.DivClassName
{
background-color: #DAAEF1;
}
.BgClassName
{
background-color: #DAAEF1;
}
</style>
border-color css
<style>
span { border-color: #DAAEF1; }
span { border-color: rgb(218,174,241); }
td.TdClassName
{
border-color: #DAAEF1;
}
.TagClassName
{
border-color: #DAAEF1;
}
</style>