Shades of Mauve #CCAAFF
Tints of Mauve #CCAAFF
RGB
CMYK
RGB Variations
Color information
#CCAAFF (or 0xCCAAFF) is known color: Mauve. HEX triplet: CC, AA and FF. RGB value is (204,170,255). Sum of RGB (Red+Green+Blue) = 204+170+255=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCAAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAAFF is #335500. Grayscale: #BDBDBD. Windows color (decimal): -3364097 or 16755404. OLE color: 16755404.
HSL color Cylindrical-coordinate representation of color #CCAAFF: hue angle of 264º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCAAFF is Cyan = 0.2, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 204 | 170 | 255 | - |
CMYK | 0.2 | 0.33 | 0 | 0 |
HSL | 264º | 1% | 0.83% | - |
HSV(B) | 264º | 0.33% | 1% | - |
XYZ | 57.33 | 48.81 | 101.01 | - |
YUV | 189.86 | 164.76 | 138.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 170 | 255 | 0.2 | 0.33 | 0 | 0 | 264 | 1 | 0.83 |
Hex | CC | AA | FF | 14 | 21 | 0 | 0 | 108 | 64 | 53 |
Octal | 314 | 252 | 377 | 24 | 41 | 0 | 0 | 410 | 144 | 123 |
Binary | 11001100 | 10101010 | 11111111 | 10100 | 100001 | 0 | 0 | 100001000 | 1100100 | 1010011 |
Color Harmonies of #CCAAFF
Complementary color
Monochromatic Colors of #CCAAFF
Black with #CCAAFF
Text Example
Text Example
White with #CCAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAAFF; }
p { color: rgb(204,170,255); }
H1.HeaderClassName
{
color: #CCAAFF;
}
.AnyTagClassName
{
color: #CCAAFF;
}
</style>
background-color css
<style>
a { background-color: #CCAAFF; }
a { background-color: rgb(204,170,255); }
div.DivClassName
{
background-color: #CCAAFF;
}
.BgClassName
{
background-color: #CCAAFF;
}
</style>
border-color css
<style>
span { border-color: #CCAAFF; }
span { border-color: rgb(204,170,255); }
td.TdClassName
{
border-color: #CCAAFF;
}
.TagClassName
{
border-color: #CCAAFF;
}
</style>