Shades of Mauve #CCB2FF
Tints of Mauve #CCB2FF
RGB
CMYK
RGB Variations
Color information
#CCB2FF (or 0xCCB2FF) is known color: Mauve. HEX triplet: CC, B2 and FF. RGB value is (204,178,255). Sum of RGB (Red+Green+Blue) = 204+178+255=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 178 (69.92% from 255 or 27.94% 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 #CCB2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB2FF is #334D00. Grayscale: #C2C2C2. Windows color (decimal): -3362049 or 16757452. OLE color: 16757452.
HSL color Cylindrical-coordinate representation of color #CCB2FF: hue angle of 260.26º 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 #CCB2FF is Cyan = 0.2, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 178 | 255 | - |
| CMYK | 0.2 | 0.30 | 0 | 0 |
| HSL | 260.26º | 1% | 0.85% | - |
| HSV(B) | 260.26º | 0.3% | 1% | - |
| XYZ | 58.87 | 51.9 | 101.52 | - |
| YUV | 194.55 | 162.11 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 255 | 0.2 | 0.30 | 0 | 0 | 260.26 | 1 | 0.85 |
| Hex | CC | B2 | FF | 14 | 1E | 0 | 0 | 104 | 64 | 55 |
| Octal | 314 | 262 | 377 | 24 | 36 | 0 | 0 | 404 | 144 | 125 |
| Binary | 11001100 | 10110010 | 11111111 | 10100 | 11110 | 0 | 0 | 100000100 | 1100100 | 1010101 |
Color Harmonies of #CCB2FF
Complementary color
Monochromatic Colors of #CCB2FF
Black with #CCB2FF
Text Example
Text Example
White with #CCB2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB2FF; }
p { color: rgb(204,178,255); }
H1.HeaderClassName
{
color: #CCB2FF;
}
.AnyTagClassName
{
color: #CCB2FF;
}
</style>
background-color css
<style>
a { background-color: #CCB2FF; }
a { background-color: rgb(204,178,255); }
div.DivClassName
{
background-color: #CCB2FF;
}
.BgClassName
{
background-color: #CCB2FF;
}
</style>
border-color css
<style>
span { border-color: #CCB2FF; }
span { border-color: rgb(204,178,255); }
td.TdClassName
{
border-color: #CCB2FF;
}
.TagClassName
{
border-color: #CCB2FF;
}
</style>