Shades of Mauve #CE9EFA
Tints of Mauve #CE9EFA
RGB
CMYK
RGB Variations
Color information
#CE9EFA (or 0xCE9EFA) is known color: Mauve. HEX triplet: CE, 9E and FA. RGB value is (206,158,250). Sum of RGB (Red+Green+Blue) = 206+158+250=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 158 (62.11% from 255 or 25.73% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE9EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9EFA is #316105. Grayscale: #B6B6B6. Windows color (decimal): -3236102 or 16424654. OLE color: 16424654.
HSL color Cylindrical-coordinate representation of color #CE9EFA: hue angle of 271.3º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE9EFA is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 158 | 250 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.02 |
| HSL | 271.3º | 0.9% | 0.8% | - |
| HSV(B) | 271.3º | 0.37% | 0.98% | - |
| XYZ | 54.94 | 44.48 | 96.13 | - |
| YUV | 182.84 | 165.9 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 250 | 0.18 | 0.37 | 0 | 0.02 | 271.3 | 0.9 | 0.8 |
| Hex | CE | 9E | FA | 12 | 25 | 0 | 2 | 10F | 5A | 50 |
| Octal | 316 | 236 | 372 | 22 | 45 | 0 | 2 | 417 | 132 | 120 |
| Binary | 11001110 | 10011110 | 11111010 | 10010 | 100101 | 0 | 10 | 100001111 | 1011010 | 1010000 |
Color Harmonies of #CE9EFA
Complementary color
Monochromatic Colors of #CE9EFA
Black with #CE9EFA
Text Example
Text Example
White with #CE9EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9EFA; }
p { color: rgb(206,158,250); }
H1.HeaderClassName
{
color: #CE9EFA;
}
.AnyTagClassName
{
color: #CE9EFA;
}
</style>
background-color css
<style>
a { background-color: #CE9EFA; }
a { background-color: rgb(206,158,250); }
div.DivClassName
{
background-color: #CE9EFA;
}
.BgClassName
{
background-color: #CE9EFA;
}
</style>
border-color css
<style>
span { border-color: #CE9EFA; }
span { border-color: rgb(206,158,250); }
td.TdClassName
{
border-color: #CE9EFA;
}
.TagClassName
{
border-color: #CE9EFA;
}
</style>