#CCABF6

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

Shades of Mauve #CCABF6

Tints of Mauve #CCABF6

Color information

#CCABF6 (or 0xCCABF6) is unknown color: approx Mauve. HEX triplet: CC, AB and F6. RGB value is (204,171,246). Sum of RGB (Red+Green+Blue) = 204+171+246=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 246 (96.48% from 255 or 39.61% from 621); Max value from RGB is 246 - color contains mainly: blue. Hex color #CCABF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCABF6 is #335409. Grayscale: #BDBDBD. Windows color (decimal): -3363850 or 16165836. OLE color: 16165836.

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

Color convert

RGB204171246-
CMYK0.170.3000.04
HSL266.4º80.65%81.76%-
HSV(B)266.4º30.49%96.47%-
XYZ56.148.6293.62-
YUV189.42159.93138.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.85%
GREEN value IS 171 (67.19% from 255) = 27.54%
BLUE value IS 246 (96.48% from 255) = 39.61%
R=32.85%
G=27.54%
B=39.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2041712460.170.3000.04266.480.6581.76
HexCCABF6111E0410a5152
Octal314253366213604412121122
Binary1100110010101011111101101000111110010010000101010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCABF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCABF6; }

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

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

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

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

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

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

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

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