Shades of Mauve #DE9EF3
Tints of Mauve #DE9EF3
RGB
CMYK
RGB Variations
Color information
#DE9EF3 (or 0xDE9EF3) is known color: Mauve. HEX triplet: DE, 9E and F3. RGB value is (222,158,243). Sum of RGB (Red+Green+Blue) = 222+158+243=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 158 (62.11% from 255 or 25.36% from 623); Blue value is 243 (95.31% from 255 or 39.00% from 623); Max value from RGB is 243 - color contains mainly: blue. Hex color #DE9EF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9EF3 is #21610C. Grayscale: #BABABA. Windows color (decimal): -2187533 or 15965918. OLE color: 15965918.
HSL color Cylindrical-coordinate representation of color #DE9EF3: hue angle of 285.18º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DE9EF3 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 158 | 243 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.05 |
| HSL | 285.18º | 0.78% | 0.79% | - |
| HSV(B) | 285.18º | 0.35% | 0.95% | - |
| XYZ | 58.53 | 46.45 | 90.68 | - |
| YUV | 186.83 | 159.7 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 158 | 243 | 0.09 | 0.35 | 0 | 0.05 | 285.18 | 0.78 | 0.79 |
| Hex | DE | 9E | F3 | 9 | 23 | 0 | 5 | 11D | 4E | 4F |
| Octal | 336 | 236 | 363 | 11 | 43 | 0 | 5 | 435 | 116 | 117 |
| Binary | 11011110 | 10011110 | 11110011 | 1001 | 100011 | 0 | 101 | 100011101 | 1001110 | 1001111 |
Color Harmonies of #DE9EF3
Complementary color
Monochromatic Colors of #DE9EF3
Black with #DE9EF3
Text Example
Text Example
White with #DE9EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9EF3; }
p { color: rgb(222,158,243); }
H1.HeaderClassName
{
color: #DE9EF3;
}
.AnyTagClassName
{
color: #DE9EF3;
}
</style>
background-color css
<style>
a { background-color: #DE9EF3; }
a { background-color: rgb(222,158,243); }
div.DivClassName
{
background-color: #DE9EF3;
}
.BgClassName
{
background-color: #DE9EF3;
}
</style>
border-color css
<style>
span { border-color: #DE9EF3; }
span { border-color: rgb(222,158,243); }
td.TdClassName
{
border-color: #DE9EF3;
}
.TagClassName
{
border-color: #DE9EF3;
}
</style>