Shades of Mauve #DE9EF4
Tints of Mauve #DE9EF4
RGB
CMYK
RGB Variations
Color information
#DE9EF4 (or 0xDE9EF4) is known color: Mauve. HEX triplet: DE, 9E and F4. RGB value is (222,158,244). Sum of RGB (Red+Green+Blue) = 222+158+244=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 158 (62.11% from 255 or 25.32% from 624); Blue value is 244 (95.70% from 255 or 39.10% from 624); Max value from RGB is 244 - color contains mainly: blue. Hex color #DE9EF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9EF4 is #21610B. Grayscale: #BABABA. Windows color (decimal): -2187532 or 16031454. OLE color: 16031454.
HSL color Cylindrical-coordinate representation of color #DE9EF4: hue angle of 284.65º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DE9EF4 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 158 | 244 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.04 |
| HSL | 284.65º | 0.8% | 0.79% | - |
| HSV(B) | 284.65º | 0.35% | 0.96% | - |
| XYZ | 58.68 | 46.51 | 91.47 | - |
| YUV | 186.94 | 160.2 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 158 | 244 | 0.09 | 0.35 | 0 | 0.04 | 284.65 | 0.8 | 0.79 |
| Hex | DE | 9E | F4 | 9 | 23 | 0 | 4 | 11D | 50 | 4F |
| Octal | 336 | 236 | 364 | 11 | 43 | 0 | 4 | 435 | 120 | 117 |
| Binary | 11011110 | 10011110 | 11110100 | 1001 | 100011 | 0 | 100 | 100011101 | 1010000 | 1001111 |
Color Harmonies of #DE9EF4
Complementary color
Monochromatic Colors of #DE9EF4
Black with #DE9EF4
Text Example
Text Example
White with #DE9EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9EF4; }
p { color: rgb(222,158,244); }
H1.HeaderClassName
{
color: #DE9EF4;
}
.AnyTagClassName
{
color: #DE9EF4;
}
</style>
background-color css
<style>
a { background-color: #DE9EF4; }
a { background-color: rgb(222,158,244); }
div.DivClassName
{
background-color: #DE9EF4;
}
.BgClassName
{
background-color: #DE9EF4;
}
</style>
border-color css
<style>
span { border-color: #DE9EF4; }
span { border-color: rgb(222,158,244); }
td.TdClassName
{
border-color: #DE9EF4;
}
.TagClassName
{
border-color: #DE9EF4;
}
</style>