Shades of Mauve #DAADFC
Tints of Mauve #DAADFC
RGB
CMYK
RGB Variations
Color information
#DAADFC (or 0xDAADFC) is known color: Mauve. HEX triplet: DA, AD and FC. RGB value is (218,173,252). Sum of RGB (Red+Green+Blue) = 218+173+252=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 173 (67.97% from 255 or 26.91% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAADFC is #255203. Grayscale: #C3C3C3. Windows color (decimal): -2445828 or 16559578. OLE color: 16559578.
HSL color Cylindrical-coordinate representation of color #DAADFC: hue angle of 274.18º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAADFC is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 173 | 252 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.01 |
| HSL | 274.18º | 0.93% | 0.83% | - |
| HSV(B) | 274.18º | 0.31% | 0.99% | - |
| XYZ | 61.43 | 51.82 | 98.86 | - |
| YUV | 195.46 | 159.91 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 252 | 0.13 | 0.31 | 0 | 0.01 | 274.18 | 0.93 | 0.83 |
| Hex | DA | AD | FC | D | 1F | 0 | 1 | 112 | 5D | 53 |
| Octal | 332 | 255 | 374 | 15 | 37 | 0 | 1 | 422 | 135 | 123 |
| Binary | 11011010 | 10101101 | 11111100 | 1101 | 11111 | 0 | 1 | 100010010 | 1011101 | 1010011 |
Color Harmonies of #DAADFC
Complementary color
Monochromatic Colors of #DAADFC
Black with #DAADFC
Text Example
Text Example
White with #DAADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADFC; }
p { color: rgb(218,173,252); }
H1.HeaderClassName
{
color: #DAADFC;
}
.AnyTagClassName
{
color: #DAADFC;
}
</style>
background-color css
<style>
a { background-color: #DAADFC; }
a { background-color: rgb(218,173,252); }
div.DivClassName
{
background-color: #DAADFC;
}
.BgClassName
{
background-color: #DAADFC;
}
</style>
border-color css
<style>
span { border-color: #DAADFC; }
span { border-color: rgb(218,173,252); }
td.TdClassName
{
border-color: #DAADFC;
}
.TagClassName
{
border-color: #DAADFC;
}
</style>