Shades of Mauve #CEACF1
Tints of Mauve #CEACF1
RGB
CMYK
RGB Variations
Color information
#CEACF1 (or 0xCEACF1) is known color: Mauve. HEX triplet: CE, AC and F1. RGB value is (206,172,241). Sum of RGB (Red+Green+Blue) = 206+172+241=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEACF1 is #31530E. Grayscale: #BDBDBD. Windows color (decimal): -3232527 or 15838414. OLE color: 15838414.
HSL color Cylindrical-coordinate representation of color #CEACF1: hue angle of 269.57º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEACF1 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 172 | 241 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.05 |
| HSL | 269.57º | 0.71% | 0.81% | - |
| HSV(B) | 269.57º | 0.29% | 0.95% | - |
| XYZ | 56.08 | 48.98 | 89.72 | - |
| YUV | 190.03 | 156.76 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 241 | 0.15 | 0.29 | 0 | 0.05 | 269.57 | 0.71 | 0.81 |
| Hex | CE | AC | F1 | F | 1D | 0 | 5 | 10E | 47 | 51 |
| Octal | 316 | 254 | 361 | 17 | 35 | 0 | 5 | 416 | 107 | 121 |
| Binary | 11001110 | 10101100 | 11110001 | 1111 | 11101 | 0 | 101 | 100001110 | 1000111 | 1010001 |
Color Harmonies of #CEACF1
Complementary color
Monochromatic Colors of #CEACF1
Black with #CEACF1
Text Example
Text Example
White with #CEACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEACF1; }
p { color: rgb(206,172,241); }
H1.HeaderClassName
{
color: #CEACF1;
}
.AnyTagClassName
{
color: #CEACF1;
}
</style>
background-color css
<style>
a { background-color: #CEACF1; }
a { background-color: rgb(206,172,241); }
div.DivClassName
{
background-color: #CEACF1;
}
.BgClassName
{
background-color: #CEACF1;
}
</style>
border-color css
<style>
span { border-color: #CEACF1; }
span { border-color: rgb(206,172,241); }
td.TdClassName
{
border-color: #CEACF1;
}
.TagClassName
{
border-color: #CEACF1;
}
</style>