#CCA6FD

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

Shades of Mauve #CCA6FD

Tints of Mauve #CCA6FD

Color information

#CCA6FD (or 0xCCA6FD) is unknown color: approx Mauve. HEX triplet: CC, A6 and FD. RGB value is (204,166,253). Sum of RGB (Red+Green+Blue) = 204+166+253=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 166 (65.23% from 255 or 26.65% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCA6FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA6FD is #335902. Grayscale: #BABABA. Windows color (decimal): -3365123 or 16623308. OLE color: 16623308.

HSL color Cylindrical-coordinate representation of color #CCA6FD: hue angle of 266.21º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCA6FD is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204166253-
CMYK0.190.3400.01
HSL266.21º95.6%82.16%-
HSV(B)266.21º34.39%99.22%-
XYZ56.2747.299.07-
YUV187.28165.09139.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.74%
GREEN value IS 166 (65.23% from 255) = 26.65%
BLUE value IS 253 (99.22% from 255) = 40.61%
R=32.74%
G=26.65%
B=40.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041662530.190.3400.01266.2195.682.16
HexCCA6FD13220110a6052
Octal314246375234201412140122
Binary110011001010011011111101100111000100110000101011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA6FD; }

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

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

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

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

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

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

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

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