Shades of Mauve #DAADF9
Tints of Mauve #DAADF9
RGB
CMYK
RGB Variations
Color information
#DAADF9 (or 0xDAADF9) is known color: Mauve. HEX triplet: DA, AD and F9. RGB value is (218,173,249). Sum of RGB (Red+Green+Blue) = 218+173+249=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 173 (67.97% from 255 or 27.03% from 640); Blue value is 249 (97.66% from 255 or 38.91% from 640); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAADF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAADF9 is #255206. Grayscale: #C2C2C2. Windows color (decimal): -2445831 or 16362970. OLE color: 16362970.
HSL color Cylindrical-coordinate representation of color #DAADF9: hue angle of 275.53º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAADF9 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 173 | 249 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.02 |
| HSL | 275.53º | 0.86% | 0.83% | - |
| HSV(B) | 275.53º | 0.31% | 0.98% | - |
| XYZ | 60.96 | 51.63 | 96.38 | - |
| YUV | 195.12 | 158.41 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 249 | 0.12 | 0.31 | 0 | 0.02 | 275.53 | 0.86 | 0.83 |
| Hex | DA | AD | F9 | C | 1F | 0 | 2 | 114 | 56 | 53 |
| Octal | 332 | 255 | 371 | 14 | 37 | 0 | 2 | 424 | 126 | 123 |
| Binary | 11011010 | 10101101 | 11111001 | 1100 | 11111 | 0 | 10 | 100010100 | 1010110 | 1010011 |
Color Harmonies of #DAADF9
Complementary color
Monochromatic Colors of #DAADF9
Black with #DAADF9
Text Example
Text Example
White with #DAADF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADF9; }
p { color: rgb(218,173,249); }
H1.HeaderClassName
{
color: #DAADF9;
}
.AnyTagClassName
{
color: #DAADF9;
}
</style>
background-color css
<style>
a { background-color: #DAADF9; }
a { background-color: rgb(218,173,249); }
div.DivClassName
{
background-color: #DAADF9;
}
.BgClassName
{
background-color: #DAADF9;
}
</style>
border-color css
<style>
span { border-color: #DAADF9; }
span { border-color: rgb(218,173,249); }
td.TdClassName
{
border-color: #DAADF9;
}
.TagClassName
{
border-color: #DAADF9;
}
</style>