Shades of Mauve #DE9CFC
Tints of Mauve #DE9CFC
RGB
CMYK
RGB Variations
Color information
#DE9CFC (or 0xDE9CFC) is known color: Mauve. HEX triplet: DE, 9C and FC. RGB value is (222,156,252). Sum of RGB (Red+Green+Blue) = 222+156+252=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 156 (61.33% from 255 or 24.76% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #DE9CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9CFC is #216303. Grayscale: #BABABA. Windows color (decimal): -2188036 or 16555230. OLE color: 16555230.
HSL color Cylindrical-coordinate representation of color #DE9CFC: hue angle of 281.25º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE9CFC is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 156 | 252 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.01 |
| HSL | 281.25º | 0.94% | 0.8% | - |
| HSV(B) | 281.25º | 0.38% | 0.99% | - |
| XYZ | 59.58 | 46.33 | 97.9 | - |
| YUV | 186.68 | 164.87 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 156 | 252 | 0.12 | 0.38 | 0 | 0.01 | 281.25 | 0.94 | 0.8 |
| Hex | DE | 9C | FC | C | 26 | 0 | 1 | 119 | 5E | 50 |
| Octal | 336 | 234 | 374 | 14 | 46 | 0 | 1 | 431 | 136 | 120 |
| Binary | 11011110 | 10011100 | 11111100 | 1100 | 100110 | 0 | 1 | 100011001 | 1011110 | 1010000 |
Color Harmonies of #DE9CFC
Complementary color
Monochromatic Colors of #DE9CFC
Black with #DE9CFC
Text Example
Text Example
White with #DE9CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9CFC; }
p { color: rgb(222,156,252); }
H1.HeaderClassName
{
color: #DE9CFC;
}
.AnyTagClassName
{
color: #DE9CFC;
}
</style>
background-color css
<style>
a { background-color: #DE9CFC; }
a { background-color: rgb(222,156,252); }
div.DivClassName
{
background-color: #DE9CFC;
}
.BgClassName
{
background-color: #DE9CFC;
}
</style>
border-color css
<style>
span { border-color: #DE9CFC; }
span { border-color: rgb(222,156,252); }
td.TdClassName
{
border-color: #DE9CFC;
}
.TagClassName
{
border-color: #DE9CFC;
}
</style>