Shades of Mauve #DAADF5
Tints of Mauve #DAADF5
RGB
CMYK
RGB Variations
Color information
#DAADF5 (or 0xDAADF5) is known color: Mauve. HEX triplet: DA, AD and F5. RGB value is (218,173,245). Sum of RGB (Red+Green+Blue) = 218+173+245=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 173 (67.97% from 255 or 27.20% from 636); Blue value is 245 (96.09% from 255 or 38.52% from 636); Max value from RGB is 245 - color contains mainly: blue. Hex color #DAADF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAADF5 is #25520A. Grayscale: #C2C2C2. Windows color (decimal): -2445835 or 16100826. OLE color: 16100826.
HSL color Cylindrical-coordinate representation of color #DAADF5: hue angle of 277.5º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAADF5 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 173 | 245 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.04 |
| HSL | 277.5º | 0.78% | 0.82% | - |
| HSV(B) | 277.5º | 0.29% | 0.96% | - |
| XYZ | 60.34 | 51.39 | 93.12 | - |
| YUV | 194.66 | 156.41 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 245 | 0.11 | 0.29 | 0 | 0.04 | 277.5 | 0.78 | 0.82 |
| Hex | DA | AD | F5 | B | 1D | 0 | 4 | 116 | 4E | 52 |
| Octal | 332 | 255 | 365 | 13 | 35 | 0 | 4 | 426 | 116 | 122 |
| Binary | 11011010 | 10101101 | 11110101 | 1011 | 11101 | 0 | 100 | 100010110 | 1001110 | 1010010 |
Color Harmonies of #DAADF5
Complementary color
Monochromatic Colors of #DAADF5
Black with #DAADF5
Text Example
Text Example
White with #DAADF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADF5; }
p { color: rgb(218,173,245); }
H1.HeaderClassName
{
color: #DAADF5;
}
.AnyTagClassName
{
color: #DAADF5;
}
</style>
background-color css
<style>
a { background-color: #DAADF5; }
a { background-color: rgb(218,173,245); }
div.DivClassName
{
background-color: #DAADF5;
}
.BgClassName
{
background-color: #DAADF5;
}
</style>
border-color css
<style>
span { border-color: #DAADF5; }
span { border-color: rgb(218,173,245); }
td.TdClassName
{
border-color: #DAADF5;
}
.TagClassName
{
border-color: #DAADF5;
}
</style>