Shades of Mauve #DFABFC
Tints of Mauve #DFABFC
RGB
CMYK
RGB Variations
Color information
#DFABFC (or 0xDFABFC) is known color: Mauve. HEX triplet: DF, AB and FC. RGB value is (223,171,252). Sum of RGB (Red+Green+Blue) = 223+171+252=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 171 (67.19% from 255 or 26.47% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFABFC is #205403. Grayscale: #C3C3C3. Windows color (decimal): -2118660 or 16559071. OLE color: 16559071.
HSL color Cylindrical-coordinate representation of color #DFABFC: hue angle of 278.52º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFABFC is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 171 | 252 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.01 |
| HSL | 278.52º | 0.93% | 0.83% | - |
| HSV(B) | 278.52º | 0.32% | 0.99% | - |
| XYZ | 62.57 | 51.84 | 98.8 | - |
| YUV | 195.78 | 159.73 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 252 | 0.12 | 0.32 | 0 | 0.01 | 278.52 | 0.93 | 0.83 |
| Hex | DF | AB | FC | C | 20 | 0 | 1 | 117 | 5D | 53 |
| Octal | 337 | 253 | 374 | 14 | 40 | 0 | 1 | 427 | 135 | 123 |
| Binary | 11011111 | 10101011 | 11111100 | 1100 | 100000 | 0 | 1 | 100010111 | 1011101 | 1010011 |
Color Harmonies of #DFABFC
Complementary color
Monochromatic Colors of #DFABFC
Black with #DFABFC
Text Example
Text Example
White with #DFABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFABFC; }
p { color: rgb(223,171,252); }
H1.HeaderClassName
{
color: #DFABFC;
}
.AnyTagClassName
{
color: #DFABFC;
}
</style>
background-color css
<style>
a { background-color: #DFABFC; }
a { background-color: rgb(223,171,252); }
div.DivClassName
{
background-color: #DFABFC;
}
.BgClassName
{
background-color: #DFABFC;
}
</style>
border-color css
<style>
span { border-color: #DFABFC; }
span { border-color: rgb(223,171,252); }
td.TdClassName
{
border-color: #DFABFC;
}
.TagClassName
{
border-color: #DFABFC;
}
</style>