Shades of Mauve #CEA8FB
Tints of Mauve #CEA8FB
RGB
CMYK
RGB Variations
Color information
#CEA8FB (or 0xCEA8FB) is known color: Mauve. HEX triplet: CE, A8 and FB. RGB value is (206,168,251). Sum of RGB (Red+Green+Blue) = 206+168+251=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 168 (66.02% from 255 or 26.88% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEA8FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA8FB is #315704. Grayscale: #BCBCBC. Windows color (decimal): -3233541 or 16492750. OLE color: 16492750.
HSL color Cylindrical-coordinate representation of color #CEA8FB: hue angle of 267.47º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEA8FB is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 168 | 251 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.02 |
| HSL | 267.47º | 0.91% | 0.82% | - |
| HSV(B) | 267.47º | 0.33% | 0.98% | - |
| XYZ | 56.87 | 48.09 | 97.55 | - |
| YUV | 188.82 | 163.09 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 251 | 0.18 | 0.33 | 0 | 0.02 | 267.47 | 0.91 | 0.82 |
| Hex | CE | A8 | FB | 12 | 21 | 0 | 2 | 10B | 5B | 52 |
| Octal | 316 | 250 | 373 | 22 | 41 | 0 | 2 | 413 | 133 | 122 |
| Binary | 11001110 | 10101000 | 11111011 | 10010 | 100001 | 0 | 10 | 100001011 | 1011011 | 1010010 |
Color Harmonies of #CEA8FB
Complementary color
Monochromatic Colors of #CEA8FB
Black with #CEA8FB
Text Example
Text Example
White with #CEA8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8FB; }
p { color: rgb(206,168,251); }
H1.HeaderClassName
{
color: #CEA8FB;
}
.AnyTagClassName
{
color: #CEA8FB;
}
</style>
background-color css
<style>
a { background-color: #CEA8FB; }
a { background-color: rgb(206,168,251); }
div.DivClassName
{
background-color: #CEA8FB;
}
.BgClassName
{
background-color: #CEA8FB;
}
</style>
border-color css
<style>
span { border-color: #CEA8FB; }
span { border-color: rgb(206,168,251); }
td.TdClassName
{
border-color: #CEA8FB;
}
.TagClassName
{
border-color: #CEA8FB;
}
</style>