#CCA6F8

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

Shades of Mauve #CCA6F8

Tints of Mauve #CCA6F8

Color information

#CCA6F8 (or 0xCCA6F8) is unknown color: approx Mauve. HEX triplet: CC, A6 and F8. RGB value is (204,166,248). Sum of RGB (Red+Green+Blue) = 204+166+248=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 166 (65.23% from 255 or 26.86% from 618); Blue value is 248 (97.27% from 255 or 40.13% from 618); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCA6F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA6F8 is #335907. Grayscale: #BABABA. Windows color (decimal): -3365128 or 16295628. OLE color: 16295628.

HSL color Cylindrical-coordinate representation of color #CCA6F8: hue angle of 267.8º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCA6F8 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB204166248-
CMYK0.180.3300.03
HSL267.8º85.42%81.18%-
HSV(B)267.8º33.06%97.25%-
XYZ55.4846.8994.93-
YUV186.71162.59140.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.01%
GREEN value IS 166 (65.23% from 255) = 26.86%
BLUE value IS 248 (97.27% from 255) = 40.13%
R=33.01%
G=26.86%
B=40.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2041662480.180.3300.03267.885.4281.18
HexCCA6F812210310c5551
Octal314246370224103414125121
Binary1100110010100110111110001001010000101110000110010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA6F8; }

 p { color: rgb(204,166,248); }

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

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

 a { background-color: rgb(204,166,248); }

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

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

 span { border-color: rgb(204,166,248); }

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