Shades of Mauve #CCB0FA
Tints of Mauve #CCB0FA
RGB
CMYK
RGB Variations
Color information
#CCB0FA (or 0xCCB0FA) is known color: Mauve. HEX triplet: CC, B0 and FA. RGB value is (204,176,250). Sum of RGB (Red+Green+Blue) = 204+176+250=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 176 (69.14% from 255 or 27.94% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCB0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB0FA is #334F05. Grayscale: #C0C0C0. Windows color (decimal): -3362566 or 16429260. OLE color: 16429260.
HSL color Cylindrical-coordinate representation of color #CCB0FA: hue angle of 262.7º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCB0FA is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 176 | 250 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.02 |
| HSL | 262.7º | 0.88% | 0.84% | - |
| HSV(B) | 262.7º | 0.3% | 0.98% | - |
| XYZ | 57.68 | 50.79 | 97.21 | - |
| YUV | 192.81 | 160.28 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 250 | 0.18 | 0.30 | 0 | 0.02 | 262.7 | 0.88 | 0.84 |
| Hex | CC | B0 | FA | 12 | 1E | 0 | 2 | 107 | 58 | 54 |
| Octal | 314 | 260 | 372 | 22 | 36 | 0 | 2 | 407 | 130 | 124 |
| Binary | 11001100 | 10110000 | 11111010 | 10010 | 11110 | 0 | 10 | 100000111 | 1011000 | 1010100 |
Color Harmonies of #CCB0FA
Complementary color
Monochromatic Colors of #CCB0FA
Black with #CCB0FA
Text Example
Text Example
White with #CCB0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB0FA; }
p { color: rgb(204,176,250); }
H1.HeaderClassName
{
color: #CCB0FA;
}
.AnyTagClassName
{
color: #CCB0FA;
}
</style>
background-color css
<style>
a { background-color: #CCB0FA; }
a { background-color: rgb(204,176,250); }
div.DivClassName
{
background-color: #CCB0FA;
}
.BgClassName
{
background-color: #CCB0FA;
}
</style>
border-color css
<style>
span { border-color: #CCB0FA; }
span { border-color: rgb(204,176,250); }
td.TdClassName
{
border-color: #CCB0FA;
}
.TagClassName
{
border-color: #CCB0FA;
}
</style>