Shades of Mauve #CEABFE
Tints of Mauve #CEABFE
RGB
CMYK
RGB Variations
Color information
#CEABFE (or 0xCEABFE) is known color: Mauve. HEX triplet: CE, AB and FE. RGB value is (206,171,254). Sum of RGB (Red+Green+Blue) = 206+171+254=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEABFE is #315401. Grayscale: #BEBEBE. Windows color (decimal): -3232770 or 16690126. OLE color: 16690126.
HSL color Cylindrical-coordinate representation of color #CEABFE: hue angle of 265.3º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEABFE is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 171 | 254 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.00 |
| HSL | 265.3º | 0.98% | 0.83% | - |
| HSV(B) | 265.3º | 0.33% | 1% | - |
| XYZ | 57.91 | 49.4 | 100.25 | - |
| YUV | 190.93 | 163.6 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 254 | 0.19 | 0.33 | 0 | 0.00 | 265.3 | 0.98 | 0.83 |
| Hex | CE | AB | FE | 13 | 21 | 0 | 0 | 109 | 62 | 53 |
| Octal | 316 | 253 | 376 | 23 | 41 | 0 | 0 | 411 | 142 | 123 |
| Binary | 11001110 | 10101011 | 11111110 | 10011 | 100001 | 0 | 0 | 100001001 | 1100010 | 1010011 |
Color Harmonies of #CEABFE
Complementary color
Monochromatic Colors of #CEABFE
Black with #CEABFE
Text Example
Text Example
White with #CEABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEABFE; }
p { color: rgb(206,171,254); }
H1.HeaderClassName
{
color: #CEABFE;
}
.AnyTagClassName
{
color: #CEABFE;
}
</style>
background-color css
<style>
a { background-color: #CEABFE; }
a { background-color: rgb(206,171,254); }
div.DivClassName
{
background-color: #CEABFE;
}
.BgClassName
{
background-color: #CEABFE;
}
</style>
border-color css
<style>
span { border-color: #CEABFE; }
span { border-color: rgb(206,171,254); }
td.TdClassName
{
border-color: #CEABFE;
}
.TagClassName
{
border-color: #CEABFE;
}
</style>