Shades of Mauve #CCB2FE
Tints of Mauve #CCB2FE
RGB
CMYK
RGB Variations
Color information
#CCB2FE (or 0xCCB2FE) is known color: Mauve. HEX triplet: CC, B2 and FE. RGB value is (204,178,254). Sum of RGB (Red+Green+Blue) = 204+178+254=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 178 (69.92% from 255 or 27.99% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCB2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB2FE is #334D01. Grayscale: #C2C2C2. Windows color (decimal): -3362050 or 16691916. OLE color: 16691916.
HSL color Cylindrical-coordinate representation of color #CCB2FE: hue angle of 260.53º 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 #CCB2FE is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 178 | 254 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.00 |
| HSL | 260.53º | 0.97% | 0.85% | - |
| HSV(B) | 260.53º | 0.3% | 1% | - |
| XYZ | 58.71 | 51.83 | 100.68 | - |
| YUV | 194.44 | 161.61 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 254 | 0.20 | 0.30 | 0 | 0.00 | 260.53 | 0.97 | 0.85 |
| Hex | CC | B2 | FE | 14 | 1E | 0 | 0 | 105 | 61 | 55 |
| Octal | 314 | 262 | 376 | 24 | 36 | 0 | 0 | 405 | 141 | 125 |
| Binary | 11001100 | 10110010 | 11111110 | 10100 | 11110 | 0 | 0 | 100000101 | 1100001 | 1010101 |
Color Harmonies of #CCB2FE
Complementary color
Monochromatic Colors of #CCB2FE
Black with #CCB2FE
Text Example
Text Example
White with #CCB2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB2FE; }
p { color: rgb(204,178,254); }
H1.HeaderClassName
{
color: #CCB2FE;
}
.AnyTagClassName
{
color: #CCB2FE;
}
</style>
background-color css
<style>
a { background-color: #CCB2FE; }
a { background-color: rgb(204,178,254); }
div.DivClassName
{
background-color: #CCB2FE;
}
.BgClassName
{
background-color: #CCB2FE;
}
</style>
border-color css
<style>
span { border-color: #CCB2FE; }
span { border-color: rgb(204,178,254); }
td.TdClassName
{
border-color: #CCB2FE;
}
.TagClassName
{
border-color: #CCB2FE;
}
</style>