#CFACF9

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

Shades of Mauve #CFACF9

Tints of Mauve #CFACF9

Color information

#CFACF9 (or 0xCFACF9) is unknown color: approx Mauve. HEX triplet: CF, AC and F9. RGB value is (207,172,249). Sum of RGB (Red+Green+Blue) = 207+172+249=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 249 (97.66% from 255 or 39.65% from 628); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFACF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFACF9 is #305306. Grayscale: #BEBEBE. Windows color (decimal): -3166983 or 16362703. OLE color: 16362703.

HSL color Cylindrical-coordinate representation of color #CFACF9: hue angle of 267.27º 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 #CFACF9 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207172249-
CMYK0.170.3100.02
HSL267.27º86.52%82.55%-
HSV(B)267.27º30.92%97.65%-
XYZ57.5849.6196.16-
YUV191.24160.6139.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.96%
GREEN value IS 172 (67.58% from 255) = 27.39%
BLUE value IS 249 (97.66% from 255) = 39.65%
R=32.96%
G=27.39%
B=39.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071722490.170.3100.02267.2786.5282.55
HexCFACF9111F0210b5753
Octal317254371213702413127123
Binary110011111010110011111001100011111101010000101110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFACF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFACF9; }

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

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

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

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

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

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

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

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