Shades of Mauve #CBACFE
Tints of Mauve #CBACFE
RGB
CMYK
RGB Variations
Color information
#CBACFE (or 0xCBACFE) is known color: Mauve. HEX triplet: CB, AC and FE. RGB value is (203,172,254). Sum of RGB (Red+Green+Blue) = 203+172+254=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBACFE is #345301. Grayscale: #BEBEBE. Windows color (decimal): -3429122 or 16690379. OLE color: 16690379.
HSL color Cylindrical-coordinate representation of color #CBACFE: hue angle of 262.68º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBACFE is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 172 | 254 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.00 |
| HSL | 262.68º | 0.98% | 0.84% | - |
| HSV(B) | 262.68º | 0.32% | 1% | - |
| XYZ | 57.27 | 49.36 | 100.27 | - |
| YUV | 190.62 | 163.77 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 254 | 0.20 | 0.32 | 0 | 0.00 | 262.68 | 0.98 | 0.84 |
| Hex | CB | AC | FE | 14 | 20 | 0 | 0 | 107 | 62 | 54 |
| Octal | 313 | 254 | 376 | 24 | 40 | 0 | 0 | 407 | 142 | 124 |
| Binary | 11001011 | 10101100 | 11111110 | 10100 | 100000 | 0 | 0 | 100000111 | 1100010 | 1010100 |
Color Harmonies of #CBACFE
Complementary color
Monochromatic Colors of #CBACFE
Black with #CBACFE
Text Example
Text Example
White with #CBACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBACFE; }
p { color: rgb(203,172,254); }
H1.HeaderClassName
{
color: #CBACFE;
}
.AnyTagClassName
{
color: #CBACFE;
}
</style>
background-color css
<style>
a { background-color: #CBACFE; }
a { background-color: rgb(203,172,254); }
div.DivClassName
{
background-color: #CBACFE;
}
.BgClassName
{
background-color: #CBACFE;
}
</style>
border-color css
<style>
span { border-color: #CBACFE; }
span { border-color: rgb(203,172,254); }
td.TdClassName
{
border-color: #CBACFE;
}
.TagClassName
{
border-color: #CBACFE;
}
</style>