Shades of Mauve #CBA5FB
Tints of Mauve #CBA5FB
RGB
CMYK
RGB Variations
Color information
#CBA5FB (or 0xCBA5FB) is known color: Mauve. HEX triplet: CB, A5 and FB. RGB value is (203,165,251). Sum of RGB (Red+Green+Blue) = 203+165+251=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 165 (64.84% from 255 or 26.66% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBA5FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA5FB is #345A04. Grayscale: #B9B9B9. Windows color (decimal): -3430917 or 16491979. OLE color: 16491979.
HSL color Cylindrical-coordinate representation of color #CBA5FB: hue angle of 266.51º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBA5FB is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 165 | 251 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.02 |
| HSL | 266.51º | 0.91% | 0.82% | - |
| HSV(B) | 266.51º | 0.34% | 0.98% | - |
| XYZ | 55.5 | 46.57 | 97.33 | - |
| YUV | 186.17 | 164.59 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 251 | 0.19 | 0.34 | 0 | 0.02 | 266.51 | 0.91 | 0.82 |
| Hex | CB | A5 | FB | 13 | 22 | 0 | 2 | 10B | 5B | 52 |
| Octal | 313 | 245 | 373 | 23 | 42 | 0 | 2 | 413 | 133 | 122 |
| Binary | 11001011 | 10100101 | 11111011 | 10011 | 100010 | 0 | 10 | 100001011 | 1011011 | 1010010 |
Color Harmonies of #CBA5FB
Complementary color
Monochromatic Colors of #CBA5FB
Black with #CBA5FB
Text Example
Text Example
White with #CBA5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA5FB; }
p { color: rgb(203,165,251); }
H1.HeaderClassName
{
color: #CBA5FB;
}
.AnyTagClassName
{
color: #CBA5FB;
}
</style>
background-color css
<style>
a { background-color: #CBA5FB; }
a { background-color: rgb(203,165,251); }
div.DivClassName
{
background-color: #CBA5FB;
}
.BgClassName
{
background-color: #CBA5FB;
}
</style>
border-color css
<style>
span { border-color: #CBA5FB; }
span { border-color: rgb(203,165,251); }
td.TdClassName
{
border-color: #CBA5FB;
}
.TagClassName
{
border-color: #CBA5FB;
}
</style>