Shades of Mauve #DFAFF1
Tints of Mauve #DFAFF1
RGB
CMYK
RGB Variations
Color information
#DFAFF1 (or 0xDFAFF1) is known color: Mauve. HEX triplet: DF, AF and F1. RGB value is (223,175,241). Sum of RGB (Red+Green+Blue) = 223+175+241=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFAFF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAFF1 is #20500E. Grayscale: #C4C4C4. Windows color (decimal): -2117647 or 15839199. OLE color: 15839199.
HSL color Cylindrical-coordinate representation of color #DFAFF1: hue angle of 283.64º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFAFF1 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 175 | 241 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.05 |
| HSL | 283.64º | 0.7% | 0.82% | - |
| HSV(B) | 283.64º | 0.27% | 0.95% | - |
| XYZ | 61.64 | 52.7 | 90.14 | - |
| YUV | 196.88 | 152.9 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 241 | 0.07 | 0.27 | 0 | 0.05 | 283.64 | 0.7 | 0.82 |
| Hex | DF | AF | F1 | 7 | 1B | 0 | 5 | 11C | 46 | 52 |
| Octal | 337 | 257 | 361 | 7 | 33 | 0 | 5 | 434 | 106 | 122 |
| Binary | 11011111 | 10101111 | 11110001 | 111 | 11011 | 0 | 101 | 100011100 | 1000110 | 1010010 |
Color Harmonies of #DFAFF1
Complementary color
Monochromatic Colors of #DFAFF1
Black with #DFAFF1
Text Example
Text Example
White with #DFAFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAFF1; }
p { color: rgb(223,175,241); }
H1.HeaderClassName
{
color: #DFAFF1;
}
.AnyTagClassName
{
color: #DFAFF1;
}
</style>
background-color css
<style>
a { background-color: #DFAFF1; }
a { background-color: rgb(223,175,241); }
div.DivClassName
{
background-color: #DFAFF1;
}
.BgClassName
{
background-color: #DFAFF1;
}
</style>
border-color css
<style>
span { border-color: #DFAFF1; }
span { border-color: rgb(223,175,241); }
td.TdClassName
{
border-color: #DFAFF1;
}
.TagClassName
{
border-color: #DFAFF1;
}
</style>