Shades of Mauve #DE9EFB
Tints of Mauve #DE9EFB
RGB
CMYK
RGB Variations
Color information
#DE9EFB (or 0xDE9EFB) is known color: Mauve. HEX triplet: DE, 9E and FB. RGB value is (222,158,251). Sum of RGB (Red+Green+Blue) = 222+158+251=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 158 (62.11% from 255 or 25.04% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #DE9EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9EFB is #216104. Grayscale: #BBBBBB. Windows color (decimal): -2187525 or 16490206. OLE color: 16490206.
HSL color Cylindrical-coordinate representation of color #DE9EFB: hue angle of 281.29º 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 #DE9EFB is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 158 | 251 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.02 |
| HSL | 281.29º | 0.92% | 0.8% | - |
| HSV(B) | 281.29º | 0.37% | 0.98% | - |
| XYZ | 59.76 | 46.95 | 97.18 | - |
| YUV | 187.74 | 163.7 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 158 | 251 | 0.12 | 0.37 | 0 | 0.02 | 281.29 | 0.92 | 0.8 |
| Hex | DE | 9E | FB | C | 25 | 0 | 2 | 119 | 5C | 50 |
| Octal | 336 | 236 | 373 | 14 | 45 | 0 | 2 | 431 | 134 | 120 |
| Binary | 11011110 | 10011110 | 11111011 | 1100 | 100101 | 0 | 10 | 100011001 | 1011100 | 1010000 |
Color Harmonies of #DE9EFB
Complementary color
Monochromatic Colors of #DE9EFB
Black with #DE9EFB
Text Example
Text Example
White with #DE9EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9EFB; }
p { color: rgb(222,158,251); }
H1.HeaderClassName
{
color: #DE9EFB;
}
.AnyTagClassName
{
color: #DE9EFB;
}
</style>
background-color css
<style>
a { background-color: #DE9EFB; }
a { background-color: rgb(222,158,251); }
div.DivClassName
{
background-color: #DE9EFB;
}
.BgClassName
{
background-color: #DE9EFB;
}
</style>
border-color css
<style>
span { border-color: #DE9EFB; }
span { border-color: rgb(222,158,251); }
td.TdClassName
{
border-color: #DE9EFB;
}
.TagClassName
{
border-color: #DE9EFB;
}
</style>