#CCA4FD

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

Shades of Mauve #CCA4FD

Tints of Mauve #CCA4FD

Color information

#CCA4FD (or 0xCCA4FD) is unknown color: approx Mauve. HEX triplet: CC, A4 and FD. RGB value is (204,164,253). Sum of RGB (Red+Green+Blue) = 204+164+253=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 164 (64.45% from 255 or 26.41% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCA4FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA4FD is #335B02. Grayscale: #B9B9B9. Windows color (decimal): -3365635 or 16622796. OLE color: 16622796.

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

Color convert

RGB204164253-
CMYK0.190.3500.01
HSL266.97º95.7%81.76%-
HSV(B)266.97º35.18%99.22%-
XYZ55.9146.4898.95-
YUV186.11165.75140.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.85%
GREEN value IS 164 (64.45% from 255) = 26.41%
BLUE value IS 253 (99.22% from 255) = 40.74%
R=32.85%
G=26.41%
B=40.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041642530.190.3500.01266.9795.781.76
HexCCA4FD13230110b6052
Octal314244375234301413140122
Binary110011001010010011111101100111000110110000101111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA4FD; }

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

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

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

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

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

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

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

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