Shades of Mauve #DFAAFE
Tints of Mauve #DFAAFE
RGB
CMYK
RGB Variations
Color information
#DFAAFE (or 0xDFAAFE) is known color: Mauve. HEX triplet: DF, AA and FE. RGB value is (223,170,254). Sum of RGB (Red+Green+Blue) = 223+170+254=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 170 (66.80% from 255 or 26.28% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFAAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAAFE is #205501. Grayscale: #C3C3C3. Windows color (decimal): -2118914 or 16689887. OLE color: 16689887.
HSL color Cylindrical-coordinate representation of color #DFAAFE: hue angle of 277.86º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFAAFE is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 170 | 254 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.00 |
| HSL | 277.86º | 0.98% | 0.83% | - |
| HSV(B) | 277.86º | 0.33% | 1% | - |
| XYZ | 62.7 | 51.59 | 100.42 | - |
| YUV | 195.42 | 161.06 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 254 | 0.12 | 0.33 | 0 | 0.00 | 277.86 | 0.98 | 0.83 |
| Hex | DF | AA | FE | C | 21 | 0 | 0 | 116 | 62 | 53 |
| Octal | 337 | 252 | 376 | 14 | 41 | 0 | 0 | 426 | 142 | 123 |
| Binary | 11011111 | 10101010 | 11111110 | 1100 | 100001 | 0 | 0 | 100010110 | 1100010 | 1010011 |
Color Harmonies of #DFAAFE
Complementary color
Monochromatic Colors of #DFAAFE
Black with #DFAAFE
Text Example
Text Example
White with #DFAAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAAFE; }
p { color: rgb(223,170,254); }
H1.HeaderClassName
{
color: #DFAAFE;
}
.AnyTagClassName
{
color: #DFAAFE;
}
</style>
background-color css
<style>
a { background-color: #DFAAFE; }
a { background-color: rgb(223,170,254); }
div.DivClassName
{
background-color: #DFAAFE;
}
.BgClassName
{
background-color: #DFAAFE;
}
</style>
border-color css
<style>
span { border-color: #DFAAFE; }
span { border-color: rgb(223,170,254); }
td.TdClassName
{
border-color: #DFAAFE;
}
.TagClassName
{
border-color: #DFAAFE;
}
</style>