Shades of Mauve #CBB1FB
Tints of Mauve #CBB1FB
RGB
CMYK
RGB Variations
Color information
#CBB1FB (or 0xCBB1FB) is known color: Mauve. HEX triplet: CB, B1 and FB. RGB value is (203,177,251). Sum of RGB (Red+Green+Blue) = 203+177+251=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 177 (69.53% from 255 or 28.05% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBB1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB1FB is #344E04. Grayscale: #C0C0C0. Windows color (decimal): -3427845 or 16495051. OLE color: 16495051.
HSL color Cylindrical-coordinate representation of color #CBB1FB: hue angle of 261.08º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBB1FB is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 177 | 251 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.02 |
| HSL | 261.08º | 0.9% | 0.84% | - |
| HSV(B) | 261.08º | 0.29% | 0.98% | - |
| XYZ | 57.76 | 51.11 | 98.09 | - |
| YUV | 193.21 | 160.61 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 251 | 0.19 | 0.29 | 0 | 0.02 | 261.08 | 0.9 | 0.84 |
| Hex | CB | B1 | FB | 13 | 1D | 0 | 2 | 105 | 5A | 54 |
| Octal | 313 | 261 | 373 | 23 | 35 | 0 | 2 | 405 | 132 | 124 |
| Binary | 11001011 | 10110001 | 11111011 | 10011 | 11101 | 0 | 10 | 100000101 | 1011010 | 1010100 |
Color Harmonies of #CBB1FB
Complementary color
Monochromatic Colors of #CBB1FB
Black with #CBB1FB
Text Example
Text Example
White with #CBB1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB1FB; }
p { color: rgb(203,177,251); }
H1.HeaderClassName
{
color: #CBB1FB;
}
.AnyTagClassName
{
color: #CBB1FB;
}
</style>
background-color css
<style>
a { background-color: #CBB1FB; }
a { background-color: rgb(203,177,251); }
div.DivClassName
{
background-color: #CBB1FB;
}
.BgClassName
{
background-color: #CBB1FB;
}
</style>
border-color css
<style>
span { border-color: #CBB1FB; }
span { border-color: rgb(203,177,251); }
td.TdClassName
{
border-color: #CBB1FB;
}
.TagClassName
{
border-color: #CBB1FB;
}
</style>