Shades of Mauve #DAADEA
Tints of Mauve #DAADEA
RGB
CMYK
RGB Variations
Color information
#DAADEA (or 0xDAADEA) is known color: Mauve. HEX triplet: DA, AD and EA. RGB value is (218,173,234). Sum of RGB (Red+Green+Blue) = 218+173+234=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAADEA is #255215. Grayscale: #C1C1C1. Windows color (decimal): -2445846 or 15379930. OLE color: 15379930.
HSL color Cylindrical-coordinate representation of color #DAADEA: hue angle of 284.26º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAADEA is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 173 | 234 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.08 |
| HSL | 284.26º | 0.59% | 0.8% | - |
| HSV(B) | 284.26º | 0.26% | 0.92% | - |
| XYZ | 58.71 | 50.73 | 84.54 | - |
| YUV | 193.41 | 150.91 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 234 | 0.07 | 0.26 | 0 | 0.08 | 284.26 | 0.59 | 0.8 |
| Hex | DA | AD | EA | 7 | 1A | 0 | 8 | 11C | 3B | 50 |
| Octal | 332 | 255 | 352 | 7 | 32 | 0 | 10 | 434 | 73 | 120 |
| Binary | 11011010 | 10101101 | 11101010 | 111 | 11010 | 0 | 1000 | 100011100 | 111011 | 1010000 |
Color Harmonies of #DAADEA
Complementary color
Monochromatic Colors of #DAADEA
Black with #DAADEA
Text Example
Text Example
White with #DAADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADEA; }
p { color: rgb(218,173,234); }
H1.HeaderClassName
{
color: #DAADEA;
}
.AnyTagClassName
{
color: #DAADEA;
}
</style>
background-color css
<style>
a { background-color: #DAADEA; }
a { background-color: rgb(218,173,234); }
div.DivClassName
{
background-color: #DAADEA;
}
.BgClassName
{
background-color: #DAADEA;
}
</style>
border-color css
<style>
span { border-color: #DAADEA; }
span { border-color: rgb(218,173,234); }
td.TdClassName
{
border-color: #DAADEA;
}
.TagClassName
{
border-color: #DAADEA;
}
</style>