Shades of Mauve #CEA8FF
Tints of Mauve #CEA8FF
RGB
CMYK
RGB Variations
Color information
#CEA8FF (or 0xCEA8FF) is known color: Mauve. HEX triplet: CE, A8 and FF. RGB value is (206,168,255). Sum of RGB (Red+Green+Blue) = 206+168+255=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 168 (66.02% from 255 or 26.71% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEA8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA8FF is #315700. Grayscale: #BCBCBC. Windows color (decimal): -3233537 or 16754894. OLE color: 16754894.
HSL color Cylindrical-coordinate representation of color #CEA8FF: hue angle of 266.21º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CEA8FF is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 168 | 255 | - |
| CMYK | 0.19 | 0.34 | 0 | 0 |
| HSL | 266.21º | 1% | 0.83% | - |
| HSV(B) | 266.21º | 0.34% | 1% | - |
| XYZ | 57.51 | 48.35 | 100.91 | - |
| YUV | 189.28 | 165.09 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 255 | 0.19 | 0.34 | 0 | 0 | 266.21 | 1 | 0.83 |
| Hex | CE | A8 | FF | 13 | 22 | 0 | 0 | 10A | 64 | 53 |
| Octal | 316 | 250 | 377 | 23 | 42 | 0 | 0 | 412 | 144 | 123 |
| Binary | 11001110 | 10101000 | 11111111 | 10011 | 100010 | 0 | 0 | 100001010 | 1100100 | 1010011 |
Color Harmonies of #CEA8FF
Complementary color
Monochromatic Colors of #CEA8FF
Black with #CEA8FF
Text Example
Text Example
White with #CEA8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8FF; }
p { color: rgb(206,168,255); }
H1.HeaderClassName
{
color: #CEA8FF;
}
.AnyTagClassName
{
color: #CEA8FF;
}
</style>
background-color css
<style>
a { background-color: #CEA8FF; }
a { background-color: rgb(206,168,255); }
div.DivClassName
{
background-color: #CEA8FF;
}
.BgClassName
{
background-color: #CEA8FF;
}
</style>
border-color css
<style>
span { border-color: #CEA8FF; }
span { border-color: rgb(206,168,255); }
td.TdClassName
{
border-color: #CEA8FF;
}
.TagClassName
{
border-color: #CEA8FF;
}
</style>