Shades of Mauve #DAADFE
Tints of Mauve #DAADFE
RGB
CMYK
RGB Variations
Color information
#DAADFE (or 0xDAADFE) is known color: Mauve. HEX triplet: DA, AD and FE. RGB value is (218,173,254). Sum of RGB (Red+Green+Blue) = 218+173+254=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 173 (67.97% from 255 or 26.82% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAADFE is #255201. Grayscale: #C3C3C3. Windows color (decimal): -2445826 or 16690650. OLE color: 16690650.
HSL color Cylindrical-coordinate representation of color #DAADFE: hue angle of 273.33º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAADFE is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 173 | 254 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.00 |
| HSL | 273.33º | 0.98% | 0.84% | - |
| HSV(B) | 273.33º | 0.32% | 1% | - |
| XYZ | 61.75 | 51.95 | 100.54 | - |
| YUV | 195.69 | 160.91 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 254 | 0.14 | 0.32 | 0 | 0.00 | 273.33 | 0.98 | 0.84 |
| Hex | DA | AD | FE | E | 20 | 0 | 0 | 111 | 62 | 54 |
| Octal | 332 | 255 | 376 | 16 | 40 | 0 | 0 | 421 | 142 | 124 |
| Binary | 11011010 | 10101101 | 11111110 | 1110 | 100000 | 0 | 0 | 100010001 | 1100010 | 1010100 |
Color Harmonies of #DAADFE
Complementary color
Monochromatic Colors of #DAADFE
Black with #DAADFE
Text Example
Text Example
White with #DAADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADFE; }
p { color: rgb(218,173,254); }
H1.HeaderClassName
{
color: #DAADFE;
}
.AnyTagClassName
{
color: #DAADFE;
}
</style>
background-color css
<style>
a { background-color: #DAADFE; }
a { background-color: rgb(218,173,254); }
div.DivClassName
{
background-color: #DAADFE;
}
.BgClassName
{
background-color: #DAADFE;
}
</style>
border-color css
<style>
span { border-color: #DAADFE; }
span { border-color: rgb(218,173,254); }
td.TdClassName
{
border-color: #DAADFE;
}
.TagClassName
{
border-color: #DAADFE;
}
</style>