Shades of Mauve #CE9AFC
Tints of Mauve #CE9AFC
RGB
CMYK
RGB Variations
Color information
#CE9AFC (or 0xCE9AFC) is known color: Mauve. HEX triplet: CE, 9A and FC. RGB value is (206,154,252). Sum of RGB (Red+Green+Blue) = 206+154+252=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 154 (60.55% from 255 or 25.16% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE9AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9AFC is #316503. Grayscale: #B4B4B4. Windows color (decimal): -3237124 or 16554702. OLE color: 16554702.
HSL color Cylindrical-coordinate representation of color #CE9AFC: hue angle of 271.84º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE9AFC is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 154 | 252 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.01 |
| HSL | 271.84º | 0.94% | 0.8% | - |
| HSV(B) | 271.84º | 0.39% | 0.99% | - |
| XYZ | 54.58 | 43.26 | 97.57 | - |
| YUV | 180.72 | 168.23 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 252 | 0.18 | 0.39 | 0 | 0.01 | 271.84 | 0.94 | 0.8 |
| Hex | CE | 9A | FC | 12 | 27 | 0 | 1 | 110 | 5E | 50 |
| Octal | 316 | 232 | 374 | 22 | 47 | 0 | 1 | 420 | 136 | 120 |
| Binary | 11001110 | 10011010 | 11111100 | 10010 | 100111 | 0 | 1 | 100010000 | 1011110 | 1010000 |
Color Harmonies of #CE9AFC
Complementary color
Monochromatic Colors of #CE9AFC
Black with #CE9AFC
Text Example
Text Example
White with #CE9AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9AFC; }
p { color: rgb(206,154,252); }
H1.HeaderClassName
{
color: #CE9AFC;
}
.AnyTagClassName
{
color: #CE9AFC;
}
</style>
background-color css
<style>
a { background-color: #CE9AFC; }
a { background-color: rgb(206,154,252); }
div.DivClassName
{
background-color: #CE9AFC;
}
.BgClassName
{
background-color: #CE9AFC;
}
</style>
border-color css
<style>
span { border-color: #CE9AFC; }
span { border-color: rgb(206,154,252); }
td.TdClassName
{
border-color: #CE9AFC;
}
.TagClassName
{
border-color: #CE9AFC;
}
</style>