Shades of Mauve #CBB2FF
Tints of Mauve #CBB2FF
RGB
CMYK
RGB Variations
Color information
#CBB2FF (or 0xCBB2FF) is known color: Mauve. HEX triplet: CB, B2 and FF. RGB value is (203,178,255). Sum of RGB (Red+Green+Blue) = 203+178+255=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 178 (69.92% from 255 or 27.99% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBB2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB2FF is #344D00. Grayscale: #C1C1C1. Windows color (decimal): -3427585 or 16757451. OLE color: 16757451.
HSL color Cylindrical-coordinate representation of color #CBB2FF: hue angle of 259.48º 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 #CBB2FF is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 178 | 255 | - |
| CMYK | 0.20 | 0.30 | 0 | 0 |
| HSL | 259.48º | 1% | 0.85% | - |
| HSV(B) | 259.48º | 0.3% | 1% | - |
| XYZ | 58.6 | 51.76 | 101.51 | - |
| YUV | 194.25 | 162.28 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 255 | 0.20 | 0.30 | 0 | 0 | 259.48 | 1 | 0.85 |
| Hex | CB | B2 | FF | 14 | 1E | 0 | 0 | 103 | 64 | 55 |
| Octal | 313 | 262 | 377 | 24 | 36 | 0 | 0 | 403 | 144 | 125 |
| Binary | 11001011 | 10110010 | 11111111 | 10100 | 11110 | 0 | 0 | 100000011 | 1100100 | 1010101 |
Color Harmonies of #CBB2FF
Complementary color
Monochromatic Colors of #CBB2FF
Black with #CBB2FF
Text Example
Text Example
White with #CBB2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB2FF; }
p { color: rgb(203,178,255); }
H1.HeaderClassName
{
color: #CBB2FF;
}
.AnyTagClassName
{
color: #CBB2FF;
}
</style>
background-color css
<style>
a { background-color: #CBB2FF; }
a { background-color: rgb(203,178,255); }
div.DivClassName
{
background-color: #CBB2FF;
}
.BgClassName
{
background-color: #CBB2FF;
}
</style>
border-color css
<style>
span { border-color: #CBB2FF; }
span { border-color: rgb(203,178,255); }
td.TdClassName
{
border-color: #CBB2FF;
}
.TagClassName
{
border-color: #CBB2FF;
}
</style>