Shades of Mauve #CCB3FE
Tints of Mauve #CCB3FE
RGB
CMYK
RGB Variations
Color information
#CCB3FE (or 0xCCB3FE) is known color: Mauve. HEX triplet: CC, B3 and FE. RGB value is (204,179,254). Sum of RGB (Red+Green+Blue) = 204+179+254=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 179 (70.31% from 255 or 28.10% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCB3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB3FE is #334C01. Grayscale: #C2C2C2. Windows color (decimal): -3361794 or 16692172. OLE color: 16692172.
HSL color Cylindrical-coordinate representation of color #CCB3FE: hue angle of 260º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCB3FE is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 179 | 254 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.00 |
| HSL | 260º | 0.97% | 0.85% | - |
| HSV(B) | 260º | 0.3% | 1% | - |
| XYZ | 58.91 | 52.23 | 100.74 | - |
| YUV | 195.03 | 161.28 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 254 | 0.20 | 0.30 | 0 | 0.00 | 260 | 0.97 | 0.85 |
| Hex | CC | B3 | FE | 14 | 1E | 0 | 0 | 104 | 61 | 55 |
| Octal | 314 | 263 | 376 | 24 | 36 | 0 | 0 | 404 | 141 | 125 |
| Binary | 11001100 | 10110011 | 11111110 | 10100 | 11110 | 0 | 0 | 100000100 | 1100001 | 1010101 |
Color Harmonies of #CCB3FE
Complementary color
Monochromatic Colors of #CCB3FE
Black with #CCB3FE
Text Example
Text Example
White with #CCB3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB3FE; }
p { color: rgb(204,179,254); }
H1.HeaderClassName
{
color: #CCB3FE;
}
.AnyTagClassName
{
color: #CCB3FE;
}
</style>
background-color css
<style>
a { background-color: #CCB3FE; }
a { background-color: rgb(204,179,254); }
div.DivClassName
{
background-color: #CCB3FE;
}
.BgClassName
{
background-color: #CCB3FE;
}
</style>
border-color css
<style>
span { border-color: #CCB3FE; }
span { border-color: rgb(204,179,254); }
td.TdClassName
{
border-color: #CCB3FE;
}
.TagClassName
{
border-color: #CCB3FE;
}
</style>