Shades of Mauve #DFAAED
Tints of Mauve #DFAAED
RGB
CMYK
RGB Variations
Color information
#DFAAED (or 0xDFAAED) is known color: Mauve. HEX triplet: DF, AA and ED. RGB value is (223,170,237). Sum of RGB (Red+Green+Blue) = 223+170+237=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFAAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAAED is #205512. Grayscale: #C1C1C1. Windows color (decimal): -2118931 or 15575775. OLE color: 15575775.
HSL color Cylindrical-coordinate representation of color #DFAAED: hue angle of 287.46º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFAAED is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 170 | 237 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.07 |
| HSL | 287.46º | 0.65% | 0.8% | - |
| HSV(B) | 287.46º | 0.28% | 0.93% | - |
| XYZ | 60.09 | 50.55 | 86.71 | - |
| YUV | 193.49 | 152.56 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 237 | 0.06 | 0.28 | 0 | 0.07 | 287.46 | 0.65 | 0.8 |
| Hex | DF | AA | ED | 6 | 1C | 0 | 7 | 11F | 41 | 50 |
| Octal | 337 | 252 | 355 | 6 | 34 | 0 | 7 | 437 | 101 | 120 |
| Binary | 11011111 | 10101010 | 11101101 | 110 | 11100 | 0 | 111 | 100011111 | 1000001 | 1010000 |
Color Harmonies of #DFAAED
Complementary color
Monochromatic Colors of #DFAAED
Black with #DFAAED
Text Example
Text Example
White with #DFAAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAAED; }
p { color: rgb(223,170,237); }
H1.HeaderClassName
{
color: #DFAAED;
}
.AnyTagClassName
{
color: #DFAAED;
}
</style>
background-color css
<style>
a { background-color: #DFAAED; }
a { background-color: rgb(223,170,237); }
div.DivClassName
{
background-color: #DFAAED;
}
.BgClassName
{
background-color: #DFAAED;
}
</style>
border-color css
<style>
span { border-color: #DFAAED; }
span { border-color: rgb(223,170,237); }
td.TdClassName
{
border-color: #DFAAED;
}
.TagClassName
{
border-color: #DFAAED;
}
</style>