Shades of Mauve #DE9EFC
Tints of Mauve #DE9EFC
RGB
CMYK
RGB Variations
Color information
#DE9EFC (or 0xDE9EFC) is known color: Mauve. HEX triplet: DE, 9E and FC. RGB value is (222,158,252). Sum of RGB (Red+Green+Blue) = 222+158+252=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 158 (62.11% from 255 or 25% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #DE9EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9EFC is #216103. Grayscale: #BBBBBB. Windows color (decimal): -2187524 or 16555742. OLE color: 16555742.
HSL color Cylindrical-coordinate representation of color #DE9EFC: hue angle of 280.85º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DE9EFC is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 158 | 252 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.01 |
| HSL | 280.85º | 0.94% | 0.8% | - |
| HSV(B) | 280.85º | 0.37% | 0.99% | - |
| XYZ | 59.92 | 47.01 | 98.01 | - |
| YUV | 187.85 | 164.2 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 158 | 252 | 0.12 | 0.37 | 0 | 0.01 | 280.85 | 0.94 | 0.8 |
| Hex | DE | 9E | FC | C | 25 | 0 | 1 | 119 | 5E | 50 |
| Octal | 336 | 236 | 374 | 14 | 45 | 0 | 1 | 431 | 136 | 120 |
| Binary | 11011110 | 10011110 | 11111100 | 1100 | 100101 | 0 | 1 | 100011001 | 1011110 | 1010000 |
Color Harmonies of #DE9EFC
Complementary color
Monochromatic Colors of #DE9EFC
Black with #DE9EFC
Text Example
Text Example
White with #DE9EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9EFC; }
p { color: rgb(222,158,252); }
H1.HeaderClassName
{
color: #DE9EFC;
}
.AnyTagClassName
{
color: #DE9EFC;
}
</style>
background-color css
<style>
a { background-color: #DE9EFC; }
a { background-color: rgb(222,158,252); }
div.DivClassName
{
background-color: #DE9EFC;
}
.BgClassName
{
background-color: #DE9EFC;
}
</style>
border-color css
<style>
span { border-color: #DE9EFC; }
span { border-color: rgb(222,158,252); }
td.TdClassName
{
border-color: #DE9EFC;
}
.TagClassName
{
border-color: #DE9EFC;
}
</style>