Shades of Mauve #CCAAFC
Tints of Mauve #CCAAFC
RGB
CMYK
RGB Variations
Color information
#CCAAFC (or 0xCCAAFC) is known color: Mauve. HEX triplet: CC, AA and FC. RGB value is (204,170,252). Sum of RGB (Red+Green+Blue) = 204+170+252=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCAAFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAAFC is #335503. Grayscale: #BDBDBD. Windows color (decimal): -3364100 or 16558796. OLE color: 16558796.
HSL color Cylindrical-coordinate representation of color #CCAAFC: hue angle of 264.88º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCAAFC is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 170 | 252 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.01 |
| HSL | 264.88º | 0.93% | 0.83% | - |
| HSV(B) | 264.88º | 0.33% | 0.99% | - |
| XYZ | 56.85 | 48.62 | 98.48 | - |
| YUV | 189.51 | 163.26 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 252 | 0.19 | 0.33 | 0 | 0.01 | 264.88 | 0.93 | 0.83 |
| Hex | CC | AA | FC | 13 | 21 | 0 | 1 | 109 | 5D | 53 |
| Octal | 314 | 252 | 374 | 23 | 41 | 0 | 1 | 411 | 135 | 123 |
| Binary | 11001100 | 10101010 | 11111100 | 10011 | 100001 | 0 | 1 | 100001001 | 1011101 | 1010011 |
Color Harmonies of #CCAAFC
Complementary color
Monochromatic Colors of #CCAAFC
Black with #CCAAFC
Text Example
Text Example
White with #CCAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAAFC; }
p { color: rgb(204,170,252); }
H1.HeaderClassName
{
color: #CCAAFC;
}
.AnyTagClassName
{
color: #CCAAFC;
}
</style>
background-color css
<style>
a { background-color: #CCAAFC; }
a { background-color: rgb(204,170,252); }
div.DivClassName
{
background-color: #CCAAFC;
}
.BgClassName
{
background-color: #CCAAFC;
}
</style>
border-color css
<style>
span { border-color: #CCAAFC; }
span { border-color: rgb(204,170,252); }
td.TdClassName
{
border-color: #CCAAFC;
}
.TagClassName
{
border-color: #CCAAFC;
}
</style>