Shades of Mauve #CBB2FC
Tints of Mauve #CBB2FC
RGB
CMYK
RGB Variations
Color information
#CBB2FC (or 0xCBB2FC) is known color: Mauve. HEX triplet: CB, B2 and FC. RGB value is (203,178,252). Sum of RGB (Red+Green+Blue) = 203+178+252=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 178 (69.92% from 255 or 28.12% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBB2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB2FC is #344D03. Grayscale: #C1C1C1. Windows color (decimal): -3427588 or 16560843. OLE color: 16560843.
HSL color Cylindrical-coordinate representation of color #CBB2FC: hue angle of 260.27º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBB2FC is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 178 | 252 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.01 |
| HSL | 260.27º | 0.93% | 0.84% | - |
| HSV(B) | 260.27º | 0.29% | 0.99% | - |
| XYZ | 58.12 | 51.57 | 98.99 | - |
| YUV | 193.91 | 160.78 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 252 | 0.19 | 0.29 | 0 | 0.01 | 260.27 | 0.93 | 0.84 |
| Hex | CB | B2 | FC | 13 | 1D | 0 | 1 | 104 | 5C | 54 |
| Octal | 313 | 262 | 374 | 23 | 35 | 0 | 1 | 404 | 134 | 124 |
| Binary | 11001011 | 10110010 | 11111100 | 10011 | 11101 | 0 | 1 | 100000100 | 1011100 | 1010100 |
Color Harmonies of #CBB2FC
Complementary color
Monochromatic Colors of #CBB2FC
Black with #CBB2FC
Text Example
Text Example
White with #CBB2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB2FC; }
p { color: rgb(203,178,252); }
H1.HeaderClassName
{
color: #CBB2FC;
}
.AnyTagClassName
{
color: #CBB2FC;
}
</style>
background-color css
<style>
a { background-color: #CBB2FC; }
a { background-color: rgb(203,178,252); }
div.DivClassName
{
background-color: #CBB2FC;
}
.BgClassName
{
background-color: #CBB2FC;
}
</style>
border-color css
<style>
span { border-color: #CBB2FC; }
span { border-color: rgb(203,178,252); }
td.TdClassName
{
border-color: #CBB2FC;
}
.TagClassName
{
border-color: #CBB2FC;
}
</style>