Shades of Mauve #DAAEF7
Tints of Mauve #DAAEF7
RGB
CMYK
RGB Variations
Color information
#DAAEF7 (or 0xDAAEF7) is known color: Mauve. HEX triplet: DA, AE and F7. RGB value is (218,174,247). Sum of RGB (Red+Green+Blue) = 218+174+247=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 174 (68.36% from 255 or 27.23% from 639); Blue value is 247 (96.88% from 255 or 38.65% from 639); Max value from RGB is 247 - color contains mainly: blue. Hex color #DAAEF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAEF7 is #255108. Grayscale: #C3C3C3. Windows color (decimal): -2445577 or 16232154. OLE color: 16232154.
HSL color Cylindrical-coordinate representation of color #DAAEF7: hue angle of 276.16º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAAEF7 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 174 | 247 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.03 |
| HSL | 276.16º | 0.82% | 0.83% | - |
| HSV(B) | 276.16º | 0.3% | 0.97% | - |
| XYZ | 60.84 | 51.89 | 94.81 | - |
| YUV | 195.48 | 157.08 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 247 | 0.12 | 0.30 | 0 | 0.03 | 276.16 | 0.82 | 0.83 |
| Hex | DA | AE | F7 | C | 1E | 0 | 3 | 114 | 52 | 53 |
| Octal | 332 | 256 | 367 | 14 | 36 | 0 | 3 | 424 | 122 | 123 |
| Binary | 11011010 | 10101110 | 11110111 | 1100 | 11110 | 0 | 11 | 100010100 | 1010010 | 1010011 |
Color Harmonies of #DAAEF7
Complementary color
Monochromatic Colors of #DAAEF7
Black with #DAAEF7
Text Example
Text Example
White with #DAAEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAEF7; }
p { color: rgb(218,174,247); }
H1.HeaderClassName
{
color: #DAAEF7;
}
.AnyTagClassName
{
color: #DAAEF7;
}
</style>
background-color css
<style>
a { background-color: #DAAEF7; }
a { background-color: rgb(218,174,247); }
div.DivClassName
{
background-color: #DAAEF7;
}
.BgClassName
{
background-color: #DAAEF7;
}
</style>
border-color css
<style>
span { border-color: #DAAEF7; }
span { border-color: rgb(218,174,247); }
td.TdClassName
{
border-color: #DAAEF7;
}
.TagClassName
{
border-color: #DAAEF7;
}
</style>