Shades of Mauve #CBA7FB
Tints of Mauve #CBA7FB
RGB
CMYK
RGB Variations
Color information
#CBA7FB (or 0xCBA7FB) is known color: Mauve. HEX triplet: CB, A7 and FB. RGB value is (203,167,251). Sum of RGB (Red+Green+Blue) = 203+167+251=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 167 (65.62% from 255 or 26.89% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBA7FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA7FB is #345804. Grayscale: #BBBBBB. Windows color (decimal): -3430405 or 16492491. OLE color: 16492491.
HSL color Cylindrical-coordinate representation of color #CBA7FB: hue angle of 265.71º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBA7FB is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 167 | 251 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.02 |
| HSL | 265.71º | 0.91% | 0.82% | - |
| HSV(B) | 265.71º | 0.33% | 0.98% | - |
| XYZ | 55.86 | 47.3 | 97.45 | - |
| YUV | 187.34 | 163.93 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 251 | 0.19 | 0.33 | 0 | 0.02 | 265.71 | 0.91 | 0.82 |
| Hex | CB | A7 | FB | 13 | 21 | 0 | 2 | 10A | 5B | 52 |
| Octal | 313 | 247 | 373 | 23 | 41 | 0 | 2 | 412 | 133 | 122 |
| Binary | 11001011 | 10100111 | 11111011 | 10011 | 100001 | 0 | 10 | 100001010 | 1011011 | 1010010 |
Color Harmonies of #CBA7FB
Complementary color
Monochromatic Colors of #CBA7FB
Black with #CBA7FB
Text Example
Text Example
White with #CBA7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA7FB; }
p { color: rgb(203,167,251); }
H1.HeaderClassName
{
color: #CBA7FB;
}
.AnyTagClassName
{
color: #CBA7FB;
}
</style>
background-color css
<style>
a { background-color: #CBA7FB; }
a { background-color: rgb(203,167,251); }
div.DivClassName
{
background-color: #CBA7FB;
}
.BgClassName
{
background-color: #CBA7FB;
}
</style>
border-color css
<style>
span { border-color: #CBA7FB; }
span { border-color: rgb(203,167,251); }
td.TdClassName
{
border-color: #CBA7FB;
}
.TagClassName
{
border-color: #CBA7FB;
}
</style>