Shades of Mauve #DFAAEE
Tints of Mauve #DFAAEE
RGB
CMYK
RGB Variations
Color information
#DFAAEE (or 0xDFAAEE) is known color: Mauve. HEX triplet: DF, AA and EE. RGB value is (223,170,238). Sum of RGB (Red+Green+Blue) = 223+170+238=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 170 (66.80% from 255 or 26.94% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFAAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAAEE is #205511. Grayscale: #C1C1C1. Windows color (decimal): -2118930 or 15641311. OLE color: 15641311.
HSL color Cylindrical-coordinate representation of color #DFAAEE: hue angle of 286.76º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFAAEE is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 170 | 238 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.07 |
| HSL | 286.76º | 0.67% | 0.8% | - |
| HSV(B) | 286.76º | 0.29% | 0.93% | - |
| XYZ | 60.24 | 50.61 | 87.48 | - |
| YUV | 193.6 | 153.06 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 238 | 0.06 | 0.29 | 0 | 0.07 | 286.76 | 0.67 | 0.8 |
| Hex | DF | AA | EE | 6 | 1D | 0 | 7 | 11F | 43 | 50 |
| Octal | 337 | 252 | 356 | 6 | 35 | 0 | 7 | 437 | 103 | 120 |
| Binary | 11011111 | 10101010 | 11101110 | 110 | 11101 | 0 | 111 | 100011111 | 1000011 | 1010000 |
Color Harmonies of #DFAAEE
Complementary color
Monochromatic Colors of #DFAAEE
Black with #DFAAEE
Text Example
Text Example
White with #DFAAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAAEE; }
p { color: rgb(223,170,238); }
H1.HeaderClassName
{
color: #DFAAEE;
}
.AnyTagClassName
{
color: #DFAAEE;
}
</style>
background-color css
<style>
a { background-color: #DFAAEE; }
a { background-color: rgb(223,170,238); }
div.DivClassName
{
background-color: #DFAAEE;
}
.BgClassName
{
background-color: #DFAAEE;
}
</style>
border-color css
<style>
span { border-color: #DFAAEE; }
span { border-color: rgb(223,170,238); }
td.TdClassName
{
border-color: #DFAAEE;
}
.TagClassName
{
border-color: #DFAAEE;
}
</style>