Shades of Mauve #CEACF2
Tints of Mauve #CEACF2
RGB
CMYK
RGB Variations
Color information
#CEACF2 (or 0xCEACF2) is known color: Mauve. HEX triplet: CE, AC and F2. RGB value is (206,172,242). Sum of RGB (Red+Green+Blue) = 206+172+242=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 242 (94.92% from 255 or 39.03% from 620); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEACF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEACF2 is #31530D. Grayscale: #BDBDBD. Windows color (decimal): -3232526 or 15903950. OLE color: 15903950.
HSL color Cylindrical-coordinate representation of color #CEACF2: hue angle of 269.14º degrees, saturation: 0.73, 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 #CEACF2 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 172 | 242 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.05 |
| HSL | 269.14º | 0.73% | 0.81% | - |
| HSV(B) | 269.14º | 0.29% | 0.95% | - |
| XYZ | 56.23 | 49.04 | 90.51 | - |
| YUV | 190.15 | 157.26 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 242 | 0.15 | 0.29 | 0 | 0.05 | 269.14 | 0.73 | 0.81 |
| Hex | CE | AC | F2 | F | 1D | 0 | 5 | 10D | 49 | 51 |
| Octal | 316 | 254 | 362 | 17 | 35 | 0 | 5 | 415 | 111 | 121 |
| Binary | 11001110 | 10101100 | 11110010 | 1111 | 11101 | 0 | 101 | 100001101 | 1001001 | 1010001 |
Color Harmonies of #CEACF2
Complementary color
Monochromatic Colors of #CEACF2
Black with #CEACF2
Text Example
Text Example
White with #CEACF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEACF2; }
p { color: rgb(206,172,242); }
H1.HeaderClassName
{
color: #CEACF2;
}
.AnyTagClassName
{
color: #CEACF2;
}
</style>
background-color css
<style>
a { background-color: #CEACF2; }
a { background-color: rgb(206,172,242); }
div.DivClassName
{
background-color: #CEACF2;
}
.BgClassName
{
background-color: #CEACF2;
}
</style>
border-color css
<style>
span { border-color: #CEACF2; }
span { border-color: rgb(206,172,242); }
td.TdClassName
{
border-color: #CEACF2;
}
.TagClassName
{
border-color: #CEACF2;
}
</style>