Shades of Mauve #DFABFE
Tints of Mauve #DFABFE
RGB
CMYK
RGB Variations
Color information
#DFABFE (or 0xDFABFE) is known color: Mauve. HEX triplet: DF, AB and FE. RGB value is (223,171,254). Sum of RGB (Red+Green+Blue) = 223+171+254=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 171 (67.19% from 255 or 26.39% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFABFE is #205401. Grayscale: #C3C3C3. Windows color (decimal): -2118658 or 16690143. OLE color: 16690143.
HSL color Cylindrical-coordinate representation of color #DFABFE: hue angle of 277.59º 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 #DFABFE is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 171 | 254 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.00 |
| HSL | 277.59º | 0.98% | 0.83% | - |
| HSV(B) | 277.59º | 0.33% | 1% | - |
| XYZ | 62.88 | 51.97 | 100.48 | - |
| YUV | 196.01 | 160.73 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 254 | 0.12 | 0.33 | 0 | 0.00 | 277.59 | 0.98 | 0.83 |
| Hex | DF | AB | FE | C | 21 | 0 | 0 | 116 | 62 | 53 |
| Octal | 337 | 253 | 376 | 14 | 41 | 0 | 0 | 426 | 142 | 123 |
| Binary | 11011111 | 10101011 | 11111110 | 1100 | 100001 | 0 | 0 | 100010110 | 1100010 | 1010011 |
Color Harmonies of #DFABFE
Complementary color
Monochromatic Colors of #DFABFE
Black with #DFABFE
Text Example
Text Example
White with #DFABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFABFE; }
p { color: rgb(223,171,254); }
H1.HeaderClassName
{
color: #DFABFE;
}
.AnyTagClassName
{
color: #DFABFE;
}
</style>
background-color css
<style>
a { background-color: #DFABFE; }
a { background-color: rgb(223,171,254); }
div.DivClassName
{
background-color: #DFABFE;
}
.BgClassName
{
background-color: #DFABFE;
}
</style>
border-color css
<style>
span { border-color: #DFABFE; }
span { border-color: rgb(223,171,254); }
td.TdClassName
{
border-color: #DFABFE;
}
.TagClassName
{
border-color: #DFABFE;
}
</style>