Shades of Mauve #CCA8FE
Tints of Mauve #CCA8FE
RGB
CMYK
RGB Variations
Color information
#CCA8FE (or 0xCCA8FE) is known color: Mauve. HEX triplet: CC, A8 and FE. RGB value is (204,168,254). Sum of RGB (Red+Green+Blue) = 204+168+254=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 168 (66.02% from 255 or 26.84% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCA8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA8FE is #335701. Grayscale: #BCBCBC. Windows color (decimal): -3364610 or 16689356. OLE color: 16689356.
HSL color Cylindrical-coordinate representation of color #CCA8FE: hue angle of 265.12º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCA8FE is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 168 | 254 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.00 |
| HSL | 265.12º | 0.98% | 0.83% | - |
| HSV(B) | 265.12º | 0.34% | 1% | - |
| XYZ | 56.79 | 48 | 100.04 | - |
| YUV | 188.57 | 164.93 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 254 | 0.20 | 0.34 | 0 | 0.00 | 265.12 | 0.98 | 0.83 |
| Hex | CC | A8 | FE | 14 | 22 | 0 | 0 | 109 | 62 | 53 |
| Octal | 314 | 250 | 376 | 24 | 42 | 0 | 0 | 411 | 142 | 123 |
| Binary | 11001100 | 10101000 | 11111110 | 10100 | 100010 | 0 | 0 | 100001001 | 1100010 | 1010011 |
Color Harmonies of #CCA8FE
Complementary color
Monochromatic Colors of #CCA8FE
Black with #CCA8FE
Text Example
Text Example
White with #CCA8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA8FE; }
p { color: rgb(204,168,254); }
H1.HeaderClassName
{
color: #CCA8FE;
}
.AnyTagClassName
{
color: #CCA8FE;
}
</style>
background-color css
<style>
a { background-color: #CCA8FE; }
a { background-color: rgb(204,168,254); }
div.DivClassName
{
background-color: #CCA8FE;
}
.BgClassName
{
background-color: #CCA8FE;
}
</style>
border-color css
<style>
span { border-color: #CCA8FE; }
span { border-color: rgb(204,168,254); }
td.TdClassName
{
border-color: #CCA8FE;
}
.TagClassName
{
border-color: #CCA8FE;
}
</style>