Shades of Mauve #CCB3FF
Tints of Mauve #CCB3FF
RGB
CMYK
RGB Variations
Color information
#CCB3FF (or 0xCCB3FF) is known color: Mauve. HEX triplet: CC, B3 and FF. RGB value is (204,179,255). Sum of RGB (Red+Green+Blue) = 204+179+255=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 179 (70.31% from 255 or 28.06% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCB3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB3FF is #334C00. Grayscale: #C2C2C2. Windows color (decimal): -3361793 or 16757708. OLE color: 16757708.
HSL color Cylindrical-coordinate representation of color #CCB3FF: hue angle of 259.74º 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 #CCB3FF is Cyan = 0.2, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 179 | 255 | - |
| CMYK | 0.2 | 0.30 | 0 | 0 |
| HSL | 259.74º | 1% | 0.85% | - |
| HSV(B) | 259.74º | 0.3% | 1% | - |
| XYZ | 59.07 | 52.3 | 101.59 | - |
| YUV | 195.14 | 161.78 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 255 | 0.2 | 0.30 | 0 | 0 | 259.74 | 1 | 0.85 |
| Hex | CC | B3 | FF | 14 | 1E | 0 | 0 | 104 | 64 | 55 |
| Octal | 314 | 263 | 377 | 24 | 36 | 0 | 0 | 404 | 144 | 125 |
| Binary | 11001100 | 10110011 | 11111111 | 10100 | 11110 | 0 | 0 | 100000100 | 1100100 | 1010101 |
Color Harmonies of #CCB3FF
Complementary color
Monochromatic Colors of #CCB3FF
Black with #CCB3FF
Text Example
Text Example
White with #CCB3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB3FF; }
p { color: rgb(204,179,255); }
H1.HeaderClassName
{
color: #CCB3FF;
}
.AnyTagClassName
{
color: #CCB3FF;
}
</style>
background-color css
<style>
a { background-color: #CCB3FF; }
a { background-color: rgb(204,179,255); }
div.DivClassName
{
background-color: #CCB3FF;
}
.BgClassName
{
background-color: #CCB3FF;
}
</style>
border-color css
<style>
span { border-color: #CCB3FF; }
span { border-color: rgb(204,179,255); }
td.TdClassName
{
border-color: #CCB3FF;
}
.TagClassName
{
border-color: #CCB3FF;
}
</style>