Shades of Mauve #CEACFF
Tints of Mauve #CEACFF
RGB
CMYK
RGB Variations
Color information
#CEACFF (or 0xCEACFF) is known color: Mauve. HEX triplet: CE, AC and FF. RGB value is (206,172,255). Sum of RGB (Red+Green+Blue) = 206+172+255=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEACFF is #315300. Grayscale: #BFBFBF. Windows color (decimal): -3232513 or 16755918. OLE color: 16755918.
HSL color Cylindrical-coordinate representation of color #CEACFF: hue angle of 264.58º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEACFF is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 172 | 255 | - |
| CMYK | 0.19 | 0.33 | 0 | 0 |
| HSL | 264.58º | 1% | 0.84% | - |
| HSV(B) | 264.58º | 0.33% | 1% | - |
| XYZ | 58.26 | 49.85 | 101.16 | - |
| YUV | 191.63 | 163.76 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 255 | 0.19 | 0.33 | 0 | 0 | 264.58 | 1 | 0.84 |
| Hex | CE | AC | FF | 13 | 21 | 0 | 0 | 109 | 64 | 54 |
| Octal | 316 | 254 | 377 | 23 | 41 | 0 | 0 | 411 | 144 | 124 |
| Binary | 11001110 | 10101100 | 11111111 | 10011 | 100001 | 0 | 0 | 100001001 | 1100100 | 1010100 |
Color Harmonies of #CEACFF
Complementary color
Monochromatic Colors of #CEACFF
Black with #CEACFF
Text Example
Text Example
White with #CEACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEACFF; }
p { color: rgb(206,172,255); }
H1.HeaderClassName
{
color: #CEACFF;
}
.AnyTagClassName
{
color: #CEACFF;
}
</style>
background-color css
<style>
a { background-color: #CEACFF; }
a { background-color: rgb(206,172,255); }
div.DivClassName
{
background-color: #CEACFF;
}
.BgClassName
{
background-color: #CEACFF;
}
</style>
border-color css
<style>
span { border-color: #CEACFF; }
span { border-color: rgb(206,172,255); }
td.TdClassName
{
border-color: #CEACFF;
}
.TagClassName
{
border-color: #CEACFF;
}
</style>