Shades of Mauve #DAAEF5
Tints of Mauve #DAAEF5
RGB
CMYK
RGB Variations
Color information
#DAAEF5 (or 0xDAAEF5) is known color: Mauve. HEX triplet: DA, AE and F5. RGB value is (218,174,245). Sum of RGB (Red+Green+Blue) = 218+174+245=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 174 (68.36% from 255 or 27.32% from 637); Blue value is 245 (96.09% from 255 or 38.46% from 637); Max value from RGB is 245 - color contains mainly: blue. Hex color #DAAEF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAEF5 is #25510A. Grayscale: #C3C3C3. Windows color (decimal): -2445579 or 16101082. OLE color: 16101082.
HSL color Cylindrical-coordinate representation of color #DAAEF5: hue angle of 277.18º degrees, saturation: 0.78, 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 #DAAEF5 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 174 | 245 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.04 |
| HSL | 277.18º | 0.78% | 0.82% | - |
| HSV(B) | 277.18º | 0.29% | 0.96% | - |
| XYZ | 60.53 | 51.77 | 93.19 | - |
| YUV | 195.25 | 156.08 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 245 | 0.11 | 0.29 | 0 | 0.04 | 277.18 | 0.78 | 0.82 |
| Hex | DA | AE | F5 | B | 1D | 0 | 4 | 115 | 4E | 52 |
| Octal | 332 | 256 | 365 | 13 | 35 | 0 | 4 | 425 | 116 | 122 |
| Binary | 11011010 | 10101110 | 11110101 | 1011 | 11101 | 0 | 100 | 100010101 | 1001110 | 1010010 |
Color Harmonies of #DAAEF5
Complementary color
Monochromatic Colors of #DAAEF5
Black with #DAAEF5
Text Example
Text Example
White with #DAAEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAEF5; }
p { color: rgb(218,174,245); }
H1.HeaderClassName
{
color: #DAAEF5;
}
.AnyTagClassName
{
color: #DAAEF5;
}
</style>
background-color css
<style>
a { background-color: #DAAEF5; }
a { background-color: rgb(218,174,245); }
div.DivClassName
{
background-color: #DAAEF5;
}
.BgClassName
{
background-color: #DAAEF5;
}
</style>
border-color css
<style>
span { border-color: #DAAEF5; }
span { border-color: rgb(218,174,245); }
td.TdClassName
{
border-color: #DAAEF5;
}
.TagClassName
{
border-color: #DAAEF5;
}
</style>