Shades of Mauve #DAADF7
Tints of Mauve #DAADF7
RGB
CMYK
RGB Variations
Color information
#DAADF7 (or 0xDAADF7) is known color: Mauve. HEX triplet: DA, AD and F7. RGB value is (218,173,247). Sum of RGB (Red+Green+Blue) = 218+173+247=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 247 (96.88% from 255 or 38.71% from 638); Max value from RGB is 247 - color contains mainly: blue. Hex color #DAADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAADF7 is #255208. Grayscale: #C2C2C2. Windows color (decimal): -2445833 or 16231898. OLE color: 16231898.
HSL color Cylindrical-coordinate representation of color #DAADF7: hue angle of 276.49º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAADF7 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 173 | 247 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.03 |
| HSL | 276.49º | 0.82% | 0.82% | - |
| HSV(B) | 276.49º | 0.3% | 0.97% | - |
| XYZ | 60.65 | 51.51 | 94.74 | - |
| YUV | 194.89 | 157.41 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 247 | 0.12 | 0.30 | 0 | 0.03 | 276.49 | 0.82 | 0.82 |
| Hex | DA | AD | F7 | C | 1E | 0 | 3 | 114 | 52 | 52 |
| Octal | 332 | 255 | 367 | 14 | 36 | 0 | 3 | 424 | 122 | 122 |
| Binary | 11011010 | 10101101 | 11110111 | 1100 | 11110 | 0 | 11 | 100010100 | 1010010 | 1010010 |
Color Harmonies of #DAADF7
Complementary color
Monochromatic Colors of #DAADF7
Black with #DAADF7
Text Example
Text Example
White with #DAADF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADF7; }
p { color: rgb(218,173,247); }
H1.HeaderClassName
{
color: #DAADF7;
}
.AnyTagClassName
{
color: #DAADF7;
}
</style>
background-color css
<style>
a { background-color: #DAADF7; }
a { background-color: rgb(218,173,247); }
div.DivClassName
{
background-color: #DAADF7;
}
.BgClassName
{
background-color: #DAADF7;
}
</style>
border-color css
<style>
span { border-color: #DAADF7; }
span { border-color: rgb(218,173,247); }
td.TdClassName
{
border-color: #DAADF7;
}
.TagClassName
{
border-color: #DAADF7;
}
</style>