Shades of Mauve #DAAEED
Tints of Mauve #DAAEED
RGB
CMYK
RGB Variations
Color information
#DAAEED (or 0xDAAEED) is known color: Mauve. HEX triplet: DA, AE and ED. RGB value is (218,174,237). Sum of RGB (Red+Green+Blue) = 218+174+237=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAAEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAEED is #255112. Grayscale: #C2C2C2. Windows color (decimal): -2445587 or 15576794. OLE color: 15576794.
HSL color Cylindrical-coordinate representation of color #DAAEED: hue angle of 281.9º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAAEED is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 174 | 237 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.07 |
| HSL | 281.9º | 0.64% | 0.81% | - |
| HSV(B) | 281.9º | 0.27% | 0.93% | - |
| XYZ | 59.34 | 51.29 | 86.89 | - |
| YUV | 194.34 | 152.08 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 237 | 0.08 | 0.27 | 0 | 0.07 | 281.9 | 0.64 | 0.81 |
| Hex | DA | AE | ED | 8 | 1B | 0 | 7 | 11A | 40 | 51 |
| Octal | 332 | 256 | 355 | 10 | 33 | 0 | 7 | 432 | 100 | 121 |
| Binary | 11011010 | 10101110 | 11101101 | 1000 | 11011 | 0 | 111 | 100011010 | 1000000 | 1010001 |
Color Harmonies of #DAAEED
Complementary color
Monochromatic Colors of #DAAEED
Black with #DAAEED
Text Example
Text Example
White with #DAAEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAEED; }
p { color: rgb(218,174,237); }
H1.HeaderClassName
{
color: #DAAEED;
}
.AnyTagClassName
{
color: #DAAEED;
}
</style>
background-color css
<style>
a { background-color: #DAAEED; }
a { background-color: rgb(218,174,237); }
div.DivClassName
{
background-color: #DAAEED;
}
.BgClassName
{
background-color: #DAAEED;
}
</style>
border-color css
<style>
span { border-color: #DAAEED; }
span { border-color: rgb(218,174,237); }
td.TdClassName
{
border-color: #DAAEED;
}
.TagClassName
{
border-color: #DAAEED;
}
</style>