Shades of Mauve #DAAAFC
Tints of Mauve #DAAAFC
RGB
CMYK
RGB Variations
Color information
#DAAAFC (or 0xDAAAFC) is known color: Mauve. HEX triplet: DA, AA and FC. RGB value is (218,170,252). Sum of RGB (Red+Green+Blue) = 218+170+252=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 170 (66.80% from 255 or 26.56% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAAAFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAAFC is #255503. Grayscale: #C1C1C1. Windows color (decimal): -2446596 or 16558810. OLE color: 16558810.
HSL color Cylindrical-coordinate representation of color #DAAAFC: hue angle of 275.12º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAAAFC is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 170 | 252 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.01 |
| HSL | 275.12º | 0.93% | 0.83% | - |
| HSV(B) | 275.12º | 0.33% | 0.99% | - |
| XYZ | 60.86 | 50.68 | 98.67 | - |
| YUV | 193.7 | 160.9 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 252 | 0.13 | 0.33 | 0 | 0.01 | 275.12 | 0.93 | 0.83 |
| Hex | DA | AA | FC | D | 21 | 0 | 1 | 113 | 5D | 53 |
| Octal | 332 | 252 | 374 | 15 | 41 | 0 | 1 | 423 | 135 | 123 |
| Binary | 11011010 | 10101010 | 11111100 | 1101 | 100001 | 0 | 1 | 100010011 | 1011101 | 1010011 |
Color Harmonies of #DAAAFC
Complementary color
Monochromatic Colors of #DAAAFC
Black with #DAAAFC
Text Example
Text Example
White with #DAAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAAFC; }
p { color: rgb(218,170,252); }
H1.HeaderClassName
{
color: #DAAAFC;
}
.AnyTagClassName
{
color: #DAAAFC;
}
</style>
background-color css
<style>
a { background-color: #DAAAFC; }
a { background-color: rgb(218,170,252); }
div.DivClassName
{
background-color: #DAAAFC;
}
.BgClassName
{
background-color: #DAAAFC;
}
</style>
border-color css
<style>
span { border-color: #DAAAFC; }
span { border-color: rgb(218,170,252); }
td.TdClassName
{
border-color: #DAAAFC;
}
.TagClassName
{
border-color: #DAAAFC;
}
</style>