Shades of Mauve #CCB0F9
Tints of Mauve #CCB0F9
RGB
CMYK
RGB Variations
Color information
#CCB0F9 (or 0xCCB0F9) is known color: Mauve. HEX triplet: CC, B0 and F9. RGB value is (204,176,249). Sum of RGB (Red+Green+Blue) = 204+176+249=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 176 (69.14% from 255 or 27.98% from 629); Blue value is 249 (97.66% from 255 or 39.59% from 629); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCB0F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB0F9 is #334F06. Grayscale: #C0C0C0. Windows color (decimal): -3362567 or 16363724. OLE color: 16363724.
HSL color Cylindrical-coordinate representation of color #CCB0F9: hue angle of 263.01º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCB0F9 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 176 | 249 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.02 |
| HSL | 263.01º | 0.86% | 0.83% | - |
| HSV(B) | 263.01º | 0.29% | 0.98% | - |
| XYZ | 57.53 | 50.73 | 96.38 | - |
| YUV | 192.69 | 159.78 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 249 | 0.18 | 0.29 | 0 | 0.02 | 263.01 | 0.86 | 0.83 |
| Hex | CC | B0 | F9 | 12 | 1D | 0 | 2 | 107 | 56 | 53 |
| Octal | 314 | 260 | 371 | 22 | 35 | 0 | 2 | 407 | 126 | 123 |
| Binary | 11001100 | 10110000 | 11111001 | 10010 | 11101 | 0 | 10 | 100000111 | 1010110 | 1010011 |
Color Harmonies of #CCB0F9
Complementary color
Monochromatic Colors of #CCB0F9
Black with #CCB0F9
Text Example
Text Example
White with #CCB0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB0F9; }
p { color: rgb(204,176,249); }
H1.HeaderClassName
{
color: #CCB0F9;
}
.AnyTagClassName
{
color: #CCB0F9;
}
</style>
background-color css
<style>
a { background-color: #CCB0F9; }
a { background-color: rgb(204,176,249); }
div.DivClassName
{
background-color: #CCB0F9;
}
.BgClassName
{
background-color: #CCB0F9;
}
</style>
border-color css
<style>
span { border-color: #CCB0F9; }
span { border-color: rgb(204,176,249); }
td.TdClassName
{
border-color: #CCB0F9;
}
.TagClassName
{
border-color: #CCB0F9;
}
</style>