#CCAAF6

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

Shades of Mauve #CCAAF6

Tints of Mauve #CCAAF6

Color information

#CCAAF6 (or 0xCCAAF6) is unknown color: approx Mauve. HEX triplet: CC, AA and F6. RGB value is (204,170,246). Sum of RGB (Red+Green+Blue) = 204+170+246=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 246 (96.48% from 255 or 39.68% from 620); Max value from RGB is 246 - color contains mainly: blue. Hex color #CCAAF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAAF6 is #335509. Grayscale: #BCBCBC. Windows color (decimal): -3364106 or 16165580. OLE color: 16165580.

HSL color Cylindrical-coordinate representation of color #CCAAF6: hue angle of 266.84º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCAAF6 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204170246-
CMYK0.170.3100.04
HSL266.84º80.85%81.57%-
HSV(B)266.84º30.89%96.47%-
XYZ55.9148.2493.55-
YUV188.83160.26138.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 170 (66.80% from 255) = 27.42%
BLUE value IS 246 (96.48% from 255) = 39.68%
R=32.90%
G=27.42%
B=39.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2041702460.170.3100.04266.8480.8581.57
HexCCAAF6111F0410b5152
Octal314252366213704413121122
Binary1100110010101010111101101000111111010010000101110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAF6; }

 p { color: rgb(204,170,246); }

 H1.HeaderClassName
 {
   color: #CCAAF6;
 }
 .AnyTagClassName
 {
   color: #CCAAF6;
 }
</style>
background-color css

<style>
 a { background-color: #CCAAF6; }

 a { background-color: rgb(204,170,246); }

 div.DivClassName
 {
   background-color: #CCAAF6;
 }
 .BgClassName
 {
   background-color: #CCAAF6;
 }
</style>
border-color css

<style>
 span { border-color: #CCAAF6; }

 span { border-color: rgb(204,170,246); }

 td.TdClassName
 {
   border-color: #CCAAF6;
 }
 .TagClassName
 {
   border-color: #CCAAF6;
 }
</style>