#CFACF7

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

Shades of Mauve #CFACF7

Tints of Mauve #CFACF7

Color information

#CFACF7 (or 0xCFACF7) is unknown color: approx Mauve. HEX triplet: CF, AC and F7. RGB value is (207,172,247). Sum of RGB (Red+Green+Blue) = 207+172+247=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 247 (96.88% from 255 or 39.46% from 626); Max value from RGB is 247 - color contains mainly: blue. Hex color #CFACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFACF7 is #305308. Grayscale: #BEBEBE. Windows color (decimal): -3166985 or 16231631. OLE color: 16231631.

HSL color Cylindrical-coordinate representation of color #CFACF7: hue angle of 268º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFACF7 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB207172247-
CMYK0.160.3000.03
HSL268º82.42%82.16%-
HSV(B)268º30.36%96.86%-
XYZ57.2749.4994.53-
YUV191.02159.6139.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.07%
GREEN value IS 172 (67.58% from 255) = 27.48%
BLUE value IS 247 (96.88% from 255) = 39.46%
R=33.07%
G=27.48%
B=39.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2071722470.160.3000.0326882.4282.16
HexCFACF7101E0310c5252
Octal317254367203603414122122
Binary110011111010110011110111100001111001110000110010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFACF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFACF7; }

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

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

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

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

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

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

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

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