Shades of Mauve #CE9CFA
Tints of Mauve #CE9CFA
RGB
CMYK
RGB Variations
Color information
#CE9CFA (or 0xCE9CFA) is known color: Mauve. HEX triplet: CE, 9C and FA. RGB value is (206,156,250). Sum of RGB (Red+Green+Blue) = 206+156+250=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 156 (61.33% from 255 or 25.49% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE9CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9CFA is #316305. Grayscale: #B5B5B5. Windows color (decimal): -3236614 or 16424142. OLE color: 16424142.
HSL color Cylindrical-coordinate representation of color #CE9CFA: hue angle of 271.91º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE9CFA is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 156 | 250 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.02 |
| HSL | 271.91º | 0.9% | 0.8% | - |
| HSV(B) | 271.91º | 0.38% | 0.98% | - |
| XYZ | 54.6 | 43.8 | 96.02 | - |
| YUV | 181.67 | 166.57 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 250 | 0.18 | 0.38 | 0 | 0.02 | 271.91 | 0.9 | 0.8 |
| Hex | CE | 9C | FA | 12 | 26 | 0 | 2 | 110 | 5A | 50 |
| Octal | 316 | 234 | 372 | 22 | 46 | 0 | 2 | 420 | 132 | 120 |
| Binary | 11001110 | 10011100 | 11111010 | 10010 | 100110 | 0 | 10 | 100010000 | 1011010 | 1010000 |
Color Harmonies of #CE9CFA
Complementary color
Monochromatic Colors of #CE9CFA
Black with #CE9CFA
Text Example
Text Example
White with #CE9CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9CFA; }
p { color: rgb(206,156,250); }
H1.HeaderClassName
{
color: #CE9CFA;
}
.AnyTagClassName
{
color: #CE9CFA;
}
</style>
background-color css
<style>
a { background-color: #CE9CFA; }
a { background-color: rgb(206,156,250); }
div.DivClassName
{
background-color: #CE9CFA;
}
.BgClassName
{
background-color: #CE9CFA;
}
</style>
border-color css
<style>
span { border-color: #CE9CFA; }
span { border-color: rgb(206,156,250); }
td.TdClassName
{
border-color: #CE9CFA;
}
.TagClassName
{
border-color: #CE9CFA;
}
</style>