Shades of Mauve #CEA8F6
Tints of Mauve #CEA8F6
RGB
CMYK
RGB Variations
Color information
#CEA8F6 (or 0xCEA8F6) is known color: Mauve. HEX triplet: CE, A8 and F6. RGB value is (206,168,246). Sum of RGB (Red+Green+Blue) = 206+168+246=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 168 (66.02% from 255 or 27.10% from 620); Blue value is 246 (96.48% from 255 or 39.68% from 620); Max value from RGB is 246 - color contains mainly: blue. Hex color #CEA8F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA8F6 is #315709. Grayscale: #BBBBBB. Windows color (decimal): -3233546 or 16165070. OLE color: 16165070.
HSL color Cylindrical-coordinate representation of color #CEA8F6: hue angle of 269.23º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEA8F6 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 168 | 246 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.04 |
| HSL | 269.23º | 0.81% | 0.81% | - |
| HSV(B) | 269.23º | 0.32% | 0.96% | - |
| XYZ | 56.09 | 47.78 | 93.46 | - |
| YUV | 188.25 | 160.59 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 246 | 0.16 | 0.32 | 0 | 0.04 | 269.23 | 0.81 | 0.81 |
| Hex | CE | A8 | F6 | 10 | 20 | 0 | 4 | 10D | 51 | 51 |
| Octal | 316 | 250 | 366 | 20 | 40 | 0 | 4 | 415 | 121 | 121 |
| Binary | 11001110 | 10101000 | 11110110 | 10000 | 100000 | 0 | 100 | 100001101 | 1010001 | 1010001 |
Color Harmonies of #CEA8F6
Complementary color
Monochromatic Colors of #CEA8F6
Black with #CEA8F6
Text Example
Text Example
White with #CEA8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8F6; }
p { color: rgb(206,168,246); }
H1.HeaderClassName
{
color: #CEA8F6;
}
.AnyTagClassName
{
color: #CEA8F6;
}
</style>
background-color css
<style>
a { background-color: #CEA8F6; }
a { background-color: rgb(206,168,246); }
div.DivClassName
{
background-color: #CEA8F6;
}
.BgClassName
{
background-color: #CEA8F6;
}
</style>
border-color css
<style>
span { border-color: #CEA8F6; }
span { border-color: rgb(206,168,246); }
td.TdClassName
{
border-color: #CEA8F6;
}
.TagClassName
{
border-color: #CEA8F6;
}
</style>