Shades of Mauve #DF9EFB
Tints of Mauve #DF9EFB
RGB
CMYK
RGB Variations
Color information
#DF9EFB (or 0xDF9EFB) is known color: Mauve. HEX triplet: DF, 9E and FB. RGB value is (223,158,251). Sum of RGB (Red+Green+Blue) = 223+158+251=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 158 (62.11% from 255 or 25% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF9EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9EFB is #206104. Grayscale: #BBBBBB. Windows color (decimal): -2121989 or 16490207. OLE color: 16490207.
HSL color Cylindrical-coordinate representation of color #DF9EFB: hue angle of 281.94º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF9EFB is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 158 | 251 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.02 |
| HSL | 281.94º | 0.92% | 0.8% | - |
| HSV(B) | 281.94º | 0.37% | 0.98% | - |
| XYZ | 60.07 | 47.11 | 97.19 | - |
| YUV | 188.04 | 163.53 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 158 | 251 | 0.11 | 0.37 | 0 | 0.02 | 281.94 | 0.92 | 0.8 |
| Hex | DF | 9E | FB | B | 25 | 0 | 2 | 11A | 5C | 50 |
| Octal | 337 | 236 | 373 | 13 | 45 | 0 | 2 | 432 | 134 | 120 |
| Binary | 11011111 | 10011110 | 11111011 | 1011 | 100101 | 0 | 10 | 100011010 | 1011100 | 1010000 |
Color Harmonies of #DF9EFB
Complementary color
Monochromatic Colors of #DF9EFB
Black with #DF9EFB
Text Example
Text Example
White with #DF9EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9EFB; }
p { color: rgb(223,158,251); }
H1.HeaderClassName
{
color: #DF9EFB;
}
.AnyTagClassName
{
color: #DF9EFB;
}
</style>
background-color css
<style>
a { background-color: #DF9EFB; }
a { background-color: rgb(223,158,251); }
div.DivClassName
{
background-color: #DF9EFB;
}
.BgClassName
{
background-color: #DF9EFB;
}
</style>
border-color css
<style>
span { border-color: #DF9EFB; }
span { border-color: rgb(223,158,251); }
td.TdClassName
{
border-color: #DF9EFB;
}
.TagClassName
{
border-color: #DF9EFB;
}
</style>