#CCAAF7

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

Shades of Mauve #CCAAF7

Tints of Mauve #CCAAF7

Color information

#CCAAF7 (or 0xCCAAF7) is unknown color: approx Mauve. HEX triplet: CC, AA and F7. RGB value is (204,170,247). Sum of RGB (Red+Green+Blue) = 204+170+247=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 247 (96.88% from 255 or 39.77% from 621); Max value from RGB is 247 - color contains mainly: blue. Hex color #CCAAF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAAF7 is #335508. Grayscale: #BCBCBC. Windows color (decimal): -3364105 or 16231116. OLE color: 16231116.

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

Color convert

RGB204170247-
CMYK0.170.3100.03
HSL266.49º82.8%81.76%-
HSV(B)266.49º31.17%96.86%-
XYZ56.0748.394.36-
YUV188.94160.76138.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.85%
GREEN value IS 170 (66.80% from 255) = 27.38%
BLUE value IS 247 (96.88% from 255) = 39.77%
R=32.85%
G=27.38%
B=39.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2041702470.170.3100.03266.4982.881.76
HexCCAAF7111F0310a5352
Octal314252367213703412123122
Binary110011001010101011110111100011111101110000101010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAF7; }

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

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

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

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

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

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

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

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