Shades of Mauve #CBA4FB
Tints of Mauve #CBA4FB
RGB
CMYK
RGB Variations
Color information
#CBA4FB (or 0xCBA4FB) is known color: Mauve. HEX triplet: CB, A4 and FB. RGB value is (203,164,251). Sum of RGB (Red+Green+Blue) = 203+164+251=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 164 (64.45% from 255 or 26.54% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBA4FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA4FB is #345B04. Grayscale: #B9B9B9. Windows color (decimal): -3431173 or 16491723. OLE color: 16491723.
HSL color Cylindrical-coordinate representation of color #CBA4FB: hue angle of 266.9º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBA4FB is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 164 | 251 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.02 |
| HSL | 266.9º | 0.92% | 0.81% | - |
| HSV(B) | 266.9º | 0.35% | 0.98% | - |
| XYZ | 55.32 | 46.21 | 97.27 | - |
| YUV | 185.58 | 164.92 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 251 | 0.19 | 0.35 | 0 | 0.02 | 266.9 | 0.92 | 0.81 |
| Hex | CB | A4 | FB | 13 | 23 | 0 | 2 | 10B | 5C | 51 |
| Octal | 313 | 244 | 373 | 23 | 43 | 0 | 2 | 413 | 134 | 121 |
| Binary | 11001011 | 10100100 | 11111011 | 10011 | 100011 | 0 | 10 | 100001011 | 1011100 | 1010001 |
Color Harmonies of #CBA4FB
Complementary color
Monochromatic Colors of #CBA4FB
Black with #CBA4FB
Text Example
Text Example
White with #CBA4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA4FB; }
p { color: rgb(203,164,251); }
H1.HeaderClassName
{
color: #CBA4FB;
}
.AnyTagClassName
{
color: #CBA4FB;
}
</style>
background-color css
<style>
a { background-color: #CBA4FB; }
a { background-color: rgb(203,164,251); }
div.DivClassName
{
background-color: #CBA4FB;
}
.BgClassName
{
background-color: #CBA4FB;
}
</style>
border-color css
<style>
span { border-color: #CBA4FB; }
span { border-color: rgb(203,164,251); }
td.TdClassName
{
border-color: #CBA4FB;
}
.TagClassName
{
border-color: #CBA4FB;
}
</style>