#CCACF9

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

Shades of Mauve #CCACF9

Tints of Mauve #CCACF9

Color information

#CCACF9 (or 0xCCACF9) is unknown color: approx Mauve. HEX triplet: CC, AC and F9. RGB value is (204,172,249). Sum of RGB (Red+Green+Blue) = 204+172+249=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 172 (67.58% from 255 or 27.52% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCACF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCACF9 is #335306. Grayscale: #BEBEBE. Windows color (decimal): -3363591 or 16362700. OLE color: 16362700.

HSL color Cylindrical-coordinate representation of color #CCACF9: hue angle of 264.94º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCACF9 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204172249-
CMYK0.180.3100.02
HSL264.94º86.52%82.55%-
HSV(B)264.94º30.92%97.65%-
XYZ56.7549.1896.12-
YUV190.35161.1137.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.64%
GREEN value IS 172 (67.58% from 255) = 27.52%
BLUE value IS 249 (97.66% from 255) = 39.84%
R=32.64%
G=27.52%
B=39.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041722490.180.3100.02264.9486.5282.55
HexCCACF9121F021095753
Octal314254371223702411127123
Binary110011001010110011111001100101111101010000100110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACF9; }

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

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

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

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

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

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

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

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