Shades of Mauve #CE9AFF
Tints of Mauve #CE9AFF
RGB
CMYK
RGB Variations
Color information
#CE9AFF (or 0xCE9AFF) is known color: Mauve. HEX triplet: CE, 9A and FF. RGB value is (206,154,255). Sum of RGB (Red+Green+Blue) = 206+154+255=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 154 (60.55% from 255 or 25.04% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE9AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9AFF is #316500. Grayscale: #B4B4B4. Windows color (decimal): -3237121 or 16751310. OLE color: 16751310.
HSL color Cylindrical-coordinate representation of color #CE9AFF: hue angle of 270.89º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE9AFF is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 154 | 255 | - |
| CMYK | 0.19 | 0.40 | 0 | 0 |
| HSL | 270.89º | 1% | 0.8% | - |
| HSV(B) | 270.89º | 0.4% | 1% | - |
| XYZ | 55.06 | 43.45 | 100.09 | - |
| YUV | 181.06 | 169.73 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 255 | 0.19 | 0.40 | 0 | 0 | 270.89 | 1 | 0.8 |
| Hex | CE | 9A | FF | 13 | 28 | 0 | 0 | 10F | 64 | 50 |
| Octal | 316 | 232 | 377 | 23 | 50 | 0 | 0 | 417 | 144 | 120 |
| Binary | 11001110 | 10011010 | 11111111 | 10011 | 101000 | 0 | 0 | 100001111 | 1100100 | 1010000 |
Color Harmonies of #CE9AFF
Complementary color
Monochromatic Colors of #CE9AFF
Black with #CE9AFF
Text Example
Text Example
White with #CE9AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9AFF; }
p { color: rgb(206,154,255); }
H1.HeaderClassName
{
color: #CE9AFF;
}
.AnyTagClassName
{
color: #CE9AFF;
}
</style>
background-color css
<style>
a { background-color: #CE9AFF; }
a { background-color: rgb(206,154,255); }
div.DivClassName
{
background-color: #CE9AFF;
}
.BgClassName
{
background-color: #CE9AFF;
}
</style>
border-color css
<style>
span { border-color: #CE9AFF; }
span { border-color: rgb(206,154,255); }
td.TdClassName
{
border-color: #CE9AFF;
}
.TagClassName
{
border-color: #CE9AFF;
}
</style>