Shades of Mauve #DFABEF
Tints of Mauve #DFABEF
RGB
CMYK
RGB Variations
Color information
#DFABEF (or 0xDFABEF) is known color: Mauve. HEX triplet: DF, AB and EF. RGB value is (223,171,239). Sum of RGB (Red+Green+Blue) = 223+171+239=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 171 (67.19% from 255 or 27.01% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFABEF is #205410. Grayscale: #C2C2C2. Windows color (decimal): -2118673 or 15707103. OLE color: 15707103.
HSL color Cylindrical-coordinate representation of color #DFABEF: hue angle of 285.88º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFABEF is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 171 | 239 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.06 |
| HSL | 285.88º | 0.68% | 0.8% | - |
| HSV(B) | 285.88º | 0.28% | 0.94% | - |
| XYZ | 60.57 | 51.05 | 88.32 | - |
| YUV | 194.3 | 153.23 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 239 | 0.07 | 0.28 | 0 | 0.06 | 285.88 | 0.68 | 0.8 |
| Hex | DF | AB | EF | 7 | 1C | 0 | 6 | 11E | 44 | 50 |
| Octal | 337 | 253 | 357 | 7 | 34 | 0 | 6 | 436 | 104 | 120 |
| Binary | 11011111 | 10101011 | 11101111 | 111 | 11100 | 0 | 110 | 100011110 | 1000100 | 1010000 |
Color Harmonies of #DFABEF
Complementary color
Monochromatic Colors of #DFABEF
Black with #DFABEF
Text Example
Text Example
White with #DFABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFABEF; }
p { color: rgb(223,171,239); }
H1.HeaderClassName
{
color: #DFABEF;
}
.AnyTagClassName
{
color: #DFABEF;
}
</style>
background-color css
<style>
a { background-color: #DFABEF; }
a { background-color: rgb(223,171,239); }
div.DivClassName
{
background-color: #DFABEF;
}
.BgClassName
{
background-color: #DFABEF;
}
</style>
border-color css
<style>
span { border-color: #DFABEF; }
span { border-color: rgb(223,171,239); }
td.TdClassName
{
border-color: #DFABEF;
}
.TagClassName
{
border-color: #DFABEF;
}
</style>