Shades of Mauve #CBA2FE
Tints of Mauve #CBA2FE
RGB
CMYK
RGB Variations
Color information
#CBA2FE (or 0xCBA2FE) is known color: Mauve. HEX triplet: CB, A2 and FE. RGB value is (203,162,254). Sum of RGB (Red+Green+Blue) = 203+162+254=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 162 (63.67% from 255 or 26.17% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBA2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA2FE is #345D01. Grayscale: #B8B8B8. Windows color (decimal): -3431682 or 16687819. OLE color: 16687819.
HSL color Cylindrical-coordinate representation of color #CBA2FE: hue angle of 266.74º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBA2FE is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 162 | 254 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.00 |
| HSL | 266.74º | 0.98% | 0.82% | - |
| HSV(B) | 266.74º | 0.36% | 1% | - |
| XYZ | 55.44 | 45.69 | 99.66 | - |
| YUV | 184.75 | 167.08 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 254 | 0.20 | 0.36 | 0 | 0.00 | 266.74 | 0.98 | 0.82 |
| Hex | CB | A2 | FE | 14 | 24 | 0 | 0 | 10B | 62 | 52 |
| Octal | 313 | 242 | 376 | 24 | 44 | 0 | 0 | 413 | 142 | 122 |
| Binary | 11001011 | 10100010 | 11111110 | 10100 | 100100 | 0 | 0 | 100001011 | 1100010 | 1010010 |
Color Harmonies of #CBA2FE
Complementary color
Monochromatic Colors of #CBA2FE
Black with #CBA2FE
Text Example
Text Example
White with #CBA2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA2FE; }
p { color: rgb(203,162,254); }
H1.HeaderClassName
{
color: #CBA2FE;
}
.AnyTagClassName
{
color: #CBA2FE;
}
</style>
background-color css
<style>
a { background-color: #CBA2FE; }
a { background-color: rgb(203,162,254); }
div.DivClassName
{
background-color: #CBA2FE;
}
.BgClassName
{
background-color: #CBA2FE;
}
</style>
border-color css
<style>
span { border-color: #CBA2FE; }
span { border-color: rgb(203,162,254); }
td.TdClassName
{
border-color: #CBA2FE;
}
.TagClassName
{
border-color: #CBA2FE;
}
</style>