Shades of Mauve #DAAEF3
Tints of Mauve #DAAEF3
RGB
CMYK
RGB Variations
Color information
#DAAEF3 (or 0xDAAEF3) is known color: Mauve. HEX triplet: DA, AE and F3. RGB value is (218,174,243). Sum of RGB (Red+Green+Blue) = 218+174+243=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 243 (95.31% from 255 or 38.27% from 635); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAAEF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAEF3 is #25510C. Grayscale: #C2C2C2. Windows color (decimal): -2445581 or 15970010. OLE color: 15970010.
HSL color Cylindrical-coordinate representation of color #DAAEF3: hue angle of 278.26º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAAEF3 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 174 | 243 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.05 |
| HSL | 278.26º | 0.74% | 0.82% | - |
| HSV(B) | 278.26º | 0.28% | 0.95% | - |
| XYZ | 60.23 | 51.65 | 91.59 | - |
| YUV | 195.02 | 155.08 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 243 | 0.10 | 0.28 | 0 | 0.05 | 278.26 | 0.74 | 0.82 |
| Hex | DA | AE | F3 | A | 1C | 0 | 5 | 116 | 4A | 52 |
| Octal | 332 | 256 | 363 | 12 | 34 | 0 | 5 | 426 | 112 | 122 |
| Binary | 11011010 | 10101110 | 11110011 | 1010 | 11100 | 0 | 101 | 100010110 | 1001010 | 1010010 |
Color Harmonies of #DAAEF3
Complementary color
Monochromatic Colors of #DAAEF3
Black with #DAAEF3
Text Example
Text Example
White with #DAAEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAEF3; }
p { color: rgb(218,174,243); }
H1.HeaderClassName
{
color: #DAAEF3;
}
.AnyTagClassName
{
color: #DAAEF3;
}
</style>
background-color css
<style>
a { background-color: #DAAEF3; }
a { background-color: rgb(218,174,243); }
div.DivClassName
{
background-color: #DAAEF3;
}
.BgClassName
{
background-color: #DAAEF3;
}
</style>
border-color css
<style>
span { border-color: #DAAEF3; }
span { border-color: rgb(218,174,243); }
td.TdClassName
{
border-color: #DAAEF3;
}
.TagClassName
{
border-color: #DAAEF3;
}
</style>