#CCACFF

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

Shades of Mauve #CCACFF

Tints of Mauve #CCACFF

Color information

#CCACFF (or 0xCCACFF) is unknown color: approx Mauve. HEX triplet: CC, AC and FF. RGB value is (204,172,255). Sum of RGB (Red+Green+Blue) = 204+172+255=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCACFF is #335300. Grayscale: #BEBEBE. Windows color (decimal): -3363585 or 16755916. OLE color: 16755916.

HSL color Cylindrical-coordinate representation of color #CCACFF: hue angle of 263.13º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCACFF is Cyan = 0.2, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB204172255-
CMYK0.20.3300
HSL263.13º100%83.73%-
HSV(B)263.13º32.55%100%-
XYZ57.749.56101.13-
YUV191.03164.1137.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.33%
GREEN value IS 172 (67.58% from 255) = 27.26%
BLUE value IS 255 (100% from 255) = 40.41%
R=32.33%
G=27.26%
B=40.41%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041722550.20.3300263.1310083.73
HexCCACFF1421001076454
Octal314254377244100407144124
Binary110011001010110011111111101001000010010000011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACFF; }

 p { color: rgb(204,172,255); }

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

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

 a { background-color: rgb(204,172,255); }

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

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

 span { border-color: rgb(204,172,255); }

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