Shades of Mauve #CEABFC
Tints of Mauve #CEABFC
RGB
CMYK
RGB Variations
Color information
#CEABFC (or 0xCEABFC) is known color: Mauve. HEX triplet: CE, AB and FC. RGB value is (206,171,252). Sum of RGB (Red+Green+Blue) = 206+171+252=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 171 (67.19% from 255 or 27.19% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEABFC is #315403. Grayscale: #BEBEBE. Windows color (decimal): -3232772 or 16559054. OLE color: 16559054.
HSL color Cylindrical-coordinate representation of color #CEABFC: hue angle of 265.93º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEABFC is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 171 | 252 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.01 |
| HSL | 265.93º | 0.93% | 0.83% | - |
| HSV(B) | 265.93º | 0.32% | 0.99% | - |
| XYZ | 57.59 | 49.28 | 98.57 | - |
| YUV | 190.7 | 162.6 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 252 | 0.18 | 0.32 | 0 | 0.01 | 265.93 | 0.93 | 0.83 |
| Hex | CE | AB | FC | 12 | 20 | 0 | 1 | 10A | 5D | 53 |
| Octal | 316 | 253 | 374 | 22 | 40 | 0 | 1 | 412 | 135 | 123 |
| Binary | 11001110 | 10101011 | 11111100 | 10010 | 100000 | 0 | 1 | 100001010 | 1011101 | 1010011 |
Color Harmonies of #CEABFC
Complementary color
Monochromatic Colors of #CEABFC
Black with #CEABFC
Text Example
Text Example
White with #CEABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEABFC; }
p { color: rgb(206,171,252); }
H1.HeaderClassName
{
color: #CEABFC;
}
.AnyTagClassName
{
color: #CEABFC;
}
</style>
background-color css
<style>
a { background-color: #CEABFC; }
a { background-color: rgb(206,171,252); }
div.DivClassName
{
background-color: #CEABFC;
}
.BgClassName
{
background-color: #CEABFC;
}
</style>
border-color css
<style>
span { border-color: #CEABFC; }
span { border-color: rgb(206,171,252); }
td.TdClassName
{
border-color: #CEABFC;
}
.TagClassName
{
border-color: #CEABFC;
}
</style>