#CCACF5

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

Shades of Mauve #CCACF5

Tints of Mauve #CCACF5

Color information

#CCACF5 (or 0xCCACF5) is unknown color: approx Mauve. HEX triplet: CC, AC and F5. RGB value is (204,172,245). Sum of RGB (Red+Green+Blue) = 204+172+245=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 245 (96.09% from 255 or 39.45% from 621); Max value from RGB is 245 - color contains mainly: blue. Hex color #CCACF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCACF5 is #33530A. Grayscale: #BDBDBD. Windows color (decimal): -3363595 or 16100556. OLE color: 16100556.

HSL color Cylindrical-coordinate representation of color #CCACF5: hue angle of 266.3º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCACF5 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204172245-
CMYK0.170.3000.04
HSL266.3º78.49%81.76%-
HSV(B)266.3º29.8%96.08%-
XYZ56.1448.9392.87-
YUV189.89159.1138.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.85%
GREEN value IS 172 (67.58% from 255) = 27.70%
BLUE value IS 245 (96.09% from 255) = 39.45%
R=32.85%
G=27.70%
B=39.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2041722450.170.3000.04266.378.4981.76
HexCCACF5111E0410a4e52
Octal314254365213604412116122
Binary1100110010101100111101011000111110010010000101010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACF5; }

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

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

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

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

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

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

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

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