Shades of Mauve #CCA8FF
Tints of Mauve #CCA8FF
RGB
CMYK
RGB Variations
Color information
#CCA8FF (or 0xCCA8FF) is known color: Mauve. HEX triplet: CC, A8 and FF. RGB value is (204,168,255). Sum of RGB (Red+Green+Blue) = 204+168+255=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 168 (66.02% from 255 or 26.79% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCA8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA8FF is #335700. Grayscale: #BCBCBC. Windows color (decimal): -3364609 or 16754892. OLE color: 16754892.
HSL color Cylindrical-coordinate representation of color #CCA8FF: hue angle of 264.83º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCA8FF is Cyan = 0.2, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 168 | 255 | - |
| CMYK | 0.2 | 0.34 | 0 | 0 |
| HSL | 264.83º | 1% | 0.83% | - |
| HSV(B) | 264.83º | 0.34% | 1% | - |
| XYZ | 56.95 | 48.06 | 100.88 | - |
| YUV | 188.68 | 165.43 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 255 | 0.2 | 0.34 | 0 | 0 | 264.83 | 1 | 0.83 |
| Hex | CC | A8 | FF | 14 | 22 | 0 | 0 | 109 | 64 | 53 |
| Octal | 314 | 250 | 377 | 24 | 42 | 0 | 0 | 411 | 144 | 123 |
| Binary | 11001100 | 10101000 | 11111111 | 10100 | 100010 | 0 | 0 | 100001001 | 1100100 | 1010011 |
Color Harmonies of #CCA8FF
Complementary color
Monochromatic Colors of #CCA8FF
Black with #CCA8FF
Text Example
Text Example
White with #CCA8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA8FF; }
p { color: rgb(204,168,255); }
H1.HeaderClassName
{
color: #CCA8FF;
}
.AnyTagClassName
{
color: #CCA8FF;
}
</style>
background-color css
<style>
a { background-color: #CCA8FF; }
a { background-color: rgb(204,168,255); }
div.DivClassName
{
background-color: #CCA8FF;
}
.BgClassName
{
background-color: #CCA8FF;
}
</style>
border-color css
<style>
span { border-color: #CCA8FF; }
span { border-color: rgb(204,168,255); }
td.TdClassName
{
border-color: #CCA8FF;
}
.TagClassName
{
border-color: #CCA8FF;
}
</style>