Shades of Mauve #CEABFF
Tints of Mauve #CEABFF
RGB
CMYK
RGB Variations
Color information
#CEABFF (or 0xCEABFF) is known color: Mauve. HEX triplet: CE, AB and FF. RGB value is (206,171,255). Sum of RGB (Red+Green+Blue) = 206+171+255=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 171 (67.19% from 255 or 27.06% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEABFF is #315400. Grayscale: #BEBEBE. Windows color (decimal): -3232769 or 16755662. OLE color: 16755662.
HSL color Cylindrical-coordinate representation of color #CEABFF: hue angle of 265º 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 #CEABFF is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 171 | 255 | - |
| CMYK | 0.19 | 0.33 | 0 | 0 |
| HSL | 265º | 1% | 0.84% | - |
| HSV(B) | 265º | 0.33% | 1% | - |
| XYZ | 58.07 | 49.47 | 101.1 | - |
| YUV | 191.04 | 164.1 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 255 | 0.19 | 0.33 | 0 | 0 | 265 | 1 | 0.84 |
| Hex | CE | AB | FF | 13 | 21 | 0 | 0 | 109 | 64 | 54 |
| Octal | 316 | 253 | 377 | 23 | 41 | 0 | 0 | 411 | 144 | 124 |
| Binary | 11001110 | 10101011 | 11111111 | 10011 | 100001 | 0 | 0 | 100001001 | 1100100 | 1010100 |
Color Harmonies of #CEABFF
Complementary color
Monochromatic Colors of #CEABFF
Black with #CEABFF
Text Example
Text Example
White with #CEABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEABFF; }
p { color: rgb(206,171,255); }
H1.HeaderClassName
{
color: #CEABFF;
}
.AnyTagClassName
{
color: #CEABFF;
}
</style>
background-color css
<style>
a { background-color: #CEABFF; }
a { background-color: rgb(206,171,255); }
div.DivClassName
{
background-color: #CEABFF;
}
.BgClassName
{
background-color: #CEABFF;
}
</style>
border-color css
<style>
span { border-color: #CEABFF; }
span { border-color: rgb(206,171,255); }
td.TdClassName
{
border-color: #CEABFF;
}
.TagClassName
{
border-color: #CEABFF;
}
</style>