#CCAAFF

Color #CCAAFF Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #CCAAFF

Tints of Mauve #CCAAFF

Color information

#CCAAFF (or 0xCCAAFF) is unknown color: approx 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

RGB204170255-
CMYK0.20.3300
HSL264º100%83.33%-
HSV(B)264º33.33%100%-
XYZ57.3348.81101.01-
YUV189.86164.76138.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 32.43%
GREEN value IS 170 (66.80% from 255) = 27.03%
BLUE value IS 255 (100% from 255) = 40.54%
R=32.43%
G=27.03%
B=40.54%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041702550.20.330026410083.33
HexCCAAFF1421001086453
Octal314252377244100410144123
Binary110011001010101011111111101001000010010000100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>