Shades of Mauve #CBABFB
Tints of Mauve #CBABFB
RGB
CMYK
RGB Variations
Color information
#CBABFB (or 0xCBABFB) is known color: Mauve. HEX triplet: CB, AB and FB. RGB value is (203,171,251). Sum of RGB (Red+Green+Blue) = 203+171+251=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 171 (67.19% from 255 or 27.36% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBABFB is #345404. Grayscale: #BDBDBD. Windows color (decimal): -3429381 or 16493515. OLE color: 16493515.
HSL color Cylindrical-coordinate representation of color #CBABFB: hue angle of 264º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBABFB is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 171 | 251 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.02 |
| HSL | 264º | 0.91% | 0.83% | - |
| HSV(B) | 264º | 0.32% | 0.98% | - |
| XYZ | 56.6 | 48.79 | 97.7 | - |
| YUV | 189.69 | 162.6 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 251 | 0.19 | 0.32 | 0 | 0.02 | 264 | 0.91 | 0.83 |
| Hex | CB | AB | FB | 13 | 20 | 0 | 2 | 108 | 5B | 53 |
| Octal | 313 | 253 | 373 | 23 | 40 | 0 | 2 | 410 | 133 | 123 |
| Binary | 11001011 | 10101011 | 11111011 | 10011 | 100000 | 0 | 10 | 100001000 | 1011011 | 1010011 |
Color Harmonies of #CBABFB
Complementary color
Monochromatic Colors of #CBABFB
Black with #CBABFB
Text Example
Text Example
White with #CBABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBABFB; }
p { color: rgb(203,171,251); }
H1.HeaderClassName
{
color: #CBABFB;
}
.AnyTagClassName
{
color: #CBABFB;
}
</style>
background-color css
<style>
a { background-color: #CBABFB; }
a { background-color: rgb(203,171,251); }
div.DivClassName
{
background-color: #CBABFB;
}
.BgClassName
{
background-color: #CBABFB;
}
</style>
border-color css
<style>
span { border-color: #CBABFB; }
span { border-color: rgb(203,171,251); }
td.TdClassName
{
border-color: #CBABFB;
}
.TagClassName
{
border-color: #CBABFB;
}
</style>