Shades of Mauve #CEA8F3
Tints of Mauve #CEA8F3
RGB
CMYK
RGB Variations
Color information
#CEA8F3 (or 0xCEA8F3) is known color: Mauve. HEX triplet: CE, A8 and F3. RGB value is (206,168,243). Sum of RGB (Red+Green+Blue) = 206+168+243=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 168 (66.02% from 255 or 27.23% from 617); Blue value is 243 (95.31% from 255 or 39.38% from 617); Max value from RGB is 243 - color contains mainly: blue. Hex color #CEA8F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA8F3 is #31570C. Grayscale: #BBBBBB. Windows color (decimal): -3233549 or 15968462. OLE color: 15968462.
HSL color Cylindrical-coordinate representation of color #CEA8F3: hue angle of 270.4º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEA8F3 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 168 | 243 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.05 |
| HSL | 270.4º | 0.76% | 0.81% | - |
| HSV(B) | 270.4º | 0.31% | 0.95% | - |
| XYZ | 55.63 | 47.6 | 91.05 | - |
| YUV | 187.91 | 159.09 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 243 | 0.15 | 0.31 | 0 | 0.05 | 270.4 | 0.76 | 0.81 |
| Hex | CE | A8 | F3 | F | 1F | 0 | 5 | 10E | 4C | 51 |
| Octal | 316 | 250 | 363 | 17 | 37 | 0 | 5 | 416 | 114 | 121 |
| Binary | 11001110 | 10101000 | 11110011 | 1111 | 11111 | 0 | 101 | 100001110 | 1001100 | 1010001 |
Color Harmonies of #CEA8F3
Complementary color
Monochromatic Colors of #CEA8F3
Black with #CEA8F3
Text Example
Text Example
White with #CEA8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8F3; }
p { color: rgb(206,168,243); }
H1.HeaderClassName
{
color: #CEA8F3;
}
.AnyTagClassName
{
color: #CEA8F3;
}
</style>
background-color css
<style>
a { background-color: #CEA8F3; }
a { background-color: rgb(206,168,243); }
div.DivClassName
{
background-color: #CEA8F3;
}
.BgClassName
{
background-color: #CEA8F3;
}
</style>
border-color css
<style>
span { border-color: #CEA8F3; }
span { border-color: rgb(206,168,243); }
td.TdClassName
{
border-color: #CEA8F3;
}
.TagClassName
{
border-color: #CEA8F3;
}
</style>