Shades of Mauve #DFABF2
Tints of Mauve #DFABF2
RGB
CMYK
RGB Variations
Color information
#DFABF2 (or 0xDFABF2) is known color: Mauve. HEX triplet: DF, AB and F2. RGB value is (223,171,242). Sum of RGB (Red+Green+Blue) = 223+171+242=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 171 (67.19% from 255 or 26.89% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFABF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFABF2 is #20540D. Grayscale: #C2C2C2. Windows color (decimal): -2118670 or 15903711. OLE color: 15903711.
HSL color Cylindrical-coordinate representation of color #DFABF2: hue angle of 283.94º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFABF2 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 171 | 242 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.05 |
| HSL | 283.94º | 0.73% | 0.81% | - |
| HSV(B) | 283.94º | 0.29% | 0.95% | - |
| XYZ | 61.02 | 51.22 | 90.68 | - |
| YUV | 194.64 | 154.73 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 242 | 0.08 | 0.29 | 0 | 0.05 | 283.94 | 0.73 | 0.81 |
| Hex | DF | AB | F2 | 8 | 1D | 0 | 5 | 11C | 49 | 51 |
| Octal | 337 | 253 | 362 | 10 | 35 | 0 | 5 | 434 | 111 | 121 |
| Binary | 11011111 | 10101011 | 11110010 | 1000 | 11101 | 0 | 101 | 100011100 | 1001001 | 1010001 |
Color Harmonies of #DFABF2
Complementary color
Monochromatic Colors of #DFABF2
Black with #DFABF2
Text Example
Text Example
White with #DFABF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFABF2; }
p { color: rgb(223,171,242); }
H1.HeaderClassName
{
color: #DFABF2;
}
.AnyTagClassName
{
color: #DFABF2;
}
</style>
background-color css
<style>
a { background-color: #DFABF2; }
a { background-color: rgb(223,171,242); }
div.DivClassName
{
background-color: #DFABF2;
}
.BgClassName
{
background-color: #DFABF2;
}
</style>
border-color css
<style>
span { border-color: #DFABF2; }
span { border-color: rgb(223,171,242); }
td.TdClassName
{
border-color: #DFABF2;
}
.TagClassName
{
border-color: #DFABF2;
}
</style>