#CCAAFA

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

Shades of Mauve #CCAAFA

Tints of Mauve #CCAAFA

Color information

#CCAAFA (or 0xCCAAFA) is unknown color: approx Mauve. HEX triplet: CC, AA and FA. RGB value is (204,170,250). Sum of RGB (Red+Green+Blue) = 204+170+250=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 170 (66.80% from 255 or 27.24% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCAAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAAFA is #335505. Grayscale: #BDBDBD. Windows color (decimal): -3364102 or 16427724. OLE color: 16427724.

HSL color Cylindrical-coordinate representation of color #CCAAFA: hue angle of 265.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCAAFA is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204170250-
CMYK0.180.3200.02
HSL265.5º88.89%82.35%-
HSV(B)265.5º32%98.04%-
XYZ56.5348.4996.82-
YUV189.29162.26138.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.69%
GREEN value IS 170 (66.80% from 255) = 27.24%
BLUE value IS 250 (98.05% from 255) = 40.06%
R=32.69%
G=27.24%
B=40.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041702500.180.3200.02265.588.8982.35
HexCCAAFA12200210a5952
Octal314252372224002412131122
Binary1100110010101010111110101001010000001010000101010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAFA; }

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

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

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

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

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

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

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

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