Shades of Mauve #DFAAFD
Tints of Mauve #DFAAFD
RGB
CMYK
RGB Variations
Color information
#DFAAFD (or 0xDFAAFD) is known color: Mauve. HEX triplet: DF, AA and FD. RGB value is (223,170,253). Sum of RGB (Red+Green+Blue) = 223+170+253=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 170 (66.80% from 255 or 26.32% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFAAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAAFD is #205502. Grayscale: #C3C3C3. Windows color (decimal): -2118915 or 16624351. OLE color: 16624351.
HSL color Cylindrical-coordinate representation of color #DFAAFD: hue angle of 278.31º degrees, saturation: 0.95, 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 #DFAAFD is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 170 | 253 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.01 |
| HSL | 278.31º | 0.95% | 0.83% | - |
| HSV(B) | 278.31º | 0.33% | 0.99% | - |
| XYZ | 62.54 | 51.53 | 99.58 | - |
| YUV | 195.31 | 160.56 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 253 | 0.12 | 0.33 | 0 | 0.01 | 278.31 | 0.95 | 0.83 |
| Hex | DF | AA | FD | C | 21 | 0 | 1 | 116 | 5F | 53 |
| Octal | 337 | 252 | 375 | 14 | 41 | 0 | 1 | 426 | 137 | 123 |
| Binary | 11011111 | 10101010 | 11111101 | 1100 | 100001 | 0 | 1 | 100010110 | 1011111 | 1010011 |
Color Harmonies of #DFAAFD
Complementary color
Monochromatic Colors of #DFAAFD
Black with #DFAAFD
Text Example
Text Example
White with #DFAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAAFD; }
p { color: rgb(223,170,253); }
H1.HeaderClassName
{
color: #DFAAFD;
}
.AnyTagClassName
{
color: #DFAAFD;
}
</style>
background-color css
<style>
a { background-color: #DFAAFD; }
a { background-color: rgb(223,170,253); }
div.DivClassName
{
background-color: #DFAAFD;
}
.BgClassName
{
background-color: #DFAAFD;
}
</style>
border-color css
<style>
span { border-color: #DFAAFD; }
span { border-color: rgb(223,170,253); }
td.TdClassName
{
border-color: #DFAAFD;
}
.TagClassName
{
border-color: #DFAAFD;
}
</style>