Shades of Mauve #CBB3FF
Tints of Mauve #CBB3FF
RGB
CMYK
RGB Variations
Color information
#CBB3FF (or 0xCBB3FF) is known color: Mauve. HEX triplet: CB, B3 and FF. RGB value is (203,179,255). Sum of RGB (Red+Green+Blue) = 203+179+255=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 179 (70.31% from 255 or 28.10% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBB3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB3FF is #344C00. Grayscale: #C2C2C2. Windows color (decimal): -3427329 or 16757707. OLE color: 16757707.
HSL color Cylindrical-coordinate representation of color #CBB3FF: hue angle of 258.95º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBB3FF is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 179 | 255 | - |
| CMYK | 0.20 | 0.30 | 0 | 0 |
| HSL | 258.95º | 1% | 0.85% | - |
| HSV(B) | 258.95º | 0.3% | 1% | - |
| XYZ | 58.8 | 52.16 | 101.58 | - |
| YUV | 194.84 | 161.95 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 255 | 0.20 | 0.30 | 0 | 0 | 258.95 | 1 | 0.85 |
| Hex | CB | B3 | FF | 14 | 1E | 0 | 0 | 103 | 64 | 55 |
| Octal | 313 | 263 | 377 | 24 | 36 | 0 | 0 | 403 | 144 | 125 |
| Binary | 11001011 | 10110011 | 11111111 | 10100 | 11110 | 0 | 0 | 100000011 | 1100100 | 1010101 |
Color Harmonies of #CBB3FF
Complementary color
Monochromatic Colors of #CBB3FF
Black with #CBB3FF
Text Example
Text Example
White with #CBB3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB3FF; }
p { color: rgb(203,179,255); }
H1.HeaderClassName
{
color: #CBB3FF;
}
.AnyTagClassName
{
color: #CBB3FF;
}
</style>
background-color css
<style>
a { background-color: #CBB3FF; }
a { background-color: rgb(203,179,255); }
div.DivClassName
{
background-color: #CBB3FF;
}
.BgClassName
{
background-color: #CBB3FF;
}
</style>
border-color css
<style>
span { border-color: #CBB3FF; }
span { border-color: rgb(203,179,255); }
td.TdClassName
{
border-color: #CBB3FF;
}
.TagClassName
{
border-color: #CBB3FF;
}
</style>